[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v7 31/32] libxl: allow the creation of HVM domains without a device model.
El 08/10/15 a les 16.36, Ian Campbell ha escrit: > On Fri, 2015-10-02 at 17:49 +0200, Roger Pau Monne wrote: >> diff --git a/tools/libxl/libxl_types.idl b/tools/libxl/libxl_types.idl >> index d6ef9a2..082fed8 100644 >> --- a/tools/libxl/libxl_types.idl >> +++ b/tools/libxl/libxl_types.idl >> @@ -98,6 +98,7 @@ libxl_device_model_version = >> Enumeration("device_model_version", [ >> (0, "UNKNOWN"), >> (1, "QEMU_XEN_TRADITIONAL"), # Historical qemu-xen device model >> (qemu-dm) >> (2, "QEMU_XEN"), # Upstream based qemu-xen device model >> + (3, "NONE"), # No device model > > Is there a #define LIBXL_HAVE_<foo> somewhere in this series somewhere? > (Not in this patch I think) No, but I'm afraid there should be one indeed. Does: #define LIBXL_HAVE_HVM_WITHOUT_DM 1 Look reasonable? Roger. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |