summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-20usbdump: support xhciusbdump-usbhidPeter Wu2-10/+23
2014-03-20hid: introduce usbdump property to specify dump namePeter Wu1-2/+12
2014-03-20usbdump: fix endpoint lookupPeter Wu1-5/+9
2014-03-20usbdump: do not hard-code bus number, use nr from USBBusPeter Wu1-1/+3
2014-03-20usbdump: fix start time offset of capturePeter Wu1-3/+2
2014-03-16usb-hid: usbdump example for control and interrupt INPeter Wu1-0/+17
2014-03-16usbdump: comments updatePeter Wu2-3/+28
2014-03-16usbdump: fix IN marking for non-control packetsPeter Wu1-2/+8
2014-03-16usbdump: constantify variablesPeter Wu2-17/+17
2014-03-16usbdump: fix reversal of URB length and captured lengthPeter Wu1-4/+11
2014-03-16usbdump: fix interval retrieval for endpointPeter Wu1-2/+4
2014-03-16usbdump: initial API extension for handle_dataPeter Wu2-1/+83
2014-03-16usbdump: fail early if dump file is not availablePeter Wu3-8/+15
2014-03-16net/dump: simplify timestamp calculationPeter Wu1-5/+3
2014-03-16unifying: remove unused leftover from dev-wacomPeter Wu1-186/+7
2014-03-16usbdump: get interval from descriptorPeter Wu1-2/+21
2014-03-16unifying: hook up usbdump with handle_controlPeter Wu1-6/+30
2014-03-16Initial usbdump helperPeter Wu3-0/+430
2014-03-16unifying: WIP for Logitech Unifying Receiver emulationPeter Wu3-0/+670
2014-03-15Merge remote-tracking branch 'remotes/rth/tcg-aarch-6-2' into stagingPeter Maydell2-255/+594
2014-03-14Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell11-22/+622
2014-03-14Merge remote-tracking branch 'remotes/bonzini/scsi-next' into stagingPeter Maydell5-4/+38
2014-03-14tcg-aarch64: Introduce tcg_out_insn_3405Richard Henderson1-21/+27
2014-03-14tcg-aarch64: Support div, remRichard Henderson2-13/+45
2014-03-14tcg-aarch64: Support muluh, mulshRichard Henderson2-2/+14
2014-03-14tcg-aarch64: Support add2, sub2Richard Henderson2-4/+80
2014-03-14tcg-aarch64: Support depositRichard Henderson2-21/+49
2014-03-14tcg-aarch64: Use tcg_out_insn for setcondRichard Henderson1-9/+3
2014-03-14tcg-aarch64: Support movcondRichard Henderson2-2/+36
2014-03-14tcg-aarch64: Support andc, orc, eqv, not, negRichard Henderson2-10/+67
2014-03-14tcg-aarch64: Handle constant operands to and, or, xorRichard Henderson1-49/+107
2014-03-14tcg-aarch64: Handle constant operands to add, sub, and compareRichard Henderson1-22/+78
2014-03-14tcg-aarch64: Implement mov with tcg_out_insnRichard Henderson1-15/+9
2014-03-14tcg-aarch64: Introduce tcg_out_insn_3401Richard Henderson1-46/+26
2014-03-14tcg-aarch64: Convert shift insns to tcg_out_insnRichard Henderson1-31/+21
2014-03-14tcg-aarch64: Introduce tcg_out_insnRichard Henderson1-36/+58
2014-03-14qemu-iotests: remove 085 and 087 from 'quick' groupStefan Hajnoczi1-2/+2
2014-03-14qemu-iotests: add 083 NBD client disconnect testsStefan Hajnoczi3-0/+293
2014-03-14tests: add nbd-fault-injector.py utilityStefan Hajnoczi1-0/+264
2014-03-14nbd: close socket if connection breaksStefan Hajnoczi1-15/+18
2014-03-14block: Explicitly specify 'unsigned long long' for VHDX 64-bit constantsJeff Cody1-3/+3
2014-03-14blockdev: Refuse to open encrypted image unless pausedMarkus Armbruster5-2/+42
2014-03-14virtio-scsi: actually honor sense_size from configuration spacePaolo Bonzini1-1/+3
2014-03-14scsi: Fix migration of scsi sense dataFam Zheng3-1/+33
2014-03-14spapr-vscsi: fix CRQ statusAlexey Kardashevskiy1-2/+2
2014-03-13Update version for v2.0-rc0v2.0.0-rc0Anthony Liguori1-1/+1
2014-03-13Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-2.0' into...Peter Maydell7-29/+39
2014-03-13Merge remote-tracking branch 'remotes/afaerber/tags/ppc-for-2.0' into stagingPeter Maydell3-23/+28
2014-03-13main-loop: Suppress "I/O thread spun" warnings for qtestPeter Maydell3-1/+17
2014-03-13qtest: Fix crash if SIGABRT during qtest_init()Stefan Hajnoczi2-4/+3