qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/5] usb: improve ehci/uhci test
@ 2014-05-26  8:56 Gerd Hoffmann
  2014-05-26  8:56 ` [Qemu-devel] [PATCH 1/5] qtest: fix qpci_config_writel Gerd Hoffmann
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Gerd Hoffmann @ 2014-05-26  8:56 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

  Hi,

Started hacking on the ehci test case.

please review,
  Gerd

Gerd Hoffmann (5):
  qtest: fix qpci_config_writel
  usb: move uhci register defines to header file
  usb: add uhci port status reserved bit
  usb: move ehci register defines to header file
  usb: improve ehci/uhci test

 hw/usb/hcd-ehci.c          |  79 +----------------------
 hw/usb/hcd-uhci.c          |  36 +----------
 include/hw/usb/ehci-regs.h |  82 ++++++++++++++++++++++++
 include/hw/usb/uhci-regs.h |  40 ++++++++++++
 tests/Makefile             |   4 +-
 tests/libqos/pci.c         |   2 +-
 tests/usb-hcd-ehci-test.c  | 153 +++++++++++++++++++++++++++++++++++++++++++--
 7 files changed, 277 insertions(+), 119 deletions(-)
 create mode 100644 include/hw/usb/ehci-regs.h
 create mode 100644 include/hw/usb/uhci-regs.h

-- 
1.8.3.1

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

end of thread, other threads:[~2014-05-26  8:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-26  8:56 [Qemu-devel] [PATCH 0/5] usb: improve ehci/uhci test Gerd Hoffmann
2014-05-26  8:56 ` [Qemu-devel] [PATCH 1/5] qtest: fix qpci_config_writel Gerd Hoffmann
2014-05-26  8:56 ` [Qemu-devel] [PATCH 2/5] usb: move uhci register defines to header file Gerd Hoffmann
2014-05-26  8:56 ` [Qemu-devel] [PATCH 3/5] usb: add uhci port status reserved bit Gerd Hoffmann
2014-05-26  8:56 ` [Qemu-devel] [PATCH 4/5] usb: move ehci register defines to header file Gerd Hoffmann
2014-05-26  8:56 ` [Qemu-devel] [PATCH 5/5] usb: improve ehci/uhci test Gerd Hoffmann

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).