We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f1f145 + 011e9f6 commit 0eacfc3Copy full SHA for 0eacfc3
1 file changed
ocaml/xenopsd/xc/domain.ml
@@ -106,6 +106,8 @@ type domctl_create_config = Xenctrl.domctl_create_config = {
106
; max_grant_frames: int
107
; max_maptrack_frames: int
108
; max_grant_version: int
109
+ ; altp2m_opts: int32
110
+ ; vmtrace_buf_kb: int32
111
; cpupool_id: int32
112
; arch: arch_domainconfig
113
}
@@ -509,6 +511,8 @@ let make ~xc ~xs vm_info vcpus domain_config uuid final_uuid no_sharept
509
511
else
510
512
1
513
)
514
+ ; altp2m_opts= 0l
515
+ ; vmtrace_buf_kb= 0l
516
; cpupool_id= 0l
517
; arch= domain_config
518
0 commit comments