Skip to content

Commit 11f7e5d

Browse files
andyhhprobhoes
authored andcommitted
Xen-4.19+ domctl_create_config.vmtrace_buf_kb
https://xenbits.xen.org/gitweb/?p=xen.git;a=commitdiff;h=e36c106b0b0e66c43855cdfdb6d41356c57ec577 Signed-off-by: Andrew Cooper <[email protected]>
1 parent 3f1f145 commit 11f7e5d

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+
; vmtrace_buf_kb: int32
109110
; cpupool_id: int32
110111
; arch: arch_domainconfig
111112
}
@@ -509,6 +510,7 @@ let make ~xc ~xs vm_info vcpus domain_config uuid final_uuid no_sharept
509510
else
510511
1
511512
)
513+
; vmtrace_buf_kb= 0l
512514
; cpupool_id= 0l
513515
; arch= domain_config
514516
}

0 commit comments

Comments
 (0)