aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-07roms/Makefile.edk2: don't pull in submodules when building from tarballMichael Roth
2019-10-07make-release: pull in edk2 submodules so we can build it from tarballsMichael Roth
2019-10-04Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2019-10-04target/i386/kvm: Silence warning from Valgrind about uninitialized bytesThomas Huth
2019-10-04target/i386: work around KVM_GET_MSRS bug for secondary execution controlsPaolo Bonzini
2019-10-04target/i386: add VMX featuresPaolo Bonzini
2019-10-04vmxcap: correct the name of the variablesPaolo Bonzini
2019-10-04target/i386: add VMX definitionsPaolo Bonzini
2019-10-04target/i386: expand feature words to 64 bitsPaolo Bonzini
2019-10-04target/i386: introduce generic feature dependency mechanismPaolo Bonzini
2019-10-04target/i386: handle filtered_features in a new function mark_unavailable_feat...Paolo Bonzini
2019-10-04tests/docker: only enable ubsan for test-clangPaolo Bonzini
2019-10-04win32: work around main-loop busy loop on socket/fd eventMarc-André Lureau
2019-10-04tests: skip serial test on windowsMarc-André Lureau
2019-10-04util: WSAEWOULDBLOCK on connect should map to EINPROGRESSMarc-André Lureau
2019-10-04Fix wrong behavior of cpu_memory_rw_debug() function in SMMDmitry Poletaev
2019-10-04memory: allow memory_region_register_iommu_notifier() to failEric Auger
2019-10-04vfio: Turn the container error into an Error handleEric Auger
2019-10-04i386: Add CPUID bit for CLZERO and XSAVEERPTRSebastian Andrzej Siewior
2019-10-04docker: test-debug: disable LeakSanitizerPaolo Bonzini
2019-10-04lm32: do not leak memory on object_new/object_unrefPaolo Bonzini
2019-10-04cris: do not leak struct cris_disasm_dataPaolo Bonzini
2019-10-04mips: fix memory leaks in board initializationPaolo Bonzini
2019-10-04hppa: fix leak from g_strdup_printfPaolo Bonzini
2019-10-04mcf5208: fix leak from qemu_allocate_irqsPaolo Bonzini
2019-10-04microblaze: fix leak of fdevice tree blobPaolo Bonzini
2019-10-04ide: fix leak from qemu_allocate_irqsPaolo Bonzini
2019-10-04hw/isa: Introduce a CONFIG_ISA_SUPERIO switch for isa-superio.cThomas Huth
2019-10-03replay: don't synchronize memory operations in replay modePavel Dovgalyuk
2019-10-03qemu-pr-helper: fix crash in mpath_reconstruct_senseMaxim Levitsky
2019-10-03tests/migration: Add a test for auto convergeYury Kotov
2019-10-03accel/kvm: ensure ret always setAlex Bennée
2019-10-01Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-oct-01-2019' ...Peter Maydell
2019-10-01target/mips: msa: Move helpers for <AND|NOR|OR|XOR>.VAleksandar Markovic
2019-10-01target/mips: msa: Simplify and move helper for MOVE.VAleksandar Markovic
2019-10-01target/mips: msa: Split helpers for MOD_<S|U>.<B|H|W|D>Aleksandar Markovic
2019-10-01target/mips: msa: Split helpers for DIV_<S|U>.<B|H|W|D>Aleksandar Markovic
2019-10-01target/mips: msa: Split helpers for CLT_<S|U>.<B|H|W|D>Aleksandar Markovic
2019-10-01target/mips: msa: Split helpers for CLE_<S|U>.<B|H|W|D>Aleksandar Markovic
2019-10-01target/mips: msa: Split helpers for CEQ.<B|H|W|D>Aleksandar Markovic
2019-10-01target/mips: msa: Split helpers for AVER_<S|U>.<B|H|W|D>Aleksandar Markovic
2019-10-01target/mips: msa: Split helpers for AVE_<S|U>.<B|H|W|D>Aleksandar Markovic
2019-10-01target/mips: msa: Split helpers for B<CLR|NEG|SEL>.<B|H|W|D>Aleksandar Markovic
2019-10-01target/mips: msa: Unroll loops and demacro <BMNZ|BMZ|BSEL>.VAleksandar Markovic
2019-10-01target/mips: msa: Split helpers for BINS<L|R>.<B|H|W|D>Aleksandar Markovic
2019-10-01target/mips: msa: Split helpers for PCNT.<B|H|W|D>Aleksandar Markovic
2019-10-01target/mips: msa: Split helpers for <NLOC|NLZC>.<B|H|W|D>Aleksandar Markovic
2019-10-01target/mips: Clean up translate.cAleksandar Markovic
2019-10-01target/mips: Clean up mips-defs.hAleksandar Markovic
2019-10-01target/mips: Clean up kvm_mips.hAleksandar Markovic