summary refs log tree commit diff stats
path: root/include/exec (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* memory,vhost: Allow for marking memory device memory regions unmergeableDavid Hildenbrand2023-10-121-0/+22
* memory: Clarify mapping requirements for RamDiscardManagerDavid Hildenbrand2023-10-121-2/+3
* softmmu/physmem: Fixup qemu_ram_block_from_host() documentationDavid Hildenbrand2023-10-121-0/+15
* plugins: Set final instruction count in plugin_gen_tb_endMatt Borgerson2023-10-111-2/+2
* accel/tcg: Add plugin_enabled to DisasContextBaseRichard Henderson2023-10-111-0/+2
* gdbstub: Remove gdb_has_xml variableAkihiko Odaki2023-10-111-8/+0
* gdbstub: Introduce GDBFeature structureAkihiko Odaki2023-10-111-2/+7
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi2023-10-051-3/+13
|\
| * virtio: don't zero out memory region cache for indirect descriptorsIlya Maximets2023-10-041-3/+13
* | accel/tcg: Restrict dump_exec_info() declarationPhilippe Mathieu-Daudé2023-10-041-5/+0
* | exec: Move cpu_loop_foo() target agnostic functions to 'cpu-common.h'Philippe Mathieu-Daudé2023-10-042-30/+32
* | exec: Make EXCP_FOO definitions target agnosticPhilippe Mathieu-Daudé2023-10-042-7/+7
* | accel/tcg: Remove env_tlb()Anton Johansson2023-10-041-11/+0
* | accel/tcg: Modify tlb_*() to use CPUStateAnton Johansson2023-10-041-4/+4
* | accel/tcg: Remove env_neg()Richard Henderson2023-10-041-12/+1
* | accel/tcg: Remove cpu_set_cpustate_pointersRichard Henderson2023-10-041-10/+0
* | accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson2023-10-041-1/+0
* | accel/tcg: Remove cpu_neg()Richard Henderson2023-10-032-12/+1
* | accel/tcg: Remove CPUState.icount_decr_ptrRichard Henderson2023-10-031-1/+0
* | accel/tcg: Move CPUNegativeOffsetState into CPUStateRichard Henderson2023-10-031-13/+9
* | accel/tcg: Validate placement of CPUNegativeOffsetStateRichard Henderson2023-10-031-0/+6
* | accel/tcg: Move CPUTLB definitions from cpu-defs.hRichard Henderson2023-10-031-150/+0
* | target/arm: Replace TARGET_PAGE_ENTRY_EXTRAAnton Johansson2023-10-031-3/+15
* | accel/tcg: Restrict tcg_exec_[un]realizefn() to TCGPhilippe Mathieu-Daudé2023-10-031-2/+0
* | accel/tcg: Have tcg_exec_realizefn() return a booleanPhilippe Mathieu-Daudé2023-10-031-1/+1
* | accel/tcg: Track current value of can_do_io in the TBRichard Henderson2023-09-281-0/+2
|/
* Merge tag 'mem-2023-09-19' of https://github.com/davidhildenbrand/qemu into s...Stefan Hajnoczi2023-09-192-8/+15
|\
| * memory: avoid updating ioeventfds for some address_spacehongmianquan2023-09-191-0/+1
| * softmmu/physmem: Distinguish between file access mode and mmap protectionDavid Hildenbrand2023-09-192-8/+14
* | thunk: Delete checks for old host definitionsAkihiko Odaki2023-09-151-2/+1
* | accel/tcg: Fix the comment for CPUTLBEntryFullLIU Zhiwei2023-09-151-6/+6
|/
* accel/tcg: Fix typo in translator_io_start() descriptionPhilippe Mathieu-Daudé2023-09-081-1/+1
* exec/translation-block: Clean up includesPhilippe Mathieu-Daudé2023-08-311-3/+3
* target/translate: Restrict 'exec/cpu_ldst.h' to user emulationPhilippe Mathieu-Daudé2023-08-311-1/+1
* exec/address-spaces.h: Remove unuseful 'exec/memory.h' includePhilippe Mathieu-Daudé2023-08-311-2/+0
* bulk: Do not declare function prototypes using 'extern' keywordPhilippe Mathieu-Daudé2023-08-312-23/+23
* accel: Remove HAX acceleratorPhilippe Mathieu-Daudé2023-08-311-1/+0
* Merge tag 'pull-maintainer-ominbus-300823-1' of https://gitlab.com/stsquad/qe...Stefan Hajnoczi2023-08-311-5/+15
|\
| * gdbstub: move comment for gdb_register_coprocessorAlex Bennée2023-08-301-0/+10
| * gdbstub: replace global gdb_has_xml with a functionAlex Bennée2023-08-301-5/+5
* | Revert "include/exec: typedef abi_ptr to vaddr in softmmu"Richard Henderson2023-08-291-2/+2
* | softmmu: Use async_run_on_cpu in tcg_commitRichard Henderson2023-08-291-1/+0
|/
* include/exec: Widen tlb_hit/tlb_hit_page()Anton Johansson2023-08-241-2/+2
* include/exec: typedef abi_ptr to vaddr in softmmuAnton Johansson2023-08-241-2/+2
* include/exec: Replace target_ulong with abi_ptr in cpu_[st|ld]*()Anton Johansson2023-08-241-12/+12
* linux-user: Use ARRAY_SIZE with bitmask_transtblRichard Henderson2023-08-091-4/+11
* Fixed incorrect LLONG alignment for openrisc and crisLuca Bonissi2023-08-071-0/+8
* misc: Fix some typos in documentation and commentsStefan Weil2023-08-011-1/+1
* include/exec: Add WITH_MMAP_LOCK_GUARDRichard Henderson2023-07-231-0/+10
* tcg: Use HAVE_CMPXCHG128 instead of CONFIG_CMPXCHG128Richard Henderson2023-07-151-0/+2