summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* trace: [hmp] Reimplement "trace-event" and "info trace-events" using QMPLluís Vilanova2014-09-263-33/+14Star
* trace: [qmp] Add commands to query and control event tracing stateLluís Vilanova2014-09-265-0/+179
* trace: docs: add trace file descriptionChen Fan2014-09-261-1/+1
* trace: [ust] Fix format string computation in tcg-enabled eventsLluís Vilanova2014-09-262-10/+11
* Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-signed' int...Peter Maydell2014-09-255-0/+0
|\
| * Update OpenBIOS imagesMark Cave-Ayland2014-09-255-0/+0
|/
* Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-signed' into s...Peter Maydell2014-09-242-137/+596
|\
| * tcx: Implement hardware accelerationMark Cave-Ayland2014-09-232-137/+596
* | virtio: Fix wrong type cast from pointer to longStefan Weil2014-09-241-2/+2
* | Merge remote-tracking branch 'remotes/awilliam/tags/vfio-pci-for-qemu-2014092...Peter Maydell2014-09-241-12/+12
|\ \
| * | vfio: make rom read endian sensitiveNikunj A Dadhania2014-09-221-3/+24
| * | Revert "vfio: Make BARs native endian"Alexey Kardashevskiy2014-09-221-31/+10Star
* | | slirp: udp: fix NULL pointer dereference because of uninitialized socketPetr Matousek2014-09-231-1/+1
| |/ |/|
* | Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20140923-1' into s...Peter Maydell2014-09-2322-277/+355
|\ \
| * | usb: tag standalone ehci as hotpluggableGerd Hoffmann2014-09-233-3/+18
| * | usb: tag standalone uhci as hotpluggableGerd Hoffmann2014-09-231-3/+13
| * | usb: tag xhci as hotpluggableGerd Hoffmann2014-09-231-1/+0Star
| * | usb-serial: only check speed once at realize timeGonglei2014-09-231-7/+9
| * | usb-bus: introduce a wrapper function to check speedGonglei2014-09-232-1/+14
| * | usb-bus: remove "init" from USBDeviceClass structGonglei2014-09-232-4/+0Star
| * | usb-mtp: convert init to realizeGonglei2014-09-231-3/+2Star
| * | usb-redir: convert init to realizeGonglei2014-09-231-8/+7Star
| * | usb-audio: convert init to realizeGonglei2014-09-231-3/+2Star
| * | dev-wacom: convert init to realizeGonglei2014-09-231-3/+2Star
| * | dev-hid: convert init to realizeGonglei2014-09-231-14/+13Star
| * | usb-ccid: convert init to realizeGonglei2014-09-231-3/+2Star
| * | dev-serial: convert init to realizeGonglei2014-09-231-12/+6Star
| * | dev-bluetooth: convert init to realizeGonglei2014-09-231-4/+2Star
| * | dev-uas: using error_report instead of fprintfGonglei2014-09-231-5/+6
| * | dev-uas: convert init to realizeGonglei2014-09-231-4/+2Star
| * | dev-storage: usring error_report instead of fprintf/printfGonglei2014-09-231-6/+6
| * | dev-storage: convert init to realizeGonglei2014-09-231-13/+8Star
| * | usb-hub: convert init to realizeGonglei2014-09-231-5/+4Star
| * | libusb: using error_report instead of fprintfGonglei2014-09-231-5/+4Star
| * | libusb: convert init to realizeGonglei2014-09-231-9/+8Star
| * | usb-net: convert init to realizeGonglei2014-09-231-5/+4Star
| * | usb-bus: convert USBDeviceClass init to realizeGonglei2014-09-236-50/+81
| * | ohci: Convert fprint/DPRINTF/print to tracesAlexey Kardashevskiy2014-09-232-123/+155
| * | usb-storage: fix possible memory leak and missing error messageGonglei2014-09-231-0/+2
| * | usb-storage: Fix how legacy init handles option ID clashMarkus Armbruster2014-09-221-2/+4
| |/
* | Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20140923' into s...Peter Maydell2014-09-234-11/+43
|\ \
| * | s390x/css: catch ccw sequence errorsCornelia Huck2014-09-232-0/+11
| * | s390x/css: support format-0 ccwsCornelia Huck2014-09-233-9/+32
| * | s390x: remove duplicate defines in SCLP codeJens Freimann2014-09-231-2/+0Star
| |/
* | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2014-09-2372-946/+2806
|\ \
| * | block: Always compile virtio-blk dataplaneFam Zheng2014-09-225-41/+6Star
| * | vring: Better error handling if num is too largeFam Zheng2014-09-221-1/+2
| * | virtio: Import virtio_vring.hFam Zheng2014-09-224-3/+170
| * | async: aio_context_new(): Handle event_notifier_init failureChrysostomos Nanakos2014-09-2212-18/+78
| * | block: vhdx - fix reading beyond pointer during image creationJeff Cody2014-09-221-8/+8