aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-06-14qapi/block-core: Overlays are not snapshotsMax Reitz1-10/+10
2019-06-14qemu-img: Fix options leakage in img_rebase()Max Reitz1-0/+3
2019-06-14iotests: restrict 254 to support only qcow2Vladimir Sementsov-Ogievskiy1-0/+2
2019-06-14hw/block/fdc: floppy command FIFO memory initializationAndrey Shinkevich1-0/+1
2019-06-14iotests: Fix intermittent failure in 219Max Reitz1-3/+10
2019-06-14iotests: Filter 175's allocation informationMax Reitz2-8/+26
2019-06-14event_match: always match on None valueJohn Snow1-10/+14
2019-06-14iotests: add iotest 256 for testing blockdev-backup across iothread contextsJohn Snow3-0/+242
2019-06-14iotests.py: rewrite run_job to be pickierJohn Snow1-19/+29
2019-06-14QEMUMachine: add events_wait methodJohn Snow1-20/+49
2019-06-14iotests.py: do not use infinite waitsJohn Snow1-7/+7
2019-06-14blockdev-backup: don't check aio_context too earlyJohn Snow1-4/+0
2019-06-14Merge remote-tracking branch 'remotes/awilliam/tags/vfio-updates-20190613.0' ...Peter Maydell4-212/+156
2019-06-13Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-06-13' into st...Peter Maydell13-1402/+1326
2019-06-13vfio/common: Introduce vfio_set_irq_signaling helperEric Auger4-211/+154
2019-06-13vfio/pci: Allow MSI-X relocation to fixup bogus PBAAlex Williamson1-1/+1
2019-06-13vfio/pci: Hide Resizable BAR capabilityAlex Williamson1-0/+1
2019-06-13block/nbd: merge NBDClientSession struct back to BDRVNBDStateVladimir Sementsov-Ogievskiy1-103/+94
2019-06-13block/nbd: merge nbd-client.* to nbd.cVladimir Sementsov-Ogievskiy5-1322/+1255
2019-06-13block/nbd-client: drop stale logoutVladimir Sementsov-Ogievskiy3-12/+5
2019-06-13Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190613-...Peter Maydell17-1572/+3203
2019-06-13target/arm: Fix short-vector increment behaviourPeter Maydell1-40/+60
2019-06-13target/arm: Convert float-to-integer VCVT insns to decodetreePeter Maydell3-239/+80
2019-06-13target/arm: Convert VCVT fp/fixed-point conversion insns to decodetreePeter Maydell3-55/+136
2019-06-13target/arm: Convert VJCVT to decodetreePeter Maydell3-11/+33
2019-06-13target/arm: Convert integer-to-float insns to decodetreePeter Maydell3-11/+65
2019-06-13target/arm: Convert double-single precision conversion insns to decodetreePeter Maydell3-12/+55
2019-06-13target/arm: Convert VFP round insns to decodetreePeter Maydell3-44/+179
2019-06-13target/arm: Convert the VCVT-to-f16 insns to decodetreePeter Maydell3-78/+69
2019-06-13target/arm: Convert the VCVT-from-f16 insns to decodetreePeter Maydell3-55/+89
2019-06-13target/arm: Convert VFP comparison insns to decodetreePeter Maydell3-50/+81
2019-06-13target/arm: Convert VMOV (register) to decodetreePeter Maydell3-7/+16
2019-06-13target/arm: Convert VSQRT to decodetreePeter Maydell3-13/+26
2019-06-13target/arm: Convert VNEG to decodetreePeter Maydell3-5/+16
2019-06-13target/arm: Convert VABS to decodetreePeter Maydell3-4/+180
2019-06-13target/arm: Convert VMOV (imm) to decodetreePeter Maydell3-25/+136
2019-06-13target/arm: Convert VFP fused multiply-add insns to decodetreePeter Maydell3-52/+131
2019-06-13target/arm: Convert VDIV to decodetreePeter Maydell3-20/+16
2019-06-13target/arm: Convert VSUB to decodetreePeter Maydell3-5/+16
2019-06-13target/arm: Convert VADD to decodetreePeter Maydell3-5/+16
2019-06-13target/arm: Convert VNMUL to decodetreePeter Maydell3-6/+30
2019-06-13target/arm: Convert VMUL to decodetreePeter Maydell3-4/+16
2019-06-13target/arm: Convert VFP VNMLA to decodetreePeter Maydell3-18/+40
2019-06-13target/arm: Convert VFP VNMLS to decodetreePeter Maydell3-23/+48
2019-06-13target/arm: Convert VFP VMLS to decodetreePeter Maydell3-7/+44
2019-06-13target/arm: Convert VFP VMLA to decodetreePeter Maydell4-6/+224
2019-06-13target/arm: Remove VLDR/VSTR/VLDM/VSTM use of cpu_F0s and cpu_F0dPeter Maydell2-36/+28
2019-06-13target/arm: Convert the VFP load/store multiple insns to decodetreePeter Maydell3-94/+183
2019-06-13target/arm: Convert VFP VLDR and VSTR to decodetreePeter Maydell3-20/+82
2019-06-13target/arm: Convert VFP two-register transfer insns to decodetreePeter Maydell3-44/+77