tools/ocaml: Add missing CAP_PV
authorAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 9 Sep 2019 17:12:05 +0000 (18:12 +0100)
committerIan Jackson <ian.jackson@eu.citrix.com>
Tue, 10 Sep 2019 13:44:33 +0000 (14:44 +0100)
commit7b7bab4bce5c69613f0b68f4dae0ef74a70134c3
tree9ca2c725d48d94a175f12510e3f94bf7d7dcd523
parent774ebe2ad76a80031fb9402254ae7065af908e57
tools/ocaml: Add missing CAP_PV

c/s f089fddd941 broke the Ocaml ABI by renumering XEN_SYSCTL_PHYSCAP_directio
without adjusting the Ocaml physinfo_cap_flag enumeration.  Fix this by
inserting CAP_PV between CAP_HVM and CAP_DirectIO.

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