xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [Xen-devel] [PATCH 1/3] tools/ocaml: Add missing X86_EMU_VPCI
@ 2019-09-09 17:12 Ian Jackson
  2019-09-09 17:12 ` [Xen-devel] [PATCH 2/3] tools/ocaml: Add missing CAP_PV Ian Jackson
  2019-09-09 17:12 ` [Xen-devel] [PATCH 3/3] tools/ocaml: Introduce xenctrl ABI build-time checks Ian Jackson
  0 siblings, 2 replies; 5+ messages in thread
From: Ian Jackson @ 2019-09-09 17:12 UTC (permalink / raw)
  To: xen-devel
  Cc: Andrew Cooper, Ian Jackson, Christian Lindig, Wei Liu, David Scott

This was missing from x86_arch_emulation_flags.

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
---
 tools/ocaml/libs/xc/xenctrl.ml  | 1 +
 tools/ocaml/libs/xc/xenctrl.mli | 1 +
 2 files changed, 2 insertions(+)

diff --git a/tools/ocaml/libs/xc/xenctrl.ml b/tools/ocaml/libs/xc/xenctrl.ml
index 35958b94d5..305625cb6c 100644
--- a/tools/ocaml/libs/xc/xenctrl.ml
+++ b/tools/ocaml/libs/xc/xenctrl.ml
@@ -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 =
 {
diff --git a/tools/ocaml/libs/xc/xenctrl.mli b/tools/ocaml/libs/xc/xenctrl.mli
index 6c4268d453..da93160ed3 100644
--- a/tools/ocaml/libs/xc/xenctrl.mli
+++ b/tools/ocaml/libs/xc/xenctrl.mli
@@ -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;
-- 
2.11.0


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-09-10  9:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-09 17:12 [Xen-devel] [PATCH 1/3] tools/ocaml: Add missing X86_EMU_VPCI Ian Jackson
2019-09-09 17:12 ` [Xen-devel] [PATCH 2/3] tools/ocaml: Add missing CAP_PV Ian Jackson
2019-09-09 17:12 ` [Xen-devel] [PATCH 3/3] tools/ocaml: Introduce xenctrl ABI build-time checks Ian Jackson
2019-09-10  8:29   ` Christian Lindig
2019-09-10  9:57     ` Ian Jackson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).