Displaying 4 results from an estimated 4 matches for "usbversion".
Did you mean:
subversion
2013 Nov 19
13
[PATCH v7 1/2] libxl: usb2 and usb3 controller support for upstream qemu
Usage: usbversion=1|2|3 (default=0, no usb controller defined)
Specifies the type of an emulated USB bus in the guest. 1 for usb1,
2 for usb2 and 3 for usb3, it is available only with upstream qemu.
The old usb and usbdevice parameters cannot be used with this.
Changes from v6:
- now usbversion cannot be used with...
2013 Oct 08
0
[PATCH v3] libxl: spice usbredirection support for upstream qemu
...ion=NUMBER (default=0)
Enables spice usbredirection. Creates NUMBER usbredirection channels
for redirection of up to 4 usb devices from spice client to domU''s qemu.
It requires an usb controller and if not defined will automatically adds
an usb2 controller.
Changes from v2:
- updated for usbversion patch v7
- now usbredirection cannot be used with usb and usbdevice parameters
- if usbversion is undefined it will creates an usb2 controller
Changes from v1:
- Now can be setted the number of redirection channels.
- Various code improvements.
Signed-off-by: Fabio Fantoni <fabio.fantoni@m2r.b...
2013 Sep 20
0
[PATCH v2] libxl: spice usbredirection support for upstream qemu
...nclude libxl_internal.h, are fine. */
diff --git a/tools/libxl/libxl_dm.c b/tools/libxl/libxl_dm.c
index e0123b7..204ff29 100644
--- a/tools/libxl/libxl_dm.c
+++ b/tools/libxl/libxl_dm.c
@@ -535,6 +535,20 @@ static char ** libxl__build_device_model_args_new(libxl__gc *gc,
"usbversion parameter is invalid must be between 1 and 3");
return NULL;
}
+
+ if (b_info->u.hvm.spice.usbredirection >= 0 &&
+ b_info->u.hvm.spice.usbredirection < 5) {
+ for (i = 1; i <= b_info->u.hvm.spice....
2013 Dec 05
35
Xen 4.4 development update: RC0 imminent
This information will be mirrored on the Xen 4.4 Roadmap wiki page:
http://wiki.xen.org/wiki/Xen_Roadmap/4.4
We''re nearly to the completion of the code freeze, scheduled for
tomorrow. After the code freeze, only bug fixes and features marked
as "blockers" will be considered. At the moment, the only feature
considered a blocker is experimental PVH dom0 support.
In early RCs,