summaryrefslogtreecommitdiffstats
path: root/hw/usb
Commit message (Expand)AuthorAgeFilesLines
* usb-ccid: remove needless migration state codeMarc-André Lureau2017-10-231-22/+1Star
* pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost2017-10-153-0/+12
* pci: Add interface names to hybrid PCI devicesEduardo Habkost2017-10-151-0/+5
* usb: fix host-stub.c build raceGerd Hoffmann2017-10-051-0/+1
* usb: Use angle brackets for cacard include directiveFam Zheng2017-09-291-1/+1
* usb: fix libusb config variable name.Gerd Hoffmann2017-09-291-1/+1
* hw/usb/bus: Remove bad object_unparent() from usb_try_create_simple()Thomas Huth2017-09-291-3/+1Star
* Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20170927a'...Peter Maydell2017-09-273-3/+9
|\
| * migration: pre_save return intDr. David Alan Gilbert2017-09-273-3/+9
* | ehci: Add ppc4xx-ehci for the USB 2.0 controller in embedded PPC SoCsBALATON Zoltan2017-09-272-0/+26
* | ohci: Allow sysbus version to be used as a companionBALATON Zoltan2017-09-271-3/+12
|/
* buildsys: Move usb redir cflags/libs to per objectFam Zheng2017-09-221-0/+2
* buildsys: Move libusb cflags/libs to per objectFam Zheng2017-09-221-0/+5
* buildsys: Move libcacard cflags/libs to per objectFam Zheng2017-09-221-2/+4
* Convert single line fprintf(.../n) to warn_report()Alistair Francis2017-09-191-2/+3
* scsi: move block/scsi.h to include/scsi/constants.hPaolo Bonzini2017-09-191-1/+1
* usb: only build usb-host with CONFIG_USB=yGerd Hoffmann2017-09-131-1/+1
* usb: drop HOST_USBGerd Hoffmann2017-09-131-1/+5
* xhci: Avoid DMA when ERSTBA is set to zeroAlexey Kardashevskiy2017-09-131-2/+2
* usb-hub: use DIV_ROUND_UPMarc-André Lureau2017-08-311-4/+4
* trace-events: fix code style: print 0x before hex numbersVladimir Sementsov-Ogievskiy2017-08-011-28/+28
* trace: add trace_event_get_state_backends()Stefan Hajnoczi2017-08-011-8/+5Star
* docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé2017-07-311-1/+1
* usb: Fix build with newer gccEric Blake2017-07-201-2/+4
* Merge remote-tracking branch 'remotes/kraxel/tags/usb-20170717-pull-request' ...Peter Maydell2017-07-171-0/+5
|\
| * ehci: add sanity check for maxframesGerd Hoffmann2017-07-171-0/+5
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2017-07-143-11/+9Star
|\ \
| * | char: avoid chardevice direct accessAnton Nefedov2017-07-143-8/+6Star
| * | char: add backend hotswap handlerAnton Nefedov2017-07-143-3/+3
| |/
* / Convert error_report() to warn_report()Alistair Francis2017-07-132-4/+4
|/
* pci: Fix the wrong assertion.Mao Zhongyi2017-07-031-1/+1
* vmstate: error hint for failed equal checksHalil Pasic2017-06-281-1/+1
* Merge remote-tracking branch 'remotes/kraxel/tags/usb-20170621-pull-request' ...Peter Maydell2017-06-221-10/+14
|\
| * usb-host: support devices with sparse/non-sequential USB interfacesSamuel Brian2017-06-211-10/+14
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-06-09-v2' in...Peter Maydell2017-06-221-1/+0Star
|\ \ | |/ |/|
| * qapi: merge QInt and QFloat in QNumMarc-André Lureau2017-06-201-1/+0Star
* | ehci: stop recursive calls to ehci_work_bhGerd Hoffmann2017-06-132-0/+8
* | xhci: only update dequeue ptr on completed transfersGerd Hoffmann2017-06-121-2/+4
|/
* char: make chr_fe_deinit() optionaly delete backendMarc-André Lureau2017-06-022-7/+2Star
* char: move CharBackend handling in char-fe unitMarc-André Lureau2017-06-023-2/+3
* chardev: serial & parallel declaration to own headersMarc-André Lureau2017-06-021-1/+1
* chardev: move headers to include/chardevMarc-André Lureau2017-06-023-3/+3
* Remove/replace sysemu/char.h inclusionMarc-André Lureau2017-06-021-1/+1
* ehci: fix frame timer invocation.Gerd Hoffmann2017-05-291-3/+10
* usb: don't wakeup during coldplugGerd Hoffmann2017-05-291-0/+8
* usb-hub: set PORT_STAT_C_SUSPEND on host-initiated wake-upLadi Prosek2017-05-291-1/+14
* xhci: add CONFIG_USB_XHCI_NEC optionGerd Hoffmann2017-05-291-1/+1
* xhci: split into multiple filesGerd Hoffmann2017-05-294-236/+292
* usb: Simplify the parameter parsing of the legacy usb serial deviceThomas Huth2017-05-291-16/+5Star
* ehci: fix overflow in frame timer codeGerd Hoffmann2017-05-291-1/+1