qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PULL 0/4] usb: add xen pvUSB backend


From: Gerd Hoffmann
Subject: [Qemu-devel] [PULL 0/4] usb: add xen pvUSB backend
Date: Mon, 23 May 2016 15:11:59 +0200

  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



reply via email to

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