And the xl.cfg man page documentation.
It should be possible to re-introduce it in the future with a proper
implementation, in order to create a HVM guest without a device model,
which is slightly different from a PVHv2 guest.
Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Use the device-model based upon the historical Xen fork of Qemu.
This device-model is still the default for NetBSD dom0.
-=item B<none>
-
-Don't use any device model. This requires a kernel capable of booting
-without emulated devices.
-
=back
It is recommended to accept the default value for new guests. If
*/
#define LIBXL_HAVE_GFX_PASSTHRU_KIND
-/*
- * LIBXL_HAVE_DEVICE_MODEL_VERSION_NONE
- *
- * In the case that LIBXL_HAVE_DEVICE_MODEL_VERSION_NONE is set libxl
- * allows the creation of HVM guests without a device model.
- */
-#define LIBXL_HAVE_DEVICE_MODEL_VERSION_NONE 1
-
/*
* LIBXL_HAVE_CHECKPOINTED_STREAM
*
(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
])
libxl_console_type = Enumeration("console_type", [