Statistics
| Branch: | Revision:

root / hw / usb @ 3d29bcee

Name Size
Makefile.objs 1.2 kB
bus.c 17.4 kB
ccid-card-emulated.c 18.8 kB
ccid-card-passthru.c 12.4 kB
ccid.h 1.9 kB
combined-packet.c 6.4 kB
core.c 22.1 kB
desc.c 22.7 kB
desc.h 7.9 kB
dev-audio.c 22.8 kB
dev-bluetooth.c 17.2 kB
dev-hid.c 23 kB
dev-hub.c 17.4 kB
dev-network.c 43.6 kB
dev-serial.c 17.3 kB
dev-smartcard-reader.c 46.5 kB
dev-storage.c 21.8 kB
dev-uas.c 26.9 kB
dev-wacom.c 10.2 kB
hcd-ehci-pci.c 6.9 kB
hcd-ehci-sysbus.c 6.2 kB
hcd-ehci.c 74 kB
hcd-ehci.h 11.5 kB
hcd-musb.c 44 kB
hcd-ohci.c 55.6 kB
hcd-uhci.c 38.5 kB
hcd-xhci.c 103.9 kB
host-bsd.c 17.7 kB
host-legacy.c 4.1 kB
host-libusb.c 44.3 kB
host-linux.c 54.5 kB
host-stub.c 1.8 kB
host.h 1.7 kB
libhw.c 2.3 kB
quirks-ftdi-ids.h 46.5 kB
quirks-pl2303-ids.h 4.1 kB
quirks.c 1.7 kB
quirks.h 48.9 kB
redirect.c 77.2 kB

Latest revisions

# Date Author Comment
125ee0ed 07/29/2013 06:37 pm Marcel Apfelbaum

devices: Associate devices to their logical category

The category will be used to sort the devices displayed in
the command line help.

Signed-off-by: Marcel Apfelbaum <>
Message-id: ...

dfc6f865 07/27/2013 10:22 am Stefan Weil

misc: Use g_assert_not_reached for code which is expected to be unreachable

The macro g_assert_not_reached is a better self documenting replacement
for assert(0) or assert(false).

Signed-off-by: Stefan Weil <>
Signed-off-by: Michael Tokarev <>

caad4eb3 07/23/2013 01:37 am Andreas Färber

scsi: Improve error propagation for scsi_bus_legacy_handle_cmdline()

Let scsi_bus_legacy_add_drive() and scsi_bus_legacy_handle_cmdline()
return an Error**. Prepare qdev initfns for QOM realize error model.

Signed-off-by: Andreas Färber <>

1aa0c0c7 07/23/2013 01:37 am Hu Tao

ohci: QOM'ify some more

Introduce type constant and avoid DO_UPCAST().

Signed-off-by: Hu Tao <>
[AF: Avoid remaining OHCIPCIState::pci_dev uses, rename parent fields]
Signed-off-by: Andreas Färber <>

457215ec 07/23/2013 01:37 am Hu Tao

ohci: Use QOM realize for OHCI

Signed-off-by: Hu Tao <>
Signed-off-by: Andreas Färber <>

37034575 07/23/2013 01:37 am Peter Crosthwaite

usb/hcd-xhci: QOM Upcast Sweep

Define and use standard QOM cast macro. Remove usages of DO_UPCAST()
and direct -> style upcasting.

Signed-off-by: Peter Crosthwaite <>
[AF: Dropped usb_xhci_init() DeviceState argument and renamed variable]...

9b7d3334 07/23/2013 01:37 am Andreas Färber

usb/hcd-xhci: QOM parent field cleanup

Replace direct uses of XHCIState::pci_dev with QOM casts and rename it
to parent_obj.

Acked-by: Peter Crosthwaite <>
Signed-off-by: Andreas Färber <>

6783ecf1 07/23/2013 01:37 am Peter Maydell

hw: Avoid use of QOM type name macros in VMStateDescriptions

The name field in a VMStateDescription is part of the migration state
versioning, so changing it will break migration. It's therefore a
bad idea to use a QOM typename macro to initialize it, because in...

22fc860b 07/04/2013 06:42 pm Paolo Bonzini

hw/[u-x]*: pass owner to memory_region_init* functions

Signed-off-by: Paolo Bonzini <>

2c9b15ca 07/04/2013 06:42 pm Paolo Bonzini

memory: add owner argument to initialization functions

Signed-off-by: Paolo Bonzini <>

View revisions

Also available in: Atom