]> xenbits.xensource.com Git - people/iwj/xen.git/commitdiff
tools/ocaml: Add missing X86_EMU_VPCI
authorIan Jackson <ian.jackson@eu.citrix.com>
Mon, 9 Sep 2019 17:12:04 +0000 (18:12 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 10 Sep 2019 09:40:04 +0000 (10:40 +0100)
This was missing from x86_arch_emulation_flags.

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/ocaml/libs/xc/xenctrl.ml
tools/ocaml/libs/xc/xenctrl.mli

index 35958b94d5654c64ea58098e68af8f8f201c582c..305625cb6c7a127c769af6ccd6f469dcf7d7b199 100644 (file)
@@ -46,6 +46,7 @@ type x86_arch_emulation_flags =
        | X86_EMU_IOMMU
        | X86_EMU_PIT
        | X86_EMU_USE_PIRQ
+       | X86_EMU_VPCI
 
 type xen_x86_arch_domainconfig =
 {
index 6c4268d45311402e580760c1381f38c3e3f44bb0..da93160ed30552e020c50d5109a6226f298db47f 100644 (file)
@@ -40,6 +40,7 @@ type x86_arch_emulation_flags =
   | X86_EMU_IOMMU
   | X86_EMU_PIT
   | X86_EMU_USE_PIRQ
+  | X86_EMU_VPCI
 
 type xen_x86_arch_domainconfig = {
   emulation_flags: x86_arch_emulation_flags list;