Displaying 2 results from an estimated 2 matches for "vendor_device".
2013 Sep 25
1
[PATCH] docs: fix syntax error in xl.cfg.pod
...ndex 769767b..d57cd4d 100644
--- a/docs/man/xl.cfg.pod.5
+++ b/docs/man/xl.cfg.pod.5
@@ -1188,8 +1188,6 @@ The form usbdevice=DEVICE is also accepted for backwards compatibility.
More valid options can be found in the "usbdevice" section of the qemu
documentation.
-=back
-
=item B<vendor_device="VENDOR_DEVICE">
Selects which variant of the QEMU xen-pvdevice should be used for this
2014 Jun 10
0
Re: [PATCH v16] libxl: Add qxl vga interface support for upstream qemu
...l/libxl_types.idl
> @@ -154,6 +154,7 @@ libxl_vga_interface_type = Enumeration("vga_interface_type", [
> (1, "CIRRUS"),
> (2, "STD"),
> (3, "NONE"),
> + (4, "QXL"),
> ], init_val = 1)
>
> libxl_vendor_device = Enumeration("vendor_device", [
> diff --git a/tools/libxl/xl_cmdimpl.c b/tools/libxl/xl_cmdimpl.c
> index 5195914..a5a4cc6 100644
> --- a/tools/libxl/xl_cmdimpl.c
> +++ b/tools/libxl/xl_cmdimpl.c
> @@ -1682,6 +1682,8 @@ skip_vfb:
> b_info->u.hvm.vg...