[PATCH 0/4] target/i386: Stop using the legacy ldst_phys() API

Philippe Mathieu-Daudé posted 4 patches 2 days, 7 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260204204103.46343-1-philmd@linaro.org
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, Zhao Liu <zhao1.liu@intel.com>, "Michael S. Tsirkin" <mst@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, Eduardo Habkost <eduardo@habkost.net>
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(-)
[PATCH 0/4] target/i386: Stop using the legacy ldst_phys() API
Posted by Philippe Mathieu-Daudé 2 days, 7 hours ago
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


Re: [PATCH 0/4] target/i386: Stop using the legacy ldst_phys() API
Posted by Philippe Mathieu-Daudé 6 hours ago
On 4/2/26 21:40, Philippe Mathieu-Daudé wrote:

> 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

Series queued, thanks.

Re: [PATCH 0/4] target/i386: Stop using the legacy ldst_phys() API
Posted by Richard Henderson 2 days, 2 hours ago
On 2/5/26 06:40, Philippe Mathieu-Daudé wrote:
> 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

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~