Statistics
| Branch: | Revision:

root / hw / usb @ f6049f44

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 57.3 kB
hcd-uhci.c 38.7 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
75cc1c1f 08/01/2013 02:03 pm Gerd Hoffmann

xhci: fix segfault

Guest trying to reset a endpoint of a disconnected device resulted in
xhci trying to dereference uport while being NULL, thereby crashing
qemu. Fix that by adding a check. Drop unused dev variable while
touching that code bit.

Cc: ...

a14ff8a6 08/01/2013 02:03 pm Gerd Hoffmann

usb-redir: fix use-after-free

Reinitialize dev->cs to NULL after deleting it, to make sure it isn't
used afterwards.

Reported-by: Martin Cerveny <>
Signed-off-by: Gerd Hoffmann <>

ed60ff02 07/30/2013 11:26 am Gerd Hoffmann

xhci: handle USB_RET_IOERROR

https://bugzilla.redhat.com/show_bug.cgi?id=980377

Cc:
Signed-off-by: Gerd Hoffmann <>

9f0f1a0c 07/30/2013 11:26 am Gerd Hoffmann

uhci: egsm fix

When the guest goes suspend the uhci controller while there are
pending resume requests on the ports go signal global resume
instantly.

Signed-off-by: Gerd Hoffmann <>

cf66ee8e 07/30/2013 11:26 am Alexey Kardashevskiy

hcd-ohci: add dma error handling

Current hcd-ohci does not handle DMA errors. However they may happen
so here we introduce simple error handling.

On such errors, a typical OHCI will stop operating, signal the guest
about the error by sending "UnrecoverableError Event", set itself into...

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

View revisions

Also available in: Atom