From 066e134fb33b7fe0a0a496b459bbd675b146403c Mon Sep 17 00:00:00 2001 From: Paul Durrant Date: Fri, 2 Aug 2013 17:45:31 +0100 Subject: Add vendor_device parameter for HVM guests The parameter determines which, if any, xen-pvdevice is specified on the QEMU command line. The default value is 'none' which means no argument will be passed. A value of 'xenserver' specifies a xen-pvdevice with device-id 0xc000 (the initial value in the xenserver namespace - see docs/misc/pci-device-reservations.txt). Signed-off-by: Paul Durrant Acked-by: Ian Campbell [ ijc -- s/BUILD_INFO/BUILDINFO for consistency in LIBXL_HAVE define ] --- docs/man/xl.cfg.pod.5 | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'docs') diff --git a/docs/man/xl.cfg.pod.5 b/docs/man/xl.cfg.pod.5 index 069b73ff60..08d6cc45db 100644 --- a/docs/man/xl.cfg.pod.5 +++ b/docs/man/xl.cfg.pod.5 @@ -1176,6 +1176,29 @@ documentation. =back +=item B + +Selects which variant of the QEMU xen-pvdevice should be used for this +guest. Valid values are: + +=over 4 + +=item B + +The xen-pvdevice should be omitted. This is the default. + +=item B + +The xenserver variant of the xen-pvdevice (device-id=C000) will be +specified, enabling the use of XenServer PV drivers in the guest. + +=back + +This parameter only takes effect when device_model_version=qemu-xen. +See F for more information. + +=back + =head2 Device-Model Options The following options control the selection of the device-model. This -- cgit v1.2.3