aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-20tests/unit/test-qmp-event: Replace fixture by global variablesMarkus Armbruster1-61/+30
2023-12-20tests/unit/test-qmp-event: Simplify event emission checkMarkus Armbruster1-20/+10
2023-12-20tests/unit/test-qmp-event: Drop superfluous mutexMarkus Armbruster1-5/+0
2023-12-20tests/qtest/npcm7xx_pwm-test: Only do full testing in slow modeThomas Huth1-3/+10
2023-12-20qemu-options: Clarify handling of commas in options parametersYihuan Pan3-0/+14
2023-12-20tests/qtest/migration-test: Fix analyze-migration.py for s390xThomas Huth2-5/+34
2023-12-20qom/object: Limit type names to alphanumerical and some few special charactersThomas Huth1-0/+41
2023-12-20tests/unit/test-io-task: Rename "qemu:dummy" to avoid colon in the nameThomas Huth1-1/+1
2023-12-20memory: Remove "qemu:" prefix from the "qemu:ram-discard-manager" type nameThomas Huth1-1/+1
2023-12-20hw: Replace anti-social QOM type names (again)Markus Armbruster7-10/+10
2023-12-20docs/system/arm: Fix for rename of type "xlnx.bbram-ctrl"Markus Armbruster1-1/+1
2023-12-20target: Restrict 'sysemu/reset.h' to system emulationPhilippe Mathieu-Daudé2-1/+3
2023-12-20hw/s390x/ipl: Remove unused 'exec/exec-all.h' included headerPhilippe Mathieu-Daudé1-1/+0
2023-12-20hw/misc/mips_itu: Remove unnecessary 'exec/exec-all.h' headerPhilippe Mathieu-Daudé1-1/+2
2023-12-20hw/ppc/spapr_hcall: Remove unused 'exec/exec-all.h' included headerPhilippe Mathieu-Daudé1-1/+0
2023-12-20system/qtest: Restrict QTest API to system emulationPhilippe Mathieu-Daudé1-0/+2
2023-12-20system/qtest: Include missing 'hw/core/cpu.h' headerPhilippe Mathieu-Daudé1-0/+1
2023-12-20MAINTAINERS: Add some more vmware-related files to the corresponding sectionThomas Huth1-0/+5
2023-12-20hw: Add compat machines for 9.0Cornelia Huck10-9/+80
2023-12-19Open 9.0 development treeStefan Hajnoczi1-1/+1
2023-12-19Update version for v8.2.0 releasev8.2.0Stefan Hajnoczi1-1/+1
2023-12-12Update version for v8.2.0-rc4 releasev8.2.0-rc4Stefan Hajnoczi1-1/+1
2023-12-12Merge tag 'pull-tcg-20231212' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi5-22/+58
2023-12-12tcg: Reduce serial context atomicity earlierRichard Henderson2-12/+25
2023-12-12target/i386: Fix 32-bit wrapping of pc/eip computationRichard Henderson3-10/+33
2023-12-12docs: clean-up the xenpvh documentationAlex Bennée2-17/+24
2023-12-12block: Fix AioContext locking in qmp_block_resize()Kevin Wolf1-1/+2
2023-12-12Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2-8/+11
2023-12-12xen: fix condition for skipping virtio-mmio definesPaolo Bonzini1-1/+1
2023-12-12meson, xen: fix condition for enabling the Xen acceleratorPaolo Bonzini1-7/+10
2023-12-06Update version for v8.2.0-rc3 releasev8.2.0-rc3Stefan Hajnoczi1-1/+1
2023-12-06i386/sev: Avoid SEV-ES crash due to missing MSR_EFER_LMA bitMichael Roth1-0/+8
2023-12-05Merge tag 'pull-ufs-20231205' of https://gitlab.com/jeuk20.kim/qemu into stagingStefan Hajnoczi1-0/+8
2023-12-05hw/ufs: avoid generating the same ID string for different LU devicesAkinobu Mita1-0/+8
2023-12-04Merge tag 'misc-fixes-20231204' of https://github.com/philmd/qemu into stagingStefan Hajnoczi3-40/+14
2023-12-04Merge tag 'pull-target-arm-20231204-1' of https://git.linaro.org/people/pmayd...Stefan Hajnoczi1-0/+10
2023-12-04Merge tag 'pull-request-2023-12-04' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi10-1039/+1045
2023-12-04tests/avocado: mark ReplayKernelNormal.test_mips64el_malta as flakyAlex Bennée1-0/+3
2023-12-04tests/avocado: Update yamon-bin-02.22.zip URLPhilippe Mathieu-Daudé1-2/+3
2023-12-04target/riscv/kvm: fix shadowing in kvm_riscv_(get|put)_regs_csrDaniel Henrique Barboza1-10/+9
2023-12-04system/memory: use ldn_he_p/stn_he_pPatrick Venture1-30/+2
2023-12-04tests/qtest: check the return valueZhu Jun3-0/+4
2023-12-04sh4: Coding style: Remove tabsYihuan Pan5-1028/+1028
2023-12-04tests/qemu-iotests/149: Use more inclusive language in this testThomas Huth2-11/+13
2023-12-04target/arm: Disable SME if SVE is disabledPeter Maydell1-0/+10
2023-12-04tests/avocado: Update yamon-bin-02.22.zip URLPhilippe Mathieu-Daudé1-2/+3
2023-12-04Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into ...Stefan Hajnoczi3-6/+12
2023-12-04Merge tag 'pull-more-8.2-fixes-011223-2' of https://gitlab.com/stsquad/qemu i...Stefan Hajnoczi17-43/+125
2023-12-04Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi16-49/+152
2023-12-04Merge tag 'migration-20231201-pull-request' of https://github.com/xzpeter/qem...Stefan Hajnoczi1-6/+6