aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-10-11migration: use migration_is_active to represent active stateWei Yang2-4/+9
2019-10-08Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell5-26/+54
2019-10-08iotests/262: Switch source/dest VM launch orderMax Reitz2-9/+9
2019-10-08block: Skip COR for inactive nodesMax Reitz1-14/+27
2019-10-08virtio-blk: schedule virtio_notify_config to run on main contextSergio Lopez1-1/+15
2019-10-08util/ioc.c: try to reassure Coverity about qemu_iovec_init_extendedVladimir Sementsov-Ogievskiy1-2/+3
2019-10-08Merge remote-tracking branch 'remotes/philmd-gitlab/tags/edk2-next-20191007' ...Peter Maydell7-7/+43
2019-10-08Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into sta...Peter Maydell1-2/+2
2019-10-07Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell9-28/+392
2019-10-07edk2 build scripts: work around TianoCore#1607 without forcing Python 2Laszlo Ersek5-4/+25
2019-10-07edk2 build scripts: honor external BaseTools flags with uefi-test-toolsLaszlo Ersek1-1/+3
2019-10-07roms: Add a 'make help' target aliasPhilippe Mathieu-Daudé1-1/+1
2019-10-07roms/Makefile.edk2: don't pull in submodules when building from tarballMichael Roth1-1/+6
2019-10-07make-release: pull in edk2 submodules so we can build it from tarballsMichael Roth1-0/+8
2019-10-07Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.2-20191004' into...Peter Maydell54-1092/+1420
2019-10-04Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell38-244/+1038
2019-10-04target/i386/kvm: Silence warning from Valgrind about uninitialized bytesThomas Huth1-2/+2
2019-10-04target/i386: work around KVM_GET_MSRS bug for secondary execution controlsPaolo Bonzini1-0/+17
2019-10-04target/i386: add VMX featuresPaolo Bonzini3-2/+394
2019-10-04vmxcap: correct the name of the variablesPaolo Bonzini1-7/+7
2019-10-04target/i386: add VMX definitionsPaolo Bonzini1-0/+130
2019-10-04target/i386: expand feature words to 64 bitsPaolo Bonzini4-37/+40
2019-10-04target/i386: introduce generic feature dependency mechanismPaolo Bonzini1-24/+48
2019-10-04target/i386: handle filtered_features in a new function mark_unavailable_feat...Paolo Bonzini1-39/+48
2019-10-04tests/docker: only enable ubsan for test-clangPaolo Bonzini1-1/+3
2019-10-04win32: work around main-loop busy loop on socket/fd eventMarc-André Lureau1-1/+5
2019-10-04tests: skip serial test on windowsMarc-André Lureau1-2/+2
2019-10-04util: WSAEWOULDBLOCK on connect should map to EINPROGRESSMarc-André Lureau1-1/+5
2019-10-04Fix wrong behavior of cpu_memory_rw_debug() function in SMMDmitry Poletaev3-3/+7
2019-10-04memory: allow memory_region_register_iommu_notifier() to failEric Auger9-43/+88
2019-10-04vfio: Turn the container error into an Error handleEric Auger3-17/+32
2019-10-04i386: Add CPUID bit for CLZERO and XSAVEERPTRSebastian Andrzej Siewior2-1/+3
2019-10-04docker: test-debug: disable LeakSanitizerPaolo Bonzini1-0/+1
2019-10-04lm32: do not leak memory on object_new/object_unrefPaolo Bonzini2-8/+8
2019-10-04cris: do not leak struct cris_disasm_dataPaolo Bonzini1-30/+29
2019-10-04mips: fix memory leaks in board initializationPaolo Bonzini2-0/+3
2019-10-04hppa: fix leak from g_strdup_printfPaolo Bonzini2-1/+4
2019-10-04mcf5208: fix leak from qemu_allocate_irqsPaolo Bonzini1-0/+2
2019-10-04microblaze: fix leak of fdevice tree blobPaolo Bonzini1-0/+1
2019-10-04ide: fix leak from qemu_allocate_irqsPaolo Bonzini1-0/+1
2019-10-04hw/isa: Introduce a CONFIG_ISA_SUPERIO switch for isa-superio.cThomas Huth3-4/+9
2019-10-04iotests: Remove Python 2 compatibility codeKevin Wolf3-16/+3
2019-10-04iotests: Require Python 3.6 or laterKevin Wolf1-1/+12
2019-10-04iotests: Test internal snapshots with -blockdevKevin Wolf4-4/+358
2019-10-04block/snapshot: Restrict set of snapshot nodesKevin Wolf1-7/+19
2019-10-04ppc/pnv: Remove the XICSFabric Interface from the POWER9 machineCédric Le Goater1-17/+14
2019-10-04spapr: Eliminate SpaprIrq::init hookDavid Gibson2-70/+61
2019-10-04spapr: Add return value to spapr_irq_check()David Gibson1-8/+7
2019-10-04spapr: Use less cryptic representation of which irq backends are supportedDavid Gibson4-11/+25
2019-10-04xive: Improve irq claim/free pathDavid Gibson5-24/+21