Message ID | 20240418192525.97451-1-philmd@linaro.org |
---|---|
Headers | show |
Series | include/exec: Rework (part 2) | expand |
On 18/4/24 21:24, Philippe Mathieu-Daudé wrote: > Reordering exec/, second round. Mostly splitting: > - TCG LDST API (to "exec/cpu_ldst.h") > - CPU TLB APIs (to "exec/cputlb.h") > from "exec/cpu-all.h" and "exec/exec-all.h", and > reducing inclusions of "hw/core/cpu.h". > > Based-on: <20240417182806.69446-1-philmd@linaro.org> > or https://gitlab.com/philmd/qemu/-/commits/exec-next And this series is available as https://gitlab.com/philmd/qemu/-/commits/exec-rework-part2/ > Philippe Mathieu-Daudé (24): > exec: Declare MMUAccessType type in 'mmu-access-type.h' header > exec: Declare CPUBreakpoint/CPUWatchpoint type in 'breakpoint.h' > header > hw/core: Avoid including the full 'hw/core/cpu.h' in 'tcg-cpu-ops.h' > exec: Restrict TCG specific declarations of 'cputlb.h' > exec: Restrict 'cpu_ldst.h' to TCG accelerator > exec: Have guest_addr_valid() methods take abi_ptr/size_t arguments > exec: Un-inline tlb_vaddr_to_host() and declare it in 'exec/cputlb.h' > physmem: Move TCG CPU IOTLB methods around > physmem: Restrict TCG CPU IOTLB code to TCG accel > exec: Reduce tlb_set_dirty() declaration scope > exec: Move tlb_reset_dirty*() declarations to 'exec/cputlb.h' > exec: Move CPUTLBEntry helpers to cputlb.c > target/sparc: Replace abi_ulong by uint32_t for TARGET_ABI32 > exec: Rename 'exec/user/guest-base.h' as 'user/guest-base.h' > exec: Restrict inclusion of 'user/guest-base.h' > exec: Move GUEST_ADDR_MAX definition to 'cpu_ldst.h' > exec: Include missing 'qemu/log-for-trace.h' header in 'exec/log.h' > plugins: Include missing 'qemu/bitmap.h' header > gdbstub: Avoid including 'cpu.h' in 'gdbstub/helpers.h' > hw/xtensa: Include missing 'exec/cpu-common.h' in 'bootparam.h' > plugins: Un-inline qemu_plugin_disable_mem_helpers() > exec: Remove 'exec/tswap.h' from 'exec/cpu-all.h' > exec: Remove 'disas/disas.h' from 'exec/log.h' > exec: Remove unnecessary inclusions of 'hw/core/cpu.h'