aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-08-15block: Remove dead deprecation warning codeKevin Wolf1-12/+0
2018-08-15block: Remove deprecated -drive option serialKevin Wolf14-48/+8
2018-08-15block: Remove deprecated -drive option addrKevin Wolf5-30/+2
2018-08-15block: Remove deprecated -drive geometry optionsKevin Wolf7-131/+9
2018-08-15luks: Allow share-rw=onFam Zheng1-1/+3
2018-08-15throttle-groups: Don't allow timers without throttled requestsAlberto Garcia1-10/+22
2018-08-15qemu-iotests: Update 093 to improve the draining testAlberto Garcia1-8/+11
2018-08-15throttle-groups: Skip the round-robin if a member is being drainedAlberto Garcia1-0/+9
2018-08-15qemu-iotests: Test removing a throttle group member with a pending timerAlberto Garcia2-2/+54
2018-08-15block/qapi: Fix memory leak in qmp_query_blockstats()Kevin Wolf1-1/+2
2018-08-15monitor: fix oob command leakMarc-André Lureau1-0/+2
2018-08-15tests: fix crumple/recursive leakMarc-André Lureau1-0/+1
2018-08-15qapi: Fix some pycodestyle-3 complaintsMarkus Armbruster3-13/+17
2018-08-15tests: change /0.15/* tests to /qmp/*Marc-André Lureau1-5/+5
2018-08-15qmp-shell: learn to send commands with quoted argumentsMarc-André Lureau1-1/+2
2018-08-15aio-posix: Improve comment around marking node deletedFam Zheng1-1/+1
2018-08-15tests/vm: Add vm-build-all/vm-clean-all in help textFam Zheng1-0/+3
2018-08-15tests/vm: Use make's --output-sync optionPeter Maydell4-8/+8
2018-08-15tests/vm: Bump guest RAM up from 2G to 4GPeter Maydell1-1/+1
2018-08-15tests/vm: Propagate V=1 down into the make inside the VMPeter Maydell7-8/+13
2018-08-15tests/vm: Pass the jobs parallelism setting to 'make check'Peter Maydell4-4/+4
2018-08-15tests: vm: Add vm-clean-allFam Zheng1-1/+4
2018-08-15tests: Add centos VM testingFam Zheng2-1/+86
2018-08-15tests: Allow overriding archive path with SRC_ARCHIVEFam Zheng1-2/+5
2018-08-15tests: Add an option for snapshot (default: off)Fam Zheng1-1/+6
2018-08-15docker: Install more packages in centos7Fam Zheng1-0/+3
2018-08-15aio: Do aio_notify_accept only during blocking aio_pollFam Zheng2-3/+4
2018-08-15aio-posix: Don't count ctx->notifier as progress when pollingFam Zheng1-1/+2
2018-08-15nvme: simplify plug/unplugPaolo Bonzini1-10/+10
2018-08-15nvme: Fix nvme_init error handlingFam Zheng1-25/+12
2018-08-15tests/vm: Add flex and bison to the vm imagePhilippe Mathieu-Daudé1-1/+1
2018-08-15tests/vm: Only use -cpu 'host' if KVM is availablePhilippe Mathieu-Daudé1-1/+2
2018-08-14target/arm: Fix typo in helper_sve_movz_dRichard Henderson1-1/+1
2018-08-14target/arm: Reorganize SVE WHILERichard Henderson2-22/+32
2018-08-14target/arm: Fix typo in do_sat_addsub_64Richard Henderson1-1/+1
2018-08-14target/arm: Fix sign of sve_cmpeq_ppzw/sve_cmpne_ppzwRichard Henderson1-6/+6
2018-08-14target/arm: Implement tailchaining for M profile coresPeter Maydell1-0/+16
2018-08-14target/arm: Restore M-profile CONTROL.SPSEL before any tailchainingPeter Maydell1-6/+10
2018-08-14target/arm: Initialize exc_secure correctly in do_v7m_exception_exit()Peter Maydell1-1/+1
2018-08-14target/arm: Improve exception-taken loggingPeter Maydell1-6/+11
2018-08-14target/arm: Treat SCTLR_EL1.M as if it were zero when HCR_EL2.TGE is setPeter Maydell1-0/+8
2018-08-14target/arm: Provide accessor functions for HCR_EL2.{IMO, FMO, AMO}Peter Maydell3-18/+71
2018-08-14target/arm: Honour HCR_EL2.TGE when raising synchronous exceptionsPeter Maydell1-0/+14
2018-08-14target/arm: Honour HCR_EL2.TGE and MDCR_EL2.TDE in debug register access checksPeter Maydell1-6/+12
2018-08-14target/arm: Mask virtual interrupts if HCR_EL2.TGE is setPeter Maydell1-2/+4
2018-08-14arm: Fix return code of arm_load_elfAdam Lackorzynski1-4/+4
2018-08-14arm/virt: Add support for GICv2 virtualization extensionsLuc Michel3-12/+50
2018-08-14xlnx-zynqmp: Improve GIC wiring and MMIO mappingLuc Michel2-10/+86
2018-08-14intc/arm_gic: Improve tracesLuc Michel2-8/+35
2018-08-14intc/arm_gic: Implement maintenance interrupt generationLuc Michel1-0/+97