aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-10-28tests/qtest/libqos/e1000e: Use e1000_regs.hAkihiko Odaki2-75/+45
2022-10-28tests/qtest/cxl-test: Remove temporary directories after testingThomas Huth1-0/+3
2022-10-28tests/qtest/tpm: Clean up remainders of swtpmThomas Huth5-9/+26
2022-10-28MAINTAINERS: target/s390x/: add Ilya as reviewerChristian Borntraeger1-0/+1
2022-10-28tests/tcg/s390x: Add a test for the vistr instructionThomas Huth2-0/+49
2022-10-27target/s390x: Fix emulation of the VISTR instructionThomas Huth1-1/+1
2022-10-27tests/tcg/s390x: Test compiler flags only once, not every timeThomas Huth1-10/+17
2022-10-27s390x/tod-kvm: don't save/restore the TOD in PV guestsNico Boehr1-0/+9
2022-10-27s390x: step down as general arch maintainerCornelia Huck1-2/+0
2022-10-27s390x/pv: remove semicolon from macro definitionClaudio Imbrenda1-1/+1
2022-10-26Merge tag 'dump-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...Stefan Hajnoczi13-98/+649
2022-10-26Merge tag 'pull-tcg-20221026' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi69-1221/+1304
2022-10-26Merge tag 'pull-aspeed-20221025' of https://github.com/legoater/qemu into sta...Stefan Hajnoczi15-39/+452
2022-10-26dump/win_dump: limit number of processed PRCBsViktor Prutyanov1-0/+7
2022-10-26s390x: pv: Add dump supportJanosch Frank3-33/+246
2022-10-26s390x: Add KVM PV dump interfaceJanosch Frank2-0/+60
2022-10-26include/elf.h: add s390x note typesJanosch Frank1-0/+2
2022-10-26s390x: Introduce PV query interfaceJanosch Frank3-0/+77
2022-10-26s390x: Add protected dump capJanosch Frank4-0/+22
2022-10-26accel/tcg: Remove restore_state_to_opc functionRichard Henderson2-17/+2
2022-10-26target/xtensa: Convert to tcg_ops restore_state_to_opcRichard Henderson2-6/+10
2022-10-26target/tricore: Convert to tcg_ops restore_state_to_opcRichard Henderson2-6/+11
2022-10-26target/sparc: Convert to tcg_ops restore_state_to_opcRichard Henderson3-2/+9
2022-10-26target/sh4: Convert to tcg_ops restore_state_to_opcRichard Henderson2-10/+16
2022-10-26target/s390x: Convert to tcg_ops restore_state_to_opcRichard Henderson3-3/+9
2022-10-26target/rx: Convert to tcg_ops restore_state_to_opcRichard Henderson2-6/+10
2022-10-26target/riscv: Convert to tcg_ops restore_state_to_opcRichard Henderson1-2/+7
2022-10-26target/ppc: Convert to tcg_ops restore_state_to_opcRichard Henderson2-6/+10
2022-10-26target/openrisc: Convert to tcg_ops restore_state_to_opcRichard Henderson2-10/+13
2022-10-26target/nios2: Convert to tcg_ops restore_state_to_opcRichard Henderson2-6/+11
2022-10-26target/mips: Convert to tcg_ops restore_state_to_opcRichard Henderson3-2/+10
2022-10-26target/microblaze: Convert to tcg_ops restore_state_to_opcRichard Henderson2-7/+11
2022-10-26target/m68k: Convert to tcg_ops restore_state_to_opcRichard Henderson2-10/+14
2022-10-26target/loongarch: Convert to tcg_ops restore_state_to_opcRichard Henderson2-6/+11
2022-10-26target/i386: Convert to tcg_ops restore_state_to_opcRichard Henderson2-15/+19
2022-10-26target/hppa: Convert to tcg_ops restore_state_to_opcRichard Henderson2-13/+19
2022-10-26target/hexagon: Convert to tcg_ops restore_state_to_opcRichard Henderson1-2/+7
2022-10-26target/cris: Convert to tcg_ops restore_state_to_opcRichard Henderson2-6/+11
2022-10-26target/avr: Convert to tcg_ops restore_state_to_opcRichard Henderson2-6/+11
2022-10-26target/arm: Convert to tcg_ops restore_state_to_opcRichard Henderson2-22/+26
2022-10-26target/alpha: Convert to tcg_ops restore_state_to_opcRichard Henderson2-6/+9
2022-10-26accel/tcg: Add restore_state_to_opc to TCGCPUOpsRichard Henderson3-3/+34
2022-10-26accel/tcg: Simplify page_get/alloc_target_dataRichard Henderson3-31/+10
2022-10-26accel/tcg: Move TARGET_PAGE_DATA_SIZE impl to user-exec.cRichard Henderson2-50/+50
2022-10-26accel/tcg: Use tb_invalidate_phys_range in page_set_flagsRichard Henderson1-2/+6
2022-10-26accel/tcg: Use page_reset_target_data in page_set_flagsRichard Henderson1-8/+5
2022-10-26accel/tcg: Call tb_invalidate_phys_page for PAGE_RESETRichard Henderson3-14/+11
2022-10-26accel/tcg: Use tb_invalidate_phys_page in page_set_flagsRichard Henderson1-1/+1
2022-10-26accel/tcg: Unify declarations of tb_invalidate_phys_rangeRichard Henderson3-14/+3
2022-10-26accel/tcg: Rename tb_invalidate_phys_page_range and drop end parameterRichard Henderson3-10/+11