Skip to content

Commit 011e9f6

Browse files
andyhhprobhoes
authored andcommitted
1 parent 11f7e5d commit 011e9f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ocaml/xenopsd/xc/domain.ml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ type domctl_create_config = Xenctrl.domctl_create_config = {
106106
; max_grant_frames: int
107107
; max_maptrack_frames: int
108108
; max_grant_version: int
109+
; altp2m_opts: int32
109110
; vmtrace_buf_kb: int32
110111
; cpupool_id: int32
111112
; arch: arch_domainconfig
@@ -510,6 +511,7 @@ let make ~xc ~xs vm_info vcpus domain_config uuid final_uuid no_sharept
510511
else
511512
1
512513
)
514+
; altp2m_opts= 0l
513515
; vmtrace_buf_kb= 0l
514516
; cpupool_id= 0l
515517
; arch= domain_config

0 commit comments

Comments
 (0)