aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-15target/hppa: Use CF_BP_PAGE instead of cpu_breakpoint_testRichard Henderson
2024-05-15target/hppa: Allow prior nullification in do_ibranchRichard Henderson
2024-05-15target/hppa: Pass displacement to do_dbranchRichard Henderson
2024-05-15target/hppa: Move constant destination check into use_goto_tbRichard Henderson
2024-05-15target/hppa: Use hppa_form_gva_psw in hppa_cpu_get_pcRichard Henderson
2024-05-15target/hppa: Move cpu_get_tb_cpu_state out of lineRichard Henderson
2024-05-15tcg/loongarch64: Fill out tcg_out_{ld,st} for vector regsRichard Henderson
2024-05-15accel/tcg: Remove cpu_ldsb_code / cpu_ldsw_codePhilippe Mathieu-Daudé
2024-05-15target/s390x: Use translator_lduw in get_next_pcRichard Henderson
2024-05-15target/xtensa: Use translator_ldub in xtensa_insn_lenRichard Henderson
2024-05-15target/rx: Use translator_ld*Richard Henderson
2024-05-15target/riscv: Use translator_ld* for everythingRichard Henderson
2024-05-15target/cris: Use cris_fetch in translate_v10.c.incRichard Henderson
2024-05-15target/cris: Use translator_ld* in cris_fetchRichard Henderson
2024-05-15target/avr: Use translator_lduwRichard Henderson
2024-05-15target/i386: Use translator_ldub for everythingRichard Henderson
2024-05-15target/microblaze: Use translator_ldlRichard Henderson
2024-05-15target/hexagon: Use translator_ldl in pkt_crosses_pageRichard Henderson
2024-05-15target/s390x: Disassemble EXECUTEd instructionsRichard Henderson
2024-05-15target/s390x: Fix translator_fake_ld lengthRichard Henderson
2024-05-15accel/tcg: Introduce translator_fake_ldRichard Henderson
2024-05-15disas: Use translator_st to get disassembly dataRichard Henderson
2024-05-15disas: Split disas.cRichard Henderson
2024-05-15accel/tcg: Return bool from TranslatorOps.disas_logRichard Henderson
2024-05-15accel/tcg: Provide default implementation of disas_logRichard Henderson
2024-05-15plugins: Merge alloc_tcg_plugin_context into plugin_gen_tb_startRichard Henderson
2024-05-15plugins: Use DisasContextBase for qemu_plugin_tb_vaddrRichard Henderson
2024-05-15plugins: Use DisasContextBase for qemu_plugin_insn_haddrRichard Henderson
2024-05-15plugins: Read mem_only directly from TB cflagsRichard Henderson
2024-05-15plugins: Use translator_st for qemu_plugin_insn_dataRichard Henderson
2024-05-15accel/tcg: Implement translator_stRichard Henderson
2024-05-15plugins: Copy memory in qemu_plugin_insn_dataRichard Henderson
2024-05-15accel/tcg: Record DisasContextBase in tcg_ctx for pluginsRichard Henderson
2024-05-15accel/tcg: Record when translator_fake_ldb is usedRichard Henderson
2024-05-15accel/tcg: Record mmio bytes during translationRichard Henderson
2024-05-15accel/tcg: Cap the translation block when we encounter mmioRichard Henderson
2024-05-15accel/tcg: Reorg translator_ld*Richard Henderson
2024-05-15accel/tcg: Pass DisasContextBase to translator_fake_ldbRichard Henderson
2024-05-15accel/tcg: Hide in_same_page outside of a target-specific contextRichard Henderson
2024-05-15accel/tcg: Use vaddr in translator_ld*Richard Henderson
2024-05-15Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into ...Richard Henderson
2024-05-14Merge tag 'pull-request-2024-05-14' of https://gitlab.com/thuth/qemu into sta...Richard Henderson
2024-05-14ui/sdl2: Allow host to power down screenBernhard Beschow
2024-05-14ui/gtk: Fix mouse/motion event scaling issue with GTK display backendhikalium
2024-05-14ui/gtk: Add gd_motion_event trace eventhikalium
2024-05-14ui/console: move QemuDmaBuf struct def to dmabuf.cDongwon Kim
2024-05-14ui/console: Use qemu_dmabuf_new() and free() helpers insteadDongwon Kim
2024-05-14ui/console: Use qemu_dmabuf_set_..() helpers insteadDongwon Kim
2024-05-14ui/console: Use qemu_dmabuf_get_..() helpers insteadDongwon Kim
2024-05-14ui/console: new dmabuf.h and dmabuf.c for QemuDmaBuf struct and helpersDongwon Kim