summaryrefslogtreecommitdiffstats
path: root/hw/usb
Commit message (Expand)AuthorAgeFilesLines
* use libusb for usb-hostGerd Hoffmann2013-04-162-2/+1461
* xhci: fix address deviceGerd Hoffmann2013-04-161-0/+4
* xhci: use slotid as device addressGerd Hoffmann2013-04-161-22/+3
* xhci: fix portsc writesGerd Hoffmann2013-04-161-7/+35
* xhci: add xhci_cap_writeGerd Hoffmann2013-04-161-0/+7
* xhci: remove leftover debug printfGerd Hoffmann2013-04-161-1/+0
* usb-serial: Remove double call to qemu_chr_add_handlers( NULL )Hans de Goede2013-04-161-9/+0
* include: avoid useless includes of exec/ headersPaolo Bonzini2013-04-151-1/+1
* sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini2013-04-155-5/+5
* Merge remote-tracking branch 'bonzini/hw-dirs' into stagingAnthony Liguori2013-04-089-7/+1031
|\
| * hw: move private headers to hw/ subdirectories.Paolo Bonzini2013-04-084-3/+68
| * hw: make all of hw/usb/ configurable via default-configs/Paolo Bonzini2013-04-081-0/+1
| * hw: move target-independent files to subdirectoriesPaolo Bonzini2013-04-083-1/+959
| * hw: move headers to include/Paolo Bonzini2013-04-084-5/+5
* | Merge remote-tracking branch 'kraxel/usb.79' into stagingAnthony Liguori2013-04-085-19/+62
|\ \ | |/ |/|
| * usb-tablet: Don't claim wakeup capability for USB-2 versionHans de Goede2013-04-031-1/+1
| * usb-hub: report status changes only onceGerd Hoffmann2013-04-031-1/+5
| * usb-hub: limit chain lengthGerd Hoffmann2013-04-032-0/+8
| * xhci: zap unused name fieldGerd Hoffmann2013-04-031-1/+0
| * xhci: remove unimplemented printfsGerd Hoffmann2013-04-031-13/+9
| * xhci: remove leftover debug printfGerd Hoffmann2013-04-031-2/+0
| * xhci: fix numintrs sanity checksGerd Hoffmann2013-04-031-0/+3
| * usb-redir: Add flow control supportHans de Goede2013-04-031-1/+32
| * usb-redir: Fix crash on migration with no client connectedHans de Goede2013-04-031-0/+4
* | usb-storage: Forward serial number to scsi-diskKevin Wolf2013-04-051-1/+1
|/
* qemu-char: Automatically do fe_open / fe_close on qemu_chr_add_handlersHans de Goede2013-03-271-2/+0
* qemu-char: Rename opened to be_openHans de Goede2013-03-272-2/+2
* pcie: Add endpoint capability initialization wrapperAlex Williamson2013-03-261-1/+1
* hw: move qdev-monitor.o to toplevel directoryPaolo Bonzini2013-03-011-0/+1
* xhci: fix bad print specifierHervé Poussineau2013-02-231-2/+2
* unbreak hw/usb/redirect.c buildGerd Hoffmann2013-02-221-1/+1
* uas-uas: usb3 streamsGerd Hoffmann2013-02-191-42/+205
* usb-xhci: usb3 streamsGerd Hoffmann2013-02-191-45/+223
* usb-core: usb3 streamsGerd Hoffmann2013-02-1913-27/+31
* usb: fix endpoint descriptor orderingGerd Hoffmann2013-02-191-4/+5
* usb-redir: simplify packet copyGerd Hoffmann2013-02-191-14/+4
* usb: make usb_packet_copy operate on combined packetsGerd Hoffmann2013-02-191-5/+14
* usb: add usb_ep_set_haltedGerd Hoffmann2013-02-191-0/+6
* usb-host: remove usb_host_device_closeGerd Hoffmann2013-02-193-35/+0
* usb-host: move legacy cmd line bitsGerd Hoffmann2013-02-194-101/+190
* usb-storage: use scsi_req_enqueue return valueGerd Hoffmann2013-02-191-2/+3
* allow disabling usb smartcard supportGerd Hoffmann2013-02-191-1/+0
* make usb devices configurableGerd Hoffmann2013-02-191-8/+12
* usb: Makefile cleanupGerd Hoffmann2013-02-191-7/+20
* net: intorduce qemu_del_nic()Jason Wang2013-02-011-1/+1
* net: introduce qemu_get_nic()Jason Wang2013-02-011-3/+3
* net: introduce qemu_get_queue()Jason Wang2013-02-011-5/+5
* usb: add usb-bot device (scsi bulk-only transport).Gerd Hoffmann2013-01-221-15/+79
* ohci: add missing breakGerd Hoffmann2013-01-221-0/+1
* Revert "usb-storage: Drop useless null test in usb_msd_handle_data()"Gerd Hoffmann2013-01-221-1/+1
OpenPOWER on IntegriCloud