aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-10linux-headers: update again to 5.8Paolo Bonzini
2020-07-10apic: Report current_count via 'info lapic'Jan Kiszka
2020-07-10scripts: improve message when TAP based tests failDaniel P. Berrangé
2020-07-10target/i386: Enable TSX Suspend Load Address Tracking featureCathy Zhang
2020-07-10target/i386: Add SERIALIZE cpu featureCathy Zhang
2020-07-10softmmu/vl: Remove the check for colons in -accel parametersThomas Huth
2020-07-10cpu-throttle: new module, extracted from cpus.cClaudio Fontana
2020-07-10softmmu: move softmmu only files from rootClaudio Fontana
2020-07-10pc: fix leak in pc_system_flash_cleanup_unusedAlexander Bulekov
2020-07-10cpus: Move CPU code from exec.c to cpus-common.cPhilippe Mathieu-Daudé
2020-07-10target/i386: Correct the warning message of Intel PTLuwei Kang
2020-07-10checkpatch: Change occurences of 'kernel' to 'qemu' in user messagesAleksandar Markovic
2020-07-10iscsi: return -EIO when sense fields are meaninglessXie Yongji
2020-07-10iscsi: handle check condition status in retry loopXie Yongji
2020-07-10target/i386: sev: fail query-sev-capabilities if QEMU cannot use SEVPaolo Bonzini
2020-07-10target/i386: sev: provide proper error reporting for query-sev-capabilitiesPaolo Bonzini
2020-07-10KVM: x86: believe what KVM says about WAITPKGPaolo Bonzini
2020-07-10target/i386: implement undocumented "smsw r32" behaviorPaolo Bonzini
2020-07-10target/i386: remove gen_io_endPaolo Bonzini
2020-07-10Makefile: simplify MINIKCONF rulesPaolo Bonzini
2020-07-10accel/tcg: Add stub for probe_access()Philippe Mathieu-Daudé
2020-07-10accel/Kconfig: Add the TCG selectorPhilippe Mathieu-Daudé
2020-07-10accel/Kconfig: Extract accel selectors into their own configPhilippe Mathieu-Daudé
2020-07-10Makefile: Write MINIKCONF variables as one entry per linePhilippe Mathieu-Daudé
2020-07-10Makefile: Remove dangerous EOL trailing backslashPhilippe Mathieu-Daudé
2020-07-10MAINTAINERS: Cover the HAX accelerator stubPhilippe Mathieu-Daudé
2020-07-10MAINTAINERS: Add an 'overall' entry for acceleratorsPhilippe Mathieu-Daudé
2020-07-10MAINTAINERS: Fix KVM path expansion globPhilippe Mathieu-Daudé
2020-07-10MAINTAINERS: Add Cameron as HVF co-maintainerRoman Bolshakov
2020-07-10i386: hvf: Clean up synchronize functionsRoman Bolshakov
2020-07-10i386: hvf: Don't duplicate register resetRoman Bolshakov
2020-07-10i386: hvf: Move Guest LMA reset to macvm_set_cr0()Roman Bolshakov
2020-07-10i386: hvf: Make long mode enter and exit clearerCameron Esfahani
2020-07-10i386: hvf: Add hvf_cpu_synchronize_pre_loadvm()Roman Bolshakov
2020-07-10i386: hvf: Move synchronize functions to sysemuRoman Bolshakov
2020-07-10i386: hvf: Set env->eip in macvm_set_rip()Roman Bolshakov
2020-07-10coverity: provide Coverity-friendly MIN_CONST and MAX_CONSTEric Blake
2020-07-10KVM: add support for AMD nested live migrationPaolo Bonzini
2020-07-10target/i386: fix IEEE SSE floating-point exception raisingJoseph Myers
2020-07-10target/i386: set SSE FTZ in correct floating-point stateJoseph Myers
2020-07-10hw/core/null-machine: Do not initialize unused chardev backendsPhilippe Mathieu-Daudé
2020-07-10tests/qmp-cmd-test: Add qmp/object-add-failure-modesEric Auger
2020-07-10tests/qmp-cmd-test: Add qmp/object-add-duplicate-idEric Auger
2020-07-10qom: Introduce object_property_try_add_child()Eric Auger
2020-07-10util/qemu-error: prepend guest name to error message to identify affected VM ...Mario Smarduch
2020-07-10tests: Inject test name also when the test failsHavard Skinnemoen
2020-07-10tcg/svm: use host cr4 during NPT page table walkAlexander Boettcher
2020-07-10Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-20200707' i...Peter Maydell
2020-07-10Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-07-07-v2' i...Peter Maydell
2020-07-10xen: Use ERRP_GUARD()Vladimir Sementsov-Ogievskiy