]> git.ipfire.org Git - thirdparty/qemu.git/commit
qemu: Declare all load/store helper in 'qemu/bswap.h'
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 8 Jul 2025 21:53:18 +0000 (23:53 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 15 Jul 2025 06:56:39 +0000 (02:56 -0400)
commit0f64fb674360393ae09605d8d53bf81c02c78a3e
treeebd6dfc1ff958d482f6a688fadd45e214fd57483
parent16c9cb7187ef2414e3ad509048d59a8a4e7d1cd1
qemu: Declare all load/store helper in 'qemu/bswap.h'

Restrict "exec/tswap.h" to the tswap*() methods,
move the load/store helpers with the other ones
declared in "qemu/bswap.h".

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-Id: <20250708215320.70426-8-philmd@linaro.org>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
34 files changed:
hw/acpi/bios-linker-loader.c
hw/arm/allwinner-r40.c
hw/arm/boot.c
hw/arm/npcm7xx.c
hw/block/hd-geometry.c
hw/char/riscv_htif.c
hw/cxl/cxl-events.c
hw/display/artist.c
hw/display/ati.c
hw/net/can/ctucan_core.c
hw/net/lan9118.c
hw/net/rtl8139.c
hw/net/vmxnet3.c
hw/pci-host/gt64120.c
hw/pci-host/pnv_phb3.c
hw/pci-host/pnv_phb4.c
hw/pci-host/ppce500.c
hw/pci-host/sh_pci.c
hw/s390x/s390-pci-inst.c
hw/sensor/lsm303dlhc_mag.c
hw/smbios/smbios.c
hw/vfio/migration-multifd.c
hw/virtio/virtio-pci.c
hw/vmapple/virtio-blk.c
include/exec/tswap.h
include/qemu/bswap.h
include/system/memory.h
include/user/abitypes.h
target/arm/cpu.c
target/i386/tcg/system/excp_helper.c
target/i386/xsave_helper.c
target/ppc/mmu-hash64.h
target/riscv/vector_helper.c
tests/tcg/plugins/mem.c