qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/2] Xen pvUSB correction


From: Juergen Gross
Subject: [Qemu-devel] [PATCH 0/2] Xen pvUSB correction
Date: Mon, 26 Sep 2016 14:43:55 +0200

Trying to use pvUSB in a Xen guest with a qemu emulated USB controller
will crash qemu as it tries to attach a pvUSB device to the emulated
controller.

This can be avoided by adding a unique id to each pvUSB controller which
can be used when attaching the pvUSB device. In order to make this
possible the pvUSB controller has to be a hotpluggable qemu device.

Juergen Gross (2):
  xen: add an own bus for xen backend devices
  xen: add qemu device for each pvusb backend

 hw/usb/xen-usb.c             | 81 +++++++++++++++++++++++++++++++++++++-------
 hw/xen/xen_backend.c         | 19 +++++++++--
 include/hw/xen/xen_backend.h |  4 +++
 3 files changed, 88 insertions(+), 16 deletions(-)

-- 
2.6.6




reply via email to

[Prev in Thread] Current Thread [Next in Thread]