aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-15Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-08-15' into ...Peter Maydell
2018-08-15Merge remote-tracking branch 'remotes/famz/tags/block-and-testing-pull-reques...Peter Maydell
2018-08-15Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180814'...Peter Maydell
2018-08-15monitor: fix oob command leakMarc-André Lureau
2018-08-15tests: fix crumple/recursive leakMarc-André Lureau
2018-08-15qapi: Fix some pycodestyle-3 complaintsMarkus Armbruster
2018-08-15tests: change /0.15/* tests to /qmp/*Marc-André Lureau
2018-08-15qmp-shell: learn to send commands with quoted argumentsMarc-André Lureau
2018-08-15aio-posix: Improve comment around marking node deletedFam Zheng
2018-08-15tests/vm: Add vm-build-all/vm-clean-all in help textFam Zheng
2018-08-15tests/vm: Use make's --output-sync optionPeter Maydell
2018-08-15tests/vm: Bump guest RAM up from 2G to 4GPeter Maydell
2018-08-15tests/vm: Propagate V=1 down into the make inside the VMPeter Maydell
2018-08-15tests/vm: Pass the jobs parallelism setting to 'make check'Peter Maydell
2018-08-15tests: vm: Add vm-clean-allFam Zheng
2018-08-15tests: Add centos VM testingFam Zheng
2018-08-15tests: Allow overriding archive path with SRC_ARCHIVEFam Zheng
2018-08-15tests: Add an option for snapshot (default: off)Fam Zheng
2018-08-15docker: Install more packages in centos7Fam Zheng
2018-08-15aio: Do aio_notify_accept only during blocking aio_pollFam Zheng
2018-08-15aio-posix: Don't count ctx->notifier as progress when pollingFam Zheng
2018-08-15nvme: simplify plug/unplugPaolo Bonzini
2018-08-15nvme: Fix nvme_init error handlingFam Zheng
2018-08-15tests/vm: Add flex and bison to the vm imagePhilippe Mathieu-Daudé
2018-08-15tests/vm: Only use -cpu 'host' if KVM is availablePhilippe Mathieu-Daudé
2018-08-14target/arm: Fix typo in helper_sve_movz_dRichard Henderson
2018-08-14target/arm: Reorganize SVE WHILERichard Henderson
2018-08-14target/arm: Fix typo in do_sat_addsub_64Richard Henderson
2018-08-14target/arm: Fix sign of sve_cmpeq_ppzw/sve_cmpne_ppzwRichard Henderson
2018-08-14target/arm: Implement tailchaining for M profile coresPeter Maydell
2018-08-14target/arm: Restore M-profile CONTROL.SPSEL before any tailchainingPeter Maydell
2018-08-14target/arm: Initialize exc_secure correctly in do_v7m_exception_exit()Peter Maydell
2018-08-14target/arm: Improve exception-taken loggingPeter Maydell
2018-08-14target/arm: Treat SCTLR_EL1.M as if it were zero when HCR_EL2.TGE is setPeter Maydell
2018-08-14target/arm: Provide accessor functions for HCR_EL2.{IMO, FMO, AMO}Peter Maydell
2018-08-14target/arm: Honour HCR_EL2.TGE when raising synchronous exceptionsPeter Maydell
2018-08-14target/arm: Honour HCR_EL2.TGE and MDCR_EL2.TDE in debug register access checksPeter Maydell
2018-08-14target/arm: Mask virtual interrupts if HCR_EL2.TGE is setPeter Maydell
2018-08-14arm: Fix return code of arm_load_elfAdam Lackorzynski
2018-08-14arm/virt: Add support for GICv2 virtualization extensionsLuc Michel
2018-08-14xlnx-zynqmp: Improve GIC wiring and MMIO mappingLuc Michel
2018-08-14intc/arm_gic: Improve tracesLuc Michel
2018-08-14intc/arm_gic: Implement maintenance interrupt generationLuc Michel
2018-08-14intc/arm_gic: Implement gic_update_virt() functionLuc Michel
2018-08-14intc/arm_gic: Implement the virtual interface registersLuc Michel
2018-08-14intc/arm_gic: Wire the vCPU interfaceLuc Michel
2018-08-14intc/arm_gic: Implement virtualization extensions in gic_cpu_(read|write)Luc Michel
2018-08-14intc/arm_gic: Implement virtualization extensions in gic_(deactivate|complete...Luc Michel
2018-08-14intc/arm_gic: Implement virtualization extensions in gic_acknowledge_irqLuc Michel
2018-08-14intc/arm_gic: Implement virtualization extensions in gic_(activate_irq|drop_p...Luc Michel