aboutsummaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)Author
2023-10-11plugins: Set final instruction count in plugin_gen_tb_endMatt Borgerson
2023-10-11accel/tcg: Add plugin_enabled to DisasContextBaseRichard Henderson
2023-10-11gdbstub: Remove gdb_has_xml variableAkihiko Odaki
2023-10-11gdbstub: Introduce GDBFeature structureAkihiko Odaki
2023-10-05Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi
2023-10-04accel/tcg: Restrict dump_exec_info() declarationPhilippe Mathieu-Daudé
2023-10-04exec: Move cpu_loop_foo() target agnostic functions to 'cpu-common.h'Philippe Mathieu-Daudé
2023-10-04exec: Make EXCP_FOO definitions target agnosticPhilippe Mathieu-Daudé
2023-10-04accel/tcg: Remove env_tlb()Anton Johansson
2023-10-04accel/tcg: Modify tlb_*() to use CPUStateAnton Johansson
2023-10-04accel/tcg: Remove env_neg()Richard Henderson
2023-10-04accel/tcg: Remove cpu_set_cpustate_pointersRichard Henderson
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson
2023-10-04virtio: don't zero out memory region cache for indirect descriptorsIlya Maximets
2023-10-03accel/tcg: Remove cpu_neg()Richard Henderson
2023-10-03accel/tcg: Remove CPUState.icount_decr_ptrRichard Henderson
2023-10-03accel/tcg: Move CPUNegativeOffsetState into CPUStateRichard Henderson
2023-10-03accel/tcg: Validate placement of CPUNegativeOffsetStateRichard Henderson
2023-10-03accel/tcg: Move CPUTLB definitions from cpu-defs.hRichard Henderson
2023-10-03target/arm: Replace TARGET_PAGE_ENTRY_EXTRAAnton Johansson
2023-10-03accel/tcg: Restrict tcg_exec_[un]realizefn() to TCGPhilippe Mathieu-Daudé
2023-10-03accel/tcg: Have tcg_exec_realizefn() return a booleanPhilippe Mathieu-Daudé
2023-09-28accel/tcg: Track current value of can_do_io in the TBRichard Henderson
2023-09-19Merge tag 'mem-2023-09-19' of https://github.com/davidhildenbrand/qemu into s...Stefan Hajnoczi
2023-09-19memory: avoid updating ioeventfds for some address_spacehongmianquan
2023-09-19softmmu/physmem: Distinguish between file access mode and mmap protectionDavid Hildenbrand
2023-09-15thunk: Delete checks for old host definitionsAkihiko Odaki
2023-09-15accel/tcg: Fix the comment for CPUTLBEntryFullLIU Zhiwei
2023-09-08accel/tcg: Fix typo in translator_io_start() descriptionPhilippe Mathieu-Daudé
2023-08-31exec/translation-block: Clean up includesPhilippe Mathieu-Daudé
2023-08-31target/translate: Restrict 'exec/cpu_ldst.h' to user emulationPhilippe Mathieu-Daudé
2023-08-31exec/address-spaces.h: Remove unuseful 'exec/memory.h' includePhilippe Mathieu-Daudé
2023-08-31bulk: Do not declare function prototypes using 'extern' keywordPhilippe Mathieu-Daudé
2023-08-31accel: Remove HAX acceleratorPhilippe Mathieu-Daudé
2023-08-31Merge tag 'pull-maintainer-ominbus-300823-1' of https://gitlab.com/stsquad/qe...Stefan Hajnoczi
2023-08-30gdbstub: move comment for gdb_register_coprocessorAlex Bennée
2023-08-30gdbstub: replace global gdb_has_xml with a functionAlex Bennée
2023-08-29Revert "include/exec: typedef abi_ptr to vaddr in softmmu"Richard Henderson
2023-08-29softmmu: Use async_run_on_cpu in tcg_commitRichard Henderson
2023-08-24include/exec: Widen tlb_hit/tlb_hit_page()Anton Johansson
2023-08-24include/exec: typedef abi_ptr to vaddr in softmmuAnton Johansson
2023-08-24include/exec: Replace target_ulong with abi_ptr in cpu_[st|ld]*()Anton Johansson
2023-08-09linux-user: Use ARRAY_SIZE with bitmask_transtblRichard Henderson
2023-08-07Fixed incorrect LLONG alignment for openrisc and crisLuca Bonissi
2023-08-01misc: Fix some typos in documentation and commentsStefan Weil
2023-07-23include/exec: Add WITH_MMAP_LOCK_GUARDRichard Henderson
2023-07-15tcg: Use HAVE_CMPXCHG128 instead of CONFIG_CMPXCHG128Richard Henderson
2023-07-15accel/tcg: Return bool from page_check_rangeRichard Henderson
2023-07-15accel/tcg: Introduce page_find_range_emptyRichard Henderson
2023-07-15accel/tcg: Introduce page_check_range_emptyRichard Henderson