aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-09-01tests/tcg: i386: add SSE testsPaul Brook7-3/+5359
2022-09-01target/i386: DPPS rounding fixPaolo Bonzini1-32/+35
2022-09-01target/i386: fix PHSUB* instructions with dest=srcPaolo Bonzini1-20/+29
2022-09-01tests/tcg: i386: extend BMI testPaolo Bonzini2-8/+162
2022-09-01tests/tcg: x86_64: improve consistency with i386Paolo Bonzini2-2/+4
2022-09-01KVM: dirty ring: add missing memory barrierPaolo Bonzini1-1/+5
2022-09-01meson: remove dead assignmentsPaolo Bonzini3-14/+14
2022-09-01meson: remove dead codePaolo Bonzini4-20/+0
2022-09-01meson: be strict for boolean optionsAnton Kochkov1-2/+2
2022-09-01configure: improve error for ucontext coroutine backendPaolo Bonzini2-15/+1
2022-09-01i386: do kvm_put_msr_feature_control() first thing when vCPU is resetVitaly Kuznetsov1-5/+12
2022-09-01i386: reset KVM nested state upon CPU resetVitaly Kuznetsov1-10/+27
2022-09-01scsi: Reject commands if the CDB length exceeds buf_lenJohn Millikin1-1/+7
2022-09-01scsi: Add buf_len parameter to scsi_req_new()John Millikin13-33/+45
2022-09-01esp: Handle CMD_BUSRESET by resetting the SCSI busJohn Millikin1-0/+6
2022-08-31Merge tag 'testing-pull-request-2022-08-30' of https://gitlab.com/thuth/qemu ...Stefan Hajnoczi66-79/+144
2022-08-31Merge tag 's390x-pull-request-2022-08-30' of https://gitlab.com/thuth/qemu in...Stefan Hajnoczi17-71/+87
2022-08-30Open 7.2 development treeRichard Henderson1-1/+1
2022-08-30Update version for v7.1.0 releasev7.1.0Richard Henderson1-1/+1
2022-08-30tests/avocado/migration: Get find_free_port() from the portsThomas Huth1-2/+2
2022-08-29tests/qtest/ac97-test: Correct reference to driverAkihiko Odaki1-1/+1
2022-08-29gitlab-ci: Only use one process in Windows jobs for compilationThomas Huth1-2/+2
2022-08-29docs/devel/testing: fix minor typoMatheus Tavares Bernardino1-1/+1
2022-08-29tests/avocado: Fix trivial typoThomas Huth1-1/+1
2022-08-29tests/avocado: Do not run tests that require libslirp if it is not availableThomas Huth3-0/+9
2022-08-29tests/vm: Add libslirp to the VM testsThomas Huth3-1/+8
2022-08-29tests/qtest: prom-env-test: Use double quotes to pass the prom-env optionBin Meng1-2/+2
2022-08-29tests/qtest: npcm7xx_emc-test: Skip running test_{tx, rx} on win32Bin Meng1-0/+8
2022-08-29tests/qtest: machine-none-test: Use double quotes to pass the cpu optionBin Meng1-1/+1
2022-08-29tests/qtest: device-plug-test: Reverse the usage of double/single quotesBin Meng1-1/+1
2022-08-29tests/qtest: libqos: Rename malloc.h to libqos-malloc.hXuzhou Cheng28-27/+27
2022-08-29tests/qtest: libqos: Drop inclusion of <sys/wait.h>Xuzhou Cheng1-2/+0
2022-08-26util/mmap-alloc: Remove qemu_mempath_getpagesize()Thomas Huth2-33/+0
2022-08-26softmmu/physmem: Remove the ifdef __linux__ around the pagesize functionsThomas Huth1-17/+0
2022-08-26backends/hostmem: Fix support of memory-backend-memfd in qemu_maxrampagesize()Thomas Huth1-12/+2
2022-08-25target/s390x: Fix CLFIT and CLGIT immediate sizeIlya Leoshkevich1-2/+2
2022-08-25s390x/cpumodel: add stfl197 processor-activity-instrumentation extension 1Christian Borntraeger3-0/+4
2022-08-25hw: Add compat machines for 7.2Cornelia Huck10-7/+79
2022-08-25tests/qtest: migration-test: Skip running test_migrate_fd_proto on win32Bin Meng3-0/+8
2022-08-25tests/qtest: i440fx-test: Skip running request_{bios, pflash} for win32Bin Meng1-0/+6
2022-08-25tests/qtest: Build cases that use memory-backend-file for posix onlyBin Meng3-1/+16
2022-08-25tests/qtest: Build e1000e-test for posix onlyBin Meng1-1/+3
2022-08-25tests/qtest: Adapt {m48t59,rtc}-test cases for win32Bin Meng2-2/+2
2022-08-25backends/tpm: Exclude headers and macros that don't exist on win32Bin Meng1-0/+4
2022-08-25tests/qtest: migration-test: Handle link() for win32Bin Meng1-0/+8
2022-08-25tests: Use g_mkdir_with_parents()Bin Meng5-12/+12
2022-08-25tests/qtest: Use g_mkdtemp()Bin Meng10-17/+17
2022-08-25tests/qtest: Use g_setenv()Bin Meng2-5/+5
2022-08-24Update version for v7.1.0-rc4 releasev7.1.0-rc4Richard Henderson1-1/+1
2022-08-24Merge tag 'pull-for-7.1-fixes-240822-3' of https://github.com/stsquad/qemu in...Richard Henderson7-16/+33