summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-09-23slirp: udp: fix NULL pointer dereference because of uninitialized socketPetr Matousek1-1/+1
2014-09-23Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20140923-1' into s...Peter Maydell22-277/+355
2014-09-23Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20140923' into s...Peter Maydell4-11/+43
2014-09-23s390x/css: catch ccw sequence errorsCornelia Huck2-0/+11
2014-09-23s390x/css: support format-0 ccwsCornelia Huck3-9/+32
2014-09-23s390x: remove duplicate defines in SCLP codeJens Freimann1-2/+0
2014-09-23Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell72-946/+2806
2014-09-23usb: tag standalone ehci as hotpluggableGerd Hoffmann3-3/+18
2014-09-23usb: tag standalone uhci as hotpluggableGerd Hoffmann1-3/+13
2014-09-23usb: tag xhci as hotpluggableGerd Hoffmann1-1/+0
2014-09-23usb-serial: only check speed once at realize timeGonglei1-7/+9
2014-09-23usb-bus: introduce a wrapper function to check speedGonglei2-1/+14
2014-09-23usb-bus: remove "init" from USBDeviceClass structGonglei2-4/+0
2014-09-23usb-mtp: convert init to realizeGonglei1-3/+2
2014-09-23usb-redir: convert init to realizeGonglei1-8/+7
2014-09-23usb-audio: convert init to realizeGonglei1-3/+2
2014-09-23dev-wacom: convert init to realizeGonglei1-3/+2
2014-09-23dev-hid: convert init to realizeGonglei1-14/+13
2014-09-23usb-ccid: convert init to realizeGonglei1-3/+2
2014-09-23dev-serial: convert init to realizeGonglei1-12/+6
2014-09-23dev-bluetooth: convert init to realizeGonglei1-4/+2
2014-09-23dev-uas: using error_report instead of fprintfGonglei1-5/+6
2014-09-23dev-uas: convert init to realizeGonglei1-4/+2
2014-09-23dev-storage: usring error_report instead of fprintf/printfGonglei1-6/+6
2014-09-23dev-storage: convert init to realizeGonglei1-13/+8
2014-09-23usb-hub: convert init to realizeGonglei1-5/+4
2014-09-23libusb: using error_report instead of fprintfGonglei1-5/+4
2014-09-23libusb: convert init to realizeGonglei1-9/+8
2014-09-23usb-net: convert init to realizeGonglei1-5/+4
2014-09-23usb-bus: convert USBDeviceClass init to realizeGonglei6-50/+81
2014-09-23ohci: Convert fprint/DPRINTF/print to tracesAlexey Kardashevskiy2-123/+155
2014-09-23Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-09-22' in...Peter Maydell11-47/+54
2014-09-23usb-storage: fix possible memory leak and missing error messageGonglei1-0/+2
2014-09-22vfio: make rom read endian sensitiveNikunj A Dadhania1-3/+24
2014-09-22Revert "vfio: Make BARs native endian"Alexey Kardashevskiy1-31/+10
2014-09-22block: Always compile virtio-blk dataplaneFam Zheng5-41/+6
2014-09-22vring: Better error handling if num is too largeFam Zheng1-1/+2
2014-09-22virtio: Import virtio_vring.hFam Zheng4-3/+170
2014-09-22async: aio_context_new(): Handle event_notifier_init failureChrysostomos Nanakos12-18/+78
2014-09-22block: vhdx - fix reading beyond pointer during image creationJeff Cody1-8/+8
2014-09-22block: delete cow block driverStefan Hajnoczi12-462/+12
2014-09-22block/archipelago: Fix typo in qemu_archipelago_truncate()Chrysostomos Nanakos1-1/+1
2014-09-22ahci: Add test_identify case to ahci-test.John Snow1-0/+304
2014-09-22ahci: Add test_hba_enable to ahci-test.John Snow1-0/+156
2014-09-22ahci: Add test_hba_spec to ahci-test.John Snow1-1/+560
2014-09-22ahci: properly shadow the TFD registerJohn Snow1-14/+28
2014-09-22ahci: add test_pci_enable to ahci-test.John Snow2-0/+59
2014-09-22ahci: Add test_pci_spec to ahci-test.John Snow1-6/+299
2014-09-22ahci: MSI capability should be at 0x80, not 0x50.John Snow1-1/+6
2014-09-22ahci: Adding basic functionality qtest.John Snow2-0/+198