qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/4] xen: add qdevs for each backend, correct pvUSB
@ 2016-11-22  6:10 Juergen Gross
  2016-11-22  6:10 ` [Qemu-devel] [PATCH v3 1/4] xen: add an own bus for xen backend devices Juergen Gross
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Juergen Gross @ 2016-11-22  6:10 UTC (permalink / raw)
  To: qemu-devel, xen-devel
  Cc: anthony.perard, kraxel, sstabellini, armbru, Juergen Gross

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.

This is achieved by adding a qdev for each Xen backend all attached to
a new Xen specific bus.

Changes in V3:
- removed two spurious changes in patch 3 as requested by Stefano

Changes in V2:
- one qdev for each backend instead of pvUSB only

Juergen Gross (4):
  xen: add an own bus for xen backend devices
  qdev: add function qdev_set_id()
  xen: create qdev for each backend device
  xen: attach pvusb usb bus to backend qdev

 hw/usb/xen-usb.c             | 23 +++++++--------
 hw/xen/xen_backend.c         | 66 ++++++++++++++++++++++++++++++++++++++++++--
 hw/xen/xen_pvdev.c           |  4 ++-
 include/hw/xen/xen_backend.h |  8 ++++++
 include/hw/xen/xen_pvdev.h   |  1 +
 include/monitor/qdev.h       |  1 +
 qdev-monitor.c               | 36 +++++++++++++-----------
 7 files changed, 106 insertions(+), 33 deletions(-)

-- 
2.10.0

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-03-23 21:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-22  6:10 [Qemu-devel] [PATCH v3 0/4] xen: add qdevs for each backend, correct pvUSB Juergen Gross
2016-11-22  6:10 ` [Qemu-devel] [PATCH v3 1/4] xen: add an own bus for xen backend devices Juergen Gross
2016-11-22  6:10 ` [Qemu-devel] [PATCH v3 2/4] qdev: add function qdev_set_id() Juergen Gross
2017-03-23 21:11   ` Eduardo Habkost
2016-11-22  6:10 ` [Qemu-devel] [PATCH v3 3/4] xen: create qdev for each backend device Juergen Gross
2017-03-23 20:57   ` Eduardo Habkost
2016-11-22  6:10 ` [Qemu-devel] [PATCH v3 4/4] xen: attach pvusb usb bus to backend qdev Juergen Gross

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).