All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/4] usb: add xen pvUSB backend
@ 2016-05-23 13:11 Gerd Hoffmann
  2016-05-23 13:12   ` Gerd Hoffmann
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Gerd Hoffmann @ 2016-05-23 13:11 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

  Hi,

Here comes the usb patch queue, finally bringing the xen pvUSB backend.
Also a small ohci fix.

please pull,
  Gerd

The following changes since commit e081c24d30c1e7b29eb4450aa16d6a0da5782797:

  Merge remote-tracking branch 'remotes/ehabkost/tags/machine-pull-request' into staging (2016-05-23 10:30:41 +0100)

are available in the git repository at:


  git://git.kraxel.org/qemu tags/pull-usb-20160523-1

for you to fetch changes up to d400fc018b326104d26d730e5cc8c36c1f662c34:

  usb/ohci: Fix crash with when specifying too many num-ports (2016-05-23 14:59:40 +0200)

----------------------------------------------------------------
usb: add xen pvUSB backend, add num-ports check to ohci.

----------------------------------------------------------------
Juergen Gross (3):
      xen: introduce dummy system device
      xen: write information about supported backends
      xen: add pvUSB backend

Thomas Huth (1):
      usb/ohci: Fix crash with when specifying too many num-ports

 hw/usb/Makefile.objs         |    4 +
 hw/usb/hcd-ohci.c            |    6 +
 hw/usb/xen-usb.c             | 1080 ++++++++++++++++++++++++++++++++++++++++++
 hw/xen/xen_backend.c         |   63 +++
 hw/xen/xen_devconfig.c       |   52 +-
 hw/xenpv/xen_machine_pv.c    |   43 ++
 include/hw/xen/xen_backend.h |    6 +
 include/hw/xen/xen_common.h  |    2 +
 8 files changed, 1206 insertions(+), 50 deletions(-)
 create mode 100644 hw/usb/xen-usb.c

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

end of thread, other threads:[~2016-06-13  7:55 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-23 13:11 [Qemu-devel] [PULL 0/4] usb: add xen pvUSB backend Gerd Hoffmann
2016-05-23 13:12 ` [Qemu-devel] [PULL 1/4] xen: introduce dummy system device Gerd Hoffmann
2016-05-23 13:12   ` Gerd Hoffmann
2016-05-23 13:12 ` [Qemu-devel] [PULL 2/4] xen: write information about supported backends Gerd Hoffmann
2016-05-23 13:12   ` Gerd Hoffmann
2016-05-23 13:12 ` [Qemu-devel] [PULL 3/4] xen: add pvUSB backend Gerd Hoffmann
2016-05-23 13:12   ` Gerd Hoffmann
2016-06-07  8:35   ` [Qemu-devel] [Xen-devel] " Olaf Hering
2016-06-07  8:35     ` Olaf Hering
2016-06-10 10:38     ` [Qemu-devel] " Gerd Hoffmann
2016-06-10 10:38       ` Gerd Hoffmann
2016-06-13  7:55       ` [Qemu-devel] [Xen-devel] " Juergen Gross
2016-06-13  7:55         ` Juergen Gross
2016-05-23 13:12 ` [Qemu-devel] [PULL 4/4] usb/ohci: Fix crash with when specifying too many num-ports Gerd Hoffmann
2016-05-23 15:15 ` [Qemu-devel] [PULL 0/4] usb: add xen pvUSB backend Peter Maydell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.