Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20251217143150.94463-1-philmd@linaro.org
Maintainers: "Cédric Le Goater" <clg@kaod.org>, Peter Maydell <peter.maydell@linaro.org>, Steven Lee <steven_lee@aspeedtech.com>, Troy Lee <leetroy@gmail.com>, Jamin Lin <jamin_lin@aspeedtech.com>, Andrew Jeffery <andrew@codeconstruct.com.au>, Joel Stanley <joel@jms.id.au>, "Michael S. Tsirkin" <mst@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Peter Xu <peterx@redhat.com>, David Hildenbrand <david@kernel.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Zhao Liu <zhao1.liu@intel.com>, Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>, Artyom Tarasenko <atar4qemu@gmail.com>
MAINTAINERS | 3 +
include/hw/virtio/virtio-access.h | 1 +
include/qemu/bswap.h | 11 -
include/system/memory.h | 191 -------
include/system/memory_cached.h | 207 ++++++++
target/i386/cpu.h | 1 -
include/exec/memory_ldst.h.inc | 52 +-
include/exec/memory_ldst_phys.h.inc | 111 +---
include/system/memory_ldst_endian.h.inc | 33 ++
include/system/memory_ldst_phys_endian.h.inc | 57 ++
hw/arm/aspeed.c | 3 +-
hw/arm/boot.c | 6 +-
system/physmem.c | 87 +++-
target/i386/helper.c | 10 -
target/sparc/mmu_helper.c | 2 +-
system/memory_ldst.c.inc | 514 ++++---------------
system/memory_ldst_endian.c.inc | 64 +++
17 files changed, 546 insertions(+), 807 deletions(-)
create mode 100644 include/system/memory_cached.h
create mode 100644 include/system/memory_ldst_endian.h.inc
create mode 100644 include/system/memory_ldst_phys_endian.h.inc
create mode 100644 system/memory_ldst_endian.c.inc