aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-06gdbstub: move into its own sub directoryAlex Bennée
2022-10-06semihosting: update link to specAlex Bennée
2022-10-06docs/devel: document the test pluginsAlex Bennée
2022-10-06contrib/plugins: reset skip when matching in execlogAlex Bennée
2022-10-06docs/devel: move API to end of tcg-plugins.rstAlex Bennée
2022-10-06docs/devel: clean-up qemu invocations in tcg-pluginsAlex Bennée
2022-10-06plugins: Assert mmu_idx in range before use in qemu_plugin_get_hwaddrRichard Henderson
2022-10-06plugins: extend execlog to filter matchesAlex Bennée
2022-10-06disas: use result of ->read_memory_funcAlex Bennée
2022-10-06disas: generalise plugin_printf and use for monitor_disasAlex Bennée
2022-10-06monitor: expose monitor_puts to rest of codeAlex Bennée
2022-10-06pc-bios/vof: Adopt meson style Make outputPaolo Bonzini
2022-10-06pc-bios/s390-ccw: Adopt meson style Make outputPaolo Bonzini
2022-10-06pc-bios/optionrom: Adopt meson style Make outputPaolo Bonzini
2022-10-06configure: build ROMs with container-based cross compilersPaolo Bonzini
2022-10-06configure: cleanup creation of tests/tcg target configPaolo Bonzini
2022-10-06configure: unify creation of cross-compilation MakefilesPaolo Bonzini
2022-10-06configure: move tests/tcg/Makefile.prereqs to root build directoryPaolo Bonzini
2022-10-06tests/tcg: move compiler tests to MakefilesPaolo Bonzini
2022-10-06tests/tcg: clean up calls to run-testPaolo Bonzini
2022-10-06tests/tcg: unify ppc64 and ppc64le MakefilesPaolo Bonzini
2022-10-06tests/tcg: add distclean rulePaolo Bonzini
2022-10-06tests/tcg: remove -f from Makefile invocationPaolo Bonzini
2022-10-06tests: simplify Makefile invocation for tests/tcgPaolo Bonzini
2022-10-06configure: store container engine in config-host.makPaolo Bonzini
2022-10-06configure: return status code from probe_target_compilerPaolo Bonzini
2022-10-06build: add recursive distclean rulesPaolo Bonzini
2022-10-06vof: add distclean targetPaolo Bonzini
2022-10-06pc-bios/s390-ccw: detect CC options just oncePaolo Bonzini
2022-10-06pc-bios/optionrom: detect CC options just oncePaolo Bonzini
2022-10-06tests/qtest: bump up QOS_PATH_MAX_ELEMENT_SIZEAlex Bennée
2022-10-06tests/docker: move alpine from edge to tagged releaseAlex Bennée
2022-10-06target/hexagon: manually add flex/bison/glib2 to remaining containersAnton Johansson
2022-10-06target/hexagon: regenerate docker/cirrus filesAnton Johansson
2022-10-06target/hexagon: add flex/bison/glib2 to qemu.ymlAnton Johansson
2022-10-06configure: move detected gdb to TCG's config-host.makAlex Bennée
2022-10-06tests/docker: run script use realpath instead of readlinkLucas Mateus Castro (alqotel)
2022-10-06scripts/ci/setup: spice-server only on x86 aarch64Lucas Mateus Castro (alqotel)
2022-10-06scripts/ci/setup: Fix libxen requirementsLucas Mateus Castro (alqotel)
2022-10-06scripts/ci/setup: ninja missing from build-environmentLucas Mateus Castro (alqotel)
2022-10-05Merge tag 'pull-hex-20221003' of https://github.com/quic/qemu into stagingStefan Hajnoczi
2022-10-05Merge tag 'pull-tcg-20221004' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi
2022-10-04target/sh4: Fix TB_FLAG_UNALIGNRichard Henderson
2022-10-04tcg/ppc: Optimize 26-bit jumpsLeandro Lupori
2022-10-04accel/tcg: Introduce TARGET_TB_PCRELRichard Henderson
2022-10-04accel/tcg: Introduce tb_pc and log_pcRichard Henderson
2022-10-04hw/core: Add CPUClass.get_pcRichard Henderson
2022-10-04include/hw/core: Create struct CPUJumpCacheRichard Henderson
2022-10-04accel/tcg: Inline tb_flush_jmp_cacheRichard Henderson
2022-10-04accel/tcg: Do not align tb->page_addr[0]Richard Henderson