Mostly mechanical changes to stop using the legacy ldst_phys() API on the x86 targets.
Philippe Mathieu-Daudé (4): target/i386: Use explicit little-endian LD/ST API hw/intc: Mark x86-specific [IO]APIC peripherals as little-endian hw/intc/ioapic: Replace legacy st_phys() -> address_space_st() configs/targets: Restrict the legacy ldst_phys() API on x86 targets configs/targets/i386-softmmu.mak | 1 + configs/targets/x86_64-softmmu.mak | 1 + hw/intc/apic.c | 2 +- hw/intc/ioapic.c | 5 +++-- target/i386/helper.c | 12 ++++++------ target/i386/tcg/system/misc_helper.c | 16 ++++++++-------- 6 files changed, 20 insertions(+), 17 deletions(-) -- 2.52.0
