Skip to content

Commit 0eacfc3

Browse files
authored
Updates for Xen 4.20 (#6835)
2 parents 3f1f145 + 011e9f6 commit 0eacfc3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ocaml/xenopsd/xc/domain.ml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ 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
110+
; vmtrace_buf_kb: int32
109111
; cpupool_id: int32
110112
; arch: arch_domainconfig
111113
}
@@ -509,6 +511,8 @@ let make ~xc ~xs vm_info vcpus domain_config uuid final_uuid no_sharept
509511
else
510512
1
511513
)
514+
; altp2m_opts= 0l
515+
; vmtrace_buf_kb= 0l
512516
; cpupool_id= 0l
513517
; arch= domain_config
514518
}

0 commit comments

Comments
 (0)