]> git.ipfire.org Git - thirdparty/qemu.git/commit
include/system: Move exec/memory.h to system/memory.h
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 12 Mar 2025 19:11:21 +0000 (12:11 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 23 Apr 2025 21:08:21 +0000 (14:08 -0700)
commit8be545ba5a315a9aaf7307f143a4a7926a6e605c
treedee36b830d857d58625c4c669d23da354f2b0c67
parent4d3ad3c3ba1f1e9c217d0581e4913a59ef2ac15f
include/system: Move exec/memory.h to system/memory.h

Convert the existing includes with

  sed -i ,exec/memory.h,system/memory.h,g

Move the include within cpu-all.h into a !CONFIG_USER_ONLY block.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
155 files changed:
MAINTAINERS
accel/kvm/kvm-all.c
accel/tcg/cputlb.c
backends/tpm/tpm_util.c
block/blkio.c
disas/disas-mon.c
docs/devel/memory.rst
hw/acpi/erst.c
hw/arm/strongarm.h
hw/avr/atmega.c
hw/block/fdc-sysbus.c
hw/core/cpu-system.c
hw/core/loader-fit.c
hw/core/loader.c
hw/display/apple-gfx.h
hw/display/edid-region.c
hw/display/framebuffer.h
hw/display/vga_int.h
hw/hyperv/hv-balloon-our_range_memslots.h
hw/hyperv/hyperv.c
hw/i386/acpi-common.c
hw/i386/acpi-microvm.c
hw/i386/pc_piix.c
hw/intc/ioapic_internal.h
hw/intc/mips_gic.c
hw/intc/ompic.c
hw/net/i82596.h
hw/net/ne2000.c
hw/net/pcnet.h
hw/pci-bridge/pci_bridge_dev.c
hw/pci-host/remote.c
hw/ppc/pnv_homer.c
hw/ppc/sam460ex.c
hw/remote/iommu.c
hw/remote/machine.c
hw/remote/proxy-memory-listener.c
hw/remote/vfio-user-obj.c
hw/s390x/s390-pci-inst.c
hw/timer/sh_timer.c
hw/tpm/tpm_ppi.h
hw/usb/hcd-uhci.h
hw/vfio/common.c
hw/vfio/container.c
hw/vfio/pci.h
hw/vfio/platform.c
hw/virtio/vhost-iova-tree.h
hw/xtensa/sim.c
hw/xtensa/virt.c
hw/xtensa/xtensa_memory.c
hw/xtensa/xtfpga.c
include/exec/cpu-all.h
include/exec/ioport.h
include/exec/ram_addr.h
include/hw/acpi/acpi.h
include/hw/acpi/ich9_tco.h
include/hw/arm/fsl-imx25.h
include/hw/arm/fsl-imx31.h
include/hw/arm/fsl-imx6.h
include/hw/arm/fsl-imx6ul.h
include/hw/arm/omap.h
include/hw/arm/stm32l4x5_soc.h
include/hw/boards.h
include/hw/char/parallel.h
include/hw/char/riscv_htif.h
include/hw/char/serial-mm.h
include/hw/char/serial.h
include/hw/display/macfb.h
include/hw/fsi/aspeed_apb2opb.h
include/hw/fsi/cfam.h
include/hw/fsi/fsi-master.h
include/hw/fsi/fsi.h
include/hw/fsi/lbus.h
include/hw/gpio/npcm7xx_gpio.h
include/hw/i2c/npcm7xx_smbus.h
include/hw/i2c/pm_smbus.h
include/hw/i386/apic_internal.h
include/hw/i386/x86.h
include/hw/ide/ahci.h
include/hw/ipmi/ipmi.h
include/hw/isa/apm.h
include/hw/isa/isa.h
include/hw/m68k/q800.h
include/hw/mem/npcm7xx_mc.h
include/hw/mem/pc-dimm.h
include/hw/mips/mips.h
include/hw/misc/auxbus.h
include/hw/misc/ivshmem-flat.h
include/hw/misc/mac_via.h
include/hw/misc/npcm7xx_mft.h
include/hw/misc/npcm_clk.h
include/hw/misc/npcm_gcr.h
include/hw/misc/pvpanic.h
include/hw/net/dp8393x.h
include/hw/net/msf2-emac.h
include/hw/nvram/mac_nvram.h
include/hw/nvram/npcm7xx_otp.h
include/hw/pci-host/fsl_imx8m_phy.h
include/hw/pci-host/pam.h
include/hw/pci-host/remote.h
include/hw/pci/pci.h
include/hw/pci/pcie_host.h
include/hw/pci/shpc.h
include/hw/ppc/mac_dbdma.h
include/hw/ppc/pnv_lpc.h
include/hw/ppc/pnv_occ.h
include/hw/ppc/pnv_sbe.h
include/hw/ppc/pnv_xscom.h
include/hw/ppc/ppc4xx.h
include/hw/ppc/vof.h
include/hw/ppc/xics.h
include/hw/register.h
include/hw/remote/proxy-memory-listener.h
include/hw/sh4/sh_intc.h
include/hw/southbridge/ich9.h
include/hw/sysbus.h
include/hw/timer/npcm7xx_timer.h
include/hw/tricore/tricore.h
include/hw/usb.h
include/hw/vfio/vfio-common.h
include/hw/vfio/vfio-container-base.h
include/hw/virtio/vhost-backend.h
include/hw/virtio/vhost.h
include/hw/virtio/virtio.h
include/hw/xen/xen-pvh-common.h
include/hw/xtensa/mx_pic.h
include/qemu/iova-tree.h
include/qemu/reserved-region.h
include/system/dma.h
include/system/hostmem.h
include/system/kvm_int.h
include/system/memory.h [moved from include/exec/memory.h with 99% similarity]
include/system/vhost-user-backend.h
migration/dirtyrate.c
migration/rdma.c
migration/rdma.h
migration/savevm.c
monitor/hmp-cmds-target.c
rust/wrapper.h
scripts/analyze-inclusions
stubs/ram-block.c
system/dirtylimit.c
system/ioport.c
system/memory.c
system/memory_mapping.c
system/physmem.c
system/qtest.c
target/avr/cpu.h
target/loongarch/cpu.h
target/mips/cpu.h
target/xtensa/cpu.c
tests/qtest/fuzz/generic_fuzz.c
tests/qtest/fuzz/qos_fuzz.c
tests/unit/test-resv-mem.c
ui/console.c
util/vfio-helpers.c