Age | Commit message (Expand) | Author | Files | Lines |
2018-06-18 | Revert "usb: release the created buses" | Marc-André Lureau | 2 | -18/+0 |
2018-06-18 | Revert "usb-ccid: fix bus leak" | Marc-André Lureau | 1 | -1/+0 |
2018-06-15 | block: Remove deprecated -drive option serial | Kevin Wolf | 1 | -1/+0 |
2018-06-13 | Purge uses of banned g_assert_FOO() | Markus Armbruster | 1 | -1/+1 |
2018-06-12 | usb-mtp: Return error on suspicious TYPE_DATA packet from initiator | Bandan Das | 1 | -0/+5 |
2018-06-12 | usb-ccid: fix bus leak | Marc-André Lureau | 1 | -0/+1 |
2018-06-12 | usb/dev-mtp: Fix use of uninitialized values | Philippe Mathieu-Daudé | 1 | -1/+5 |
2018-06-12 | usb: correctly handle Zero Length Packets | Philippe Mathieu-Daudé | 1 | -1/+1 |
2018-06-04 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 13 | -13/+13 |
2018-06-01 | usb: use local path for local headers | Michael S. Tsirkin | 13 | -13/+13 |
2018-06-01 | hw: Do not include "sysemu/blockdev.h" if it is not necessary | Philippe Mathieu-Daudé | 1 | -1/+0 |
2018-05-22 | xen: remove other open-coded use of libxengnttab | Paul Durrant | 1 | -20/+17 |
2018-05-18 | hw/usb/dev-smartcard-reader: Handle 64 B USB packets | Jakub Jelen | 1 | -5/+9 |
2018-05-18 | ccid-card-passthru: fix regression in realize() | Marc-André Lureau | 1 | -1/+1 |
2018-05-08 | Merge remote-tracking branch 'remotes/kraxel/tags/usb-20180507-pull-request' ... | Peter Maydell | 2 | -7/+15 |
2018-05-07 | usb-host: skip open on pending postload bh | Gerd Hoffmann | 1 | -0/+7 |
2018-05-07 | usb-mtp: Unconditionally check for the readonly bit | Bandan Das | 1 | -4/+5 |
2018-05-07 | usb-mtp: Add some NULL checks for issues pointed out by coverity | Bandan Das | 1 | -3/+3 |
2018-05-04 | hw/usb/tusb6010: Convert away from old_mmio | Peter Maydell | 1 | -4/+36 |
2018-05-04 | qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF | Marc-André Lureau | 1 | -2/+2 |
2018-04-27 | ccid-card: include libcacard.h only | Michal Privoznik | 2 | -5/+2 |
2018-04-27 | Fix libusb-1.0.22 deprecated libusb_set_debug with libusb_set_option | John Thomson | 1 | -0/+4 |
2018-04-27 | ccid: Fix dwProtocols advertisement of T=0 | Jason Andryuk | 1 | -2/+2 |
2018-03-12 | usbredir: reorder fields in USBRedirDevice to reduce padding | zhenwei.pi | 1 | -2/+2 |
2018-02-26 | usb-mtp: Advertise SendObjectInfo for write support | Bandan Das | 1 | -2/+134 |
2018-02-26 | usb-mtp: Introduce write support for MTP objects | Bandan Das | 1 | -2/+155 |
2018-02-26 | usb-mtp: Support delete of mtp objects | Bandan Das | 1 | -0/+123 |
2018-02-26 | usb-mtp: print parent path in IN_IGNORED trace fn | Bandan Das | 1 | -3/+2 |
2018-02-26 | usb-mtp: Add one more argument when building results | Bandan Das | 1 | -23/+27 |
2018-02-13 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 1 | -1/+8 |
2018-02-09 | Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-02-07-v4' in... | Peter Maydell | 2 | -3/+2 |
2018-02-09 | Move include qemu/option.h from qemu-common.h to actual users | Markus Armbruster | 1 | -1/+1 |
2018-02-09 | Include qapi/qmp/qbool.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2018-02-09 | Include qapi/qmp/qdict.h exactly where needed | Markus Armbruster | 1 | -0/+1 |
2018-02-09 | Include qapi/error.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2018-02-09 | usb: Add basic code to emulate Chipidea USB IP | Andrey Smirnov | 2 | -0/+177 |
2018-02-08 | pci: removed the is_express field since a uniform interface was inserted | Yoni Bettan | 1 | -1/+8 |
2018-01-26 | usb-ccid: convert CCIDCardClass::exitfn() -> unrealize() | Philippe Mathieu-Daudé | 4 | -17/+17 |
2018-01-26 | usb-ccid: inline ccid_card_initfn() in ccid_card_realize() | Philippe Mathieu-Daudé | 1 | -18/+7 |
2018-01-26 | hw/usb/ccid: Make ccid_card_init() take an error parameter | Mao Zhongyi | 4 | -45/+50 |
2018-01-26 | usb-storage: Fix share-rw option parsing | Fam Zheng | 1 | -1/+2 |
2018-01-26 | usb: Remove legacy -usbdevice options (host, serial, disk and net) | Thomas Huth | 6 | -265/+1 |
2018-01-22 | Replace all occurances of __FUNCTION__ with __func__ | Alistair Francis | 4 | -12/+12 |
2018-01-11 | Merge remote-tracking branch 'origin/master' into HEAD | Michael S. Tsirkin | 2 | -38/+13 |
2017-12-19 | dev-storage: Fix the unusual function name | Mao Zhongyi | 1 | -10/+10 |
2017-12-19 | hw/block: Use errp directly rather than local_err | Mao Zhongyi | 1 | -6/+3 |
2017-12-14 | hmp-commands: Remove the deprecated usb_add and usb_del | Thomas Huth | 1 | -22/+0 |
2017-12-05 | pci: Eliminate redundant PCIDevice::bus pointer | David Gibson | 1 | -1/+1 |
2017-10-23 | usb-ccid: remove needless migration state code | Marc-André Lureau | 1 | -22/+1 |
2017-10-15 | pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices | Eduardo Habkost | 3 | -0/+12 |