summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* target/i386: Rewrite vector shift helperPaul Brook2022-09-011-131/+108Star
* target/i386: rewrite destructive 3DNow operationsPaolo Bonzini2022-09-011-16/+16
* target/i386: Add CHECK_NO_VEXPaul Brook2022-09-011-0/+26
* target/i386: do not cast gen_helper_* function pointersPaolo Bonzini2022-09-011-38/+37Star
* target/i386: Add size suffix to vector FP helpersPaolo Bonzini2022-09-013-66/+67
* target/i386: isolate MMX code morePaolo Bonzini2022-09-011-18/+32
* target/i386: check SSE table flags instead of hardcoding opcodesPaolo Bonzini2022-09-011-44/+31Star
* target/i386: Move 3DNOW decoderPaul Brook2022-09-011-13/+17
* target/i386: Rework sse_op_table6/7Paul Brook2022-09-011-100/+132
* target/i386: Rework sse_op_table1Paul Brook2022-09-011-130/+183
* target/i386: Add ZMM_OFFSET macroPaul Brook2022-09-011-33/+27Star
* target/i386: formatting fixesPaolo Bonzini2022-09-011-3/+4
* target/i386: do not use MOVL to move data between SSE registersPaolo Bonzini2022-09-011-2/+4
* tests/tcg: i386: add SSE testsPaul Brook2022-09-017-3/+5359
* target/i386: DPPS rounding fixPaolo Bonzini2022-09-011-32/+35
* target/i386: fix PHSUB* instructions with dest=srcPaolo Bonzini2022-09-011-20/+29
* tests/tcg: i386: extend BMI testPaolo Bonzini2022-09-012-8/+162
* tests/tcg: x86_64: improve consistency with i386Paolo Bonzini2022-09-012-2/+4
* KVM: dirty ring: add missing memory barrierPaolo Bonzini2022-09-011-1/+5
* meson: remove dead assignmentsPaolo Bonzini2022-09-013-14/+14
* meson: remove dead codePaolo Bonzini2022-09-014-20/+0Star
* meson: be strict for boolean optionsAnton Kochkov2022-09-011-2/+2
* configure: improve error for ucontext coroutine backendPaolo Bonzini2022-09-012-15/+1Star
* i386: do kvm_put_msr_feature_control() first thing when vCPU is resetVitaly Kuznetsov2022-09-011-5/+12
* i386: reset KVM nested state upon CPU resetVitaly Kuznetsov2022-09-011-10/+27
* scsi: Reject commands if the CDB length exceeds buf_lenJohn Millikin2022-09-011-1/+7
* scsi: Add buf_len parameter to scsi_req_new()John Millikin2022-09-0113-33/+45
* esp: Handle CMD_BUSRESET by resetting the SCSI busJohn Millikin2022-09-011-0/+6
* Merge tag 'testing-pull-request-2022-08-30' of https://gitlab.com/thuth/qemu ...Stefan Hajnoczi2022-09-0166-79/+144
|\
| * tests/avocado/migration: Get find_free_port() from the portsThomas Huth2022-08-301-2/+2
| * tests/qtest/ac97-test: Correct reference to driverAkihiko Odaki2022-08-291-1/+1
| * gitlab-ci: Only use one process in Windows jobs for compilationThomas Huth2022-08-291-2/+2
| * docs/devel/testing: fix minor typoMatheus Tavares Bernardino2022-08-291-1/+1
| * tests/avocado: Fix trivial typoThomas Huth2022-08-291-1/+1
| * tests/avocado: Do not run tests that require libslirp if it is not availableThomas Huth2022-08-293-0/+9
| * tests/vm: Add libslirp to the VM testsThomas Huth2022-08-293-1/+8
| * tests/qtest: prom-env-test: Use double quotes to pass the prom-env optionBin Meng2022-08-291-2/+2
| * tests/qtest: npcm7xx_emc-test: Skip running test_{tx, rx} on win32Bin Meng2022-08-291-0/+8
| * tests/qtest: machine-none-test: Use double quotes to pass the cpu optionBin Meng2022-08-291-1/+1
| * tests/qtest: device-plug-test: Reverse the usage of double/single quotesBin Meng2022-08-291-1/+1
| * tests/qtest: libqos: Rename malloc.h to libqos-malloc.hXuzhou Cheng2022-08-2928-27/+27
| * tests/qtest: libqos: Drop inclusion of <sys/wait.h>Xuzhou Cheng2022-08-291-2/+0Star
| * tests/qtest: migration-test: Skip running test_migrate_fd_proto on win32Bin Meng2022-08-253-0/+8
| * tests/qtest: i440fx-test: Skip running request_{bios, pflash} for win32Bin Meng2022-08-251-0/+6
| * tests/qtest: Build cases that use memory-backend-file for posix onlyBin Meng2022-08-253-1/+16
| * tests/qtest: Build e1000e-test for posix onlyBin Meng2022-08-251-1/+3
| * tests/qtest: Adapt {m48t59,rtc}-test cases for win32Bin Meng2022-08-252-2/+2
| * backends/tpm: Exclude headers and macros that don't exist on win32Bin Meng2022-08-251-0/+4
| * tests/qtest: migration-test: Handle link() for win32Bin Meng2022-08-251-0/+8
| * tests: Use g_mkdir_with_parents()Bin Meng2022-08-255-12/+12