summaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)AuthorFilesLines
2017-10-23usb-ccid: remove needless migration state codeMarc-André Lureau1-22/+1
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost3-0/+12
2017-10-15pci: Add interface names to hybrid PCI devicesEduardo Habkost1-0/+5
2017-10-05usb: fix host-stub.c build raceGerd Hoffmann1-0/+1
2017-09-29usb: Use angle brackets for cacard include directiveFam Zheng1-1/+1
2017-09-29usb: fix libusb config variable name.Gerd Hoffmann1-1/+1
2017-09-29hw/usb/bus: Remove bad object_unparent() from usb_try_create_simple()Thomas Huth1-3/+1
2017-09-27Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20170927a'...Peter Maydell3-3/+9
2017-09-27migration: pre_save return intDr. David Alan Gilbert3-3/+9
2017-09-27ehci: Add ppc4xx-ehci for the USB 2.0 controller in embedded PPC SoCsBALATON Zoltan2-0/+26
2017-09-27ohci: Allow sysbus version to be used as a companionBALATON Zoltan1-3/+12
2017-09-22buildsys: Move usb redir cflags/libs to per objectFam Zheng1-0/+2
2017-09-22buildsys: Move libusb cflags/libs to per objectFam Zheng1-0/+5
2017-09-22buildsys: Move libcacard cflags/libs to per objectFam Zheng1-2/+4
2017-09-19Convert single line fprintf(.../n) to warn_report()Alistair Francis1-2/+3
2017-09-19scsi: move block/scsi.h to include/scsi/constants.hPaolo Bonzini1-1/+1
2017-09-13usb: only build usb-host with CONFIG_USB=yGerd Hoffmann1-1/+1
2017-09-13usb: drop HOST_USBGerd Hoffmann1-1/+5
2017-09-13xhci: Avoid DMA when ERSTBA is set to zeroAlexey Kardashevskiy1-2/+2
2017-08-31usb-hub: use DIV_ROUND_UPMarc-André Lureau1-4/+4
2017-08-01trace-events: fix code style: print 0x before hex numbersVladimir Sementsov-Ogievskiy1-28/+28
2017-08-01trace: add trace_event_get_state_backends()Stefan Hajnoczi1-8/+5
2017-07-31docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé1-1/+1
2017-07-20usb: Fix build with newer gccEric Blake1-2/+4
2017-07-17Merge remote-tracking branch 'remotes/kraxel/tags/usb-20170717-pull-request' ...Peter Maydell1-0/+5
2017-07-17ehci: add sanity check for maxframesGerd Hoffmann1-0/+5
2017-07-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell3-11/+9
2017-07-14char: avoid chardevice direct accessAnton Nefedov3-8/+6
2017-07-14char: add backend hotswap handlerAnton Nefedov3-3/+3
2017-07-13Convert error_report() to warn_report()Alistair Francis2-4/+4
2017-07-03pci: Fix the wrong assertion.Mao Zhongyi1-1/+1
2017-06-28vmstate: error hint for failed equal checksHalil Pasic1-1/+1
2017-06-22Merge remote-tracking branch 'remotes/kraxel/tags/usb-20170621-pull-request' ...Peter Maydell1-10/+14
2017-06-22Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-06-09-v2' in...Peter Maydell1-1/+0
2017-06-21usb-host: support devices with sparse/non-sequential USB interfacesSamuel Brian1-10/+14
2017-06-20qapi: merge QInt and QFloat in QNumMarc-André Lureau1-1/+0
2017-06-13ehci: stop recursive calls to ehci_work_bhGerd Hoffmann2-0/+8
2017-06-12xhci: only update dequeue ptr on completed transfersGerd Hoffmann1-2/+4
2017-06-02char: make chr_fe_deinit() optionaly delete backendMarc-André Lureau2-7/+2
2017-06-02char: move CharBackend handling in char-fe unitMarc-André Lureau3-2/+3
2017-06-02chardev: serial & parallel declaration to own headersMarc-André Lureau1-1/+1
2017-06-02chardev: move headers to include/chardevMarc-André Lureau3-3/+3
2017-06-02Remove/replace sysemu/char.h inclusionMarc-André Lureau1-1/+1
2017-05-29ehci: fix frame timer invocation.Gerd Hoffmann1-3/+10
2017-05-29usb: don't wakeup during coldplugGerd Hoffmann1-0/+8
2017-05-29usb-hub: set PORT_STAT_C_SUSPEND on host-initiated wake-upLadi Prosek1-1/+14
2017-05-29xhci: add CONFIG_USB_XHCI_NEC optionGerd Hoffmann1-1/+1
2017-05-29xhci: split into multiple filesGerd Hoffmann4-236/+292
2017-05-29usb: Simplify the parameter parsing of the legacy usb serial deviceThomas Huth1-16/+5
2017-05-29ehci: fix overflow in frame timer codeGerd Hoffmann1-1/+1