aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-20hw/char: riscv_htif: Remove forward declarations for non-existent variablesBin Meng
2023-01-20hw/char: riscv_htif: Move registers from CPUArchState to HTIFStateBin Meng
2023-01-20hw/char: riscv_htif: Use conventional 's' for HTIFStateBin Meng
2023-01-20hw/char: riscv_htif: Drop useless assignment of memory regionBin Meng
2023-01-20hw/char: riscv_htif: Drop {to, from}host_size in HTIFStateBin Meng
2023-01-20hw/char: riscv_htif: Avoid using magic numbersBin Meng
2023-01-19Merge tag 'trivial-branch-for-8.0-pull-request' of https://gitlab.com/laurent...Peter Maydell
2023-01-19Merge tag 'pull-tcg-20230117' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell
2023-01-18Merge tag 'pull-request-2023-01-18' of https://gitlab.com/thuth/qemu into sta...Peter Maydell
2023-01-18s390x/pv: Implement a CGS check helperCédric Le Goater
2023-01-18tests/vm/haiku.x86_64: Update the Haiku VM to Beta 4Thomas Huth
2023-01-18tests/qtest/libqos/e1000e: Remove duplicate register definitionsAkihiko Odaki
2023-01-18tests/qtest/e1000e-test: Fix the code styleAkihiko Odaki
2023-01-18tests/qtest: Restrict bcm2835-dma-test to CONFIG_RASPIFabiano Rosas
2023-01-18MAINTAINERS: Remove bouncing mail address from Kamil RytarowskiThomas Huth
2023-01-18bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé
2023-01-18Makefile: allow 'make uninstall'Peter Maydell
2023-01-18Upgrade all packages in the FreeBSD VMs to ensure the freshnessLi-Wen Hsu
2023-01-17tcg/riscv: Implement direct branch for goto_tbRichard Henderson
2023-01-17tcg/riscv: Introduce OPC_NOPRichard Henderson
2023-01-17tcg/arm: Implement direct branch for goto_tbRichard Henderson
2023-01-17tcg/sparc64: Reorg goto_tb implementationRichard Henderson
2023-01-17tcg/sparc64: Remove USE_REG_TBRichard Henderson
2023-01-17tcg/ppc: Reorg goto_tb implementationRichard Henderson
2023-01-17tcg/aarch64: Reorg goto_tb implementationRichard Henderson
2023-01-17tcg: Remove TCG_TARGET_HAS_direct_jumpRichard Henderson
2023-01-17tcg: Always define tb_target_set_jmp_targetRichard Henderson
2023-01-17tcg: Move tb_target_set_jmp_target declaration to tcg.hRichard Henderson
2023-01-17tcg: Change tb_target_set_jmp_target argumentsRichard Henderson
2023-01-17tcg: Add TranslationBlock.jmp_insn_offsetRichard Henderson
2023-01-17tcg: Add gen_tb to TCGContextRichard Henderson
2023-01-17tcg: Rename TB_JMP_RESET_OFFSET_INVALID to TB_JMP_OFFSET_INVALIDRichard Henderson
2023-01-17tcg: Split out tcg_out_goto_tbRichard Henderson
2023-01-17tcg: Introduce get_jmp_target_addrRichard Henderson
2023-01-17tcg: Introduce set_jmp_insn_offsetRichard Henderson
2023-01-17tcg: Replace asserts on tcg_jmp_insn_offsetRichard Henderson
2023-01-17tcg/sparc64: Remove unused goto_tb code for indirect jumpRichard Henderson
2023-01-17tcg/ppc: Remove unused goto_tb code for indirect jumpRichard Henderson
2023-01-17tcg/i386: Remove unused goto_tb code for indirect jumpRichard Henderson
2023-01-17tcg: Split out tcg_out_exit_tbRichard Henderson
2023-01-17Merge tag 'pull-tpm-2023-01-17-1' of https://github.com/stefanberger/qemu-tpm...Peter Maydell
2023-01-17Merge tag 'pull-tcg-20230116' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell
2023-01-17hw/ssi/sifive_spi.c: spelling: reigsterMichael Tokarev
2023-01-17hw/cxl/cxl-host: Fix an error message typoHoa Nguyen
2023-01-16tests/qtest/tpm-emu: Avoid hangs using abort handlers closing channelsStefan Berger
2023-01-16tests/qtest: Poll on waitpid() for a while before sending SIGKILLStefan Berger
2023-01-16accel/tcg: Split out cpu_exec_{setjmp,loop}Richard Henderson
2023-01-16util/bufferiszero: Use __attribute__((target)) for avx2/avx512Richard Henderson
2023-01-16tcg: add perfmap and jitdumpIlya Leoshkevich
2023-01-16accel/tcg: Add debuginfo supportIlya Leoshkevich