summaryrefslogtreecommitdiffstats
path: root/hw/usb
Commit message (Expand)AuthorAgeFilesLines
* Include qapi/qmp/qbool.h exactly where neededMarkus Armbruster2018-02-091-1/+0Star
* Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster2018-02-091-0/+1
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-1/+0Star
* usb-ccid: convert CCIDCardClass::exitfn() -> unrealize()Philippe Mathieu-Daudé2018-01-264-17/+17
* usb-ccid: inline ccid_card_initfn() in ccid_card_realize()Philippe Mathieu-Daudé2018-01-261-18/+7Star
* hw/usb/ccid: Make ccid_card_init() take an error parameterMao Zhongyi2018-01-264-45/+50
* usb-storage: Fix share-rw option parsingFam Zheng2018-01-261-1/+2
* usb: Remove legacy -usbdevice options (host, serial, disk and net)Thomas Huth2018-01-266-265/+1Star
* Replace all occurances of __FUNCTION__ with __func__Alistair Francis2018-01-224-12/+12
* Merge remote-tracking branch 'origin/master' into HEADMichael S. Tsirkin2018-01-112-38/+13Star
|\
| * dev-storage: Fix the unusual function nameMao Zhongyi2017-12-191-10/+10
| * hw/block: Use errp directly rather than local_errMao Zhongyi2017-12-191-6/+3Star
| * hmp-commands: Remove the deprecated usb_add and usb_delThomas Huth2017-12-141-22/+0Star
* | pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson2017-12-051-1/+1
|/
* 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