aboutsummaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)AuthorFilesLines
2018-07-03Merge remote-tracking branch 'remotes/kraxel/tags/usb-20180703-pull-request' ...Peter Maydell2-2/+8
2018-07-03xhci: fix guest-triggerable assertGerd Hoffmann1-1/+6
2018-07-03ehci: Don't fetch a NULL current qtd but advance the queue instead.Sebastian Bauer1-1/+2
2018-07-02hw/usb: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé4-7/+11
2018-06-29usb-storage: Add rerror/werror propertiesKevin Wolf1-0/+2
2018-06-18Revert "usb: release the created buses"Marc-André Lureau2-18/+0
2018-06-18Revert "usb-ccid: fix bus leak"Marc-André Lureau1-1/+0
2018-06-15block: Remove deprecated -drive option serialKevin Wolf1-1/+0
2018-06-13Purge uses of banned g_assert_FOO()Markus Armbruster1-1/+1
2018-06-12usb-mtp: Return error on suspicious TYPE_DATA packet from initiatorBandan Das1-0/+5
2018-06-12usb-ccid: fix bus leakMarc-André Lureau1-0/+1
2018-06-12usb/dev-mtp: Fix use of uninitialized valuesPhilippe Mathieu-Daudé1-1/+5
2018-06-12usb: correctly handle Zero Length PacketsPhilippe Mathieu-Daudé1-1/+1
2018-06-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell13-13/+13
2018-06-01usb: use local path for local headersMichael S. Tsirkin13-13/+13
2018-06-01hw: Do not include "sysemu/blockdev.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2018-05-22xen: remove other open-coded use of libxengnttabPaul Durrant1-20/+17
2018-05-18hw/usb/dev-smartcard-reader: Handle 64 B USB packetsJakub Jelen1-5/+9
2018-05-18ccid-card-passthru: fix regression in realize()Marc-André Lureau1-1/+1
2018-05-08Merge remote-tracking branch 'remotes/kraxel/tags/usb-20180507-pull-request' ...Peter Maydell2-7/+15
2018-05-07usb-host: skip open on pending postload bhGerd Hoffmann1-0/+7
2018-05-07usb-mtp: Unconditionally check for the readonly bitBandan Das1-4/+5
2018-05-07usb-mtp: Add some NULL checks for issues pointed out by coverityBandan Das1-3/+3
2018-05-04hw/usb/tusb6010: Convert away from old_mmioPeter Maydell1-4/+36
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau1-2/+2
2018-04-27ccid-card: include libcacard.h onlyMichal Privoznik2-5/+2
2018-04-27Fix libusb-1.0.22 deprecated libusb_set_debug with libusb_set_optionJohn Thomson1-0/+4
2018-04-27ccid: Fix dwProtocols advertisement of T=0Jason Andryuk1-2/+2
2018-03-12usbredir: reorder fields in USBRedirDevice to reduce paddingzhenwei.pi1-2/+2
2018-02-26usb-mtp: Advertise SendObjectInfo for write supportBandan Das1-2/+134
2018-02-26usb-mtp: Introduce write support for MTP objectsBandan Das1-2/+155
2018-02-26usb-mtp: Support delete of mtp objectsBandan Das1-0/+123
2018-02-26usb-mtp: print parent path in IN_IGNORED trace fnBandan Das1-3/+2
2018-02-26usb-mtp: Add one more argument when building resultsBandan Das1-23/+27
2018-02-13Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-1/+8
2018-02-09Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-02-07-v4' in...Peter Maydell2-3/+2
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster1-1/+1
2018-02-09Include qapi/qmp/qbool.h exactly where neededMarkus Armbruster1-1/+0
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster1-0/+1
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-1/+0
2018-02-09usb: Add basic code to emulate Chipidea USB IPAndrey Smirnov2-0/+177
2018-02-08pci: removed the is_express field since a uniform interface was insertedYoni Bettan1-1/+8
2018-01-26usb-ccid: convert CCIDCardClass::exitfn() -> unrealize()Philippe Mathieu-Daudé4-17/+17
2018-01-26usb-ccid: inline ccid_card_initfn() in ccid_card_realize()Philippe Mathieu-Daudé1-18/+7
2018-01-26hw/usb/ccid: Make ccid_card_init() take an error parameterMao Zhongyi4-45/+50
2018-01-26usb-storage: Fix share-rw option parsingFam Zheng1-1/+2
2018-01-26usb: Remove legacy -usbdevice options (host, serial, disk and net)Thomas Huth6-265/+1
2018-01-22Replace all occurances of __FUNCTION__ with __func__Alistair Francis4-12/+12
2018-01-11Merge remote-tracking branch 'origin/master' into HEADMichael S. Tsirkin2-38/+13
2017-12-19dev-storage: Fix the unusual function nameMao Zhongyi1-10/+10