aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-01target/hexagon: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-03-01target/hppa: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-03-01target/i386: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-03-01target/loongarch: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-03-01target/microblaze: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-03-01target/mips: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-03-01target/openrisc: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-03-01target/riscv: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-03-01target/rx: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-03-01target/sh4: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-03-01target/sparc: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-03-01target/tricore: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-03-01accel/tcg: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-03-01accel/tcg: Move jmp-cache `CF_PCREL` checks to callerAnton Johansson
2023-03-01target/i386: Remove `TARGET_TB_PCREL` defineAnton Johansson
2023-03-01target/arm: Remove `TARGET_TB_PCREL` defineAnton Johansson
2023-03-01include/exec: Remove `TARGET_TB_PCREL` defineAnton Johansson
2023-03-01target/i386: Replace `TARGET_TB_PCREL` with `CF_PCREL`Anton Johansson
2023-03-01target/arm: Replace `TARGET_TB_PCREL` with `CF_PCREL`Anton Johansson
2023-03-01include/exec: Replace `TARGET_TB_PCREL` with `CF_PCREL`Anton Johansson
2023-03-01accel/tcg: Replace `TARGET_TB_PCREL` with `CF_PCREL`Anton Johansson
2023-03-01target/arm: set `CF_PCREL` in `arm_cpu_realizefn`Anton Johansson
2023-03-01target/i386: set `CF_PCREL` in `x86_cpu_realizefn`Anton Johansson
2023-03-01include/exec: Introduce `CF_PCREL`Anton Johansson
2023-03-01Merge branch 'xenfv-kvm-15' of git://git.infradead.org/users/dwmw2/qemu into ...Paolo Bonzini
2023-03-01tests/avocado: disable BootLinuxPPC64 test in CIAlex Bennée
2023-03-01tests/docker: add zstdtools to the imagesAlex Bennée
2023-03-01gitlab: move the majority of artefact handling to a templateAlex Bennée
2023-03-01tests/docker: use direct RUNC call to run test jobsAlex Bennée
2023-03-01tests/docker: use direct RUNC call to build containersAlex Bennée
2023-03-01tests/docker: add USER stanzas to non-lci imagesAlex Bennée
2023-03-01tests/lcitool: append user setting stanza to dockerfilesAlex Bennée
2023-03-01configure: expose the direct container commandAlex Bennée
2023-03-01tests: Ensure TAP version is printed before other messagesRichard W.M. Jones
2023-03-01Makefile: qemu-bundle is a directoryJuan Quintela
2023-03-01qapi: Add 'acpi' field to 'query-machines' outputPeter Krempa
2023-03-01gitlab: Use plain docker in container-template.ymlFabiano Rosas
2023-03-01tests/dockerfiles: unify debian-toolchain referencesAlex Bennée
2023-03-01cirrus.yml: Improve the windows_msys2_taskThomas Huth
2023-03-01tests: ensure we export job results for some cross buildsAlex Bennée
2023-03-01tests/docker: Use binaries for debian-tricore-crossBastian Koppelmann
2023-03-01tests: add tuxrun baseline test to avocadoAlex Bennée
2023-03-01tests: skip the nios2 replay_kernel testAlex Bennée
2023-03-01testing: update ubuntu2004 to ubuntu2204Alex Bennée
2023-03-01tests: don't run benchmarks for the tsan buildAlex Bennée
2023-03-01gitlab: extend custom runners with base_job_templateAlex Bennée
2023-03-01gitlab-ci: Use artifacts instead of dumping logs in the Cirrus-CI jobsThomas Huth
2023-03-01tests: make fp-test less chatty when running from test suiteAlex Bennée
2023-03-01tests: be a bit more strict cleaning up fifosAlex Bennée
2023-03-01tests: add socat dependency for testsAlex Bennée