Add vendor_device parameter for HVM guests
authorPaul Durrant <paul.durrant@citrix.com>
Fri, 2 Aug 2013 16:45:31 +0000 (17:45 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Mon, 5 Aug 2013 09:25:21 +0000 (10:25 +0100)
commit066e134fb33b7fe0a0a496b459bbd675b146403c
treec8f5b3358095ade49a5eddc6cdca9aaf475df813
parentc10b492064ad83d6db8d576014cdcbe73f028e50
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 <paul.durrant@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
[ ijc -- s/BUILD_INFO/BUILDINFO for consistency in LIBXL_HAVE define ]
docs/man/xl.cfg.pod.5
tools/libxl/libxl.h
tools/libxl/libxl_dm.c
tools/libxl/libxl_types.idl
tools/libxl/xl_cmdimpl.c