Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260206214448.22008-1-philmd@linaro.org
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, Zhao Liu <zhao1.liu@intel.com>, Laurent Vivier <laurent@vivier.eu>, Pierrick Bouvier <pierrick.bouvier@linaro.org>, "Michael S. Tsirkin" <mst@redhat.com>, Stafford Horne <shorne@gmail.com>, Riku Voipio <riku.voipio@iki.fi>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Eric Blake <eblake@redhat.com>, Markus Armbruster <armbru@redhat.com>, Eduardo Habkost <eduardo@habkost.net>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Yanan Wang <wangyanan55@huawei.com>, Peter Maydell <peter.maydell@linaro.org>, Richard Henderson <richard.henderson@linaro.org>, Ilya Leoshkevich <iii@linux.ibm.com>, David Hildenbrand <david@kernel.org>, Thomas Huth <thuth@redhat.com>, Halil Pasic <pasic@linux.ibm.com>, Christian Borntraeger <borntraeger@linux.ibm.com>, Eric Farman <farman@linux.ibm.com>, Matthew Rosato <mjrosato@linux.ibm.com>, Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>, Artyom Tarasenko <atar4qemu@gmail.com>, Palmer Dabbelt <palmer@dabbelt.com>, Alistair Francis <alistair.francis@wdc.com>, Weiwei Li <liwei1518@gmail.com>, Daniel Henrique Barboza <dbarboza@ventanamicro.com>, Liu Zhiwei <zhiwei_liu@linux.alibaba.com>
MAINTAINERS | 14 +-
.../{openrisc => or1k}/cpu-features.rst | 0
docs/system/{openrisc => or1k}/emulation.rst | 0
docs/system/{openrisc => or1k}/or1k-sim.rst | 0
docs/system/{openrisc => or1k}/virt.rst | 0
.../{target-openrisc.rst => target-or1k.rst} | 8 +-
docs/system/targets.rst | 2 +-
configs/targets/i386-softmmu.mak | 1 +
configs/targets/or1k-linux-user.mak | 2 +-
configs/targets/or1k-softmmu.mak | 2 +-
configs/targets/sparc-linux-user.mak | 1 +
configs/targets/sparc-softmmu.mak | 2 +
configs/targets/sparc32plus-linux-user.mak | 1 +
configs/targets/sparc64-linux-user.mak | 1 +
configs/targets/sparc64-softmmu.mak | 1 +
configs/targets/x86_64-softmmu.mak | 1 +
meson.build | 4 +-
qapi/machine.json | 4 +-
include/exec/poison.h | 2 +-
include/hw/{openrisc => or1k}/boot.h | 6 +-
include/system/arch_init.h | 2 +-
include/user/abitypes.h | 2 +-
linux-user/{openrisc => or1k}/sockbits.h | 0
linux-user/{openrisc => or1k}/target_cpu.h | 0
linux-user/{openrisc => or1k}/target_elf.h | 0
.../{openrisc => or1k}/target_errno_defs.h | 0
linux-user/{openrisc => or1k}/target_fcntl.h | 0
linux-user/{openrisc => or1k}/target_mman.h | 0
linux-user/{openrisc => or1k}/target_prctl.h | 0
linux-user/{openrisc => or1k}/target_proc.h | 0
linux-user/{openrisc => or1k}/target_ptrace.h | 0
.../{openrisc => or1k}/target_resource.h | 0
linux-user/{openrisc => or1k}/target_signal.h | 0
.../{openrisc => or1k}/target_structs.h | 0
.../{openrisc => or1k}/target_syscall.h | 0
linux-user/{openrisc => or1k}/termbits.h | 0
linux-user/syscall_defs.h | 4 +-
target/arm/kvm_arm.h | 3 +
target/{openrisc => or1k}/cpu-param.h | 0
target/{openrisc => or1k}/cpu-qom.h | 0
target/{openrisc => or1k}/cpu.h | 0
target/{openrisc => or1k}/exception.h | 0
target/{openrisc => or1k}/helper.h | 0
target/s390x/kvm/pv.h | 27 ---
target/s390x/s390x-internal.h | 14 +-
target/{openrisc => or1k}/insns.decode | 0
hw/intc/apic.c | 2 +-
hw/intc/ioapic.c | 5 +-
hw/{openrisc => or1k}/boot.c | 2 +-
hw/{openrisc => or1k}/cputimer.c | 0
.../openrisc_sim.c => or1k/or1k-sim.c} | 2 +-
hw/{openrisc => or1k}/virt.c | 2 +-
linux-user/{openrisc => or1k}/cpu_loop.c | 0
linux-user/{openrisc => or1k}/elfload.c | 0
linux-user/{openrisc => or1k}/signal.c | 0
system/qdev-monitor.c | 2 +-
target-info-stub.c | 2 +-
target-info.c | 8 +-
target/arm/arm-qmp-cmds.c | 27 +--
target/arm/kvm-stub.c | 5 +
target/arm/kvm.c | 21 +++
target/i386/helper.c | 12 +-
target/i386/tcg/system/misc_helper.c | 16 +-
target/{openrisc => or1k}/cpu.c | 0
target/{openrisc => or1k}/disas.c | 0
target/{openrisc => or1k}/exception.c | 0
target/{openrisc => or1k}/exception_helper.c | 0
target/{openrisc => or1k}/fpu_helper.c | 0
target/{openrisc => or1k}/gdbstub.c | 0
target/{openrisc => or1k}/interrupt.c | 0
target/{openrisc => or1k}/interrupt_helper.c | 0
target/{openrisc => or1k}/machine.c | 0
target/{openrisc => or1k}/mmu.c | 0
target/{openrisc => or1k}/sys_helper.c | 0
target/{openrisc => or1k}/translate.c | 0
target/s390x/helper.c | 10 +-
target/s390x/kvm/stubs.c | 170 +++++++++++++++++-
target/s390x/mmu_helper.c | 33 ++--
target/s390x/tcg/excp_helper.c | 3 +-
target/s390x/tcg/translate.c | 66 +++----
target/sparc/ldst_helper.c | 9 -
target/sparc/mmu_helper.c | 4 +-
target/sparc/translate.c | 58 +++---
tests/tcg/{openrisc => or1k}/test_add.c | 0
tests/tcg/{openrisc => or1k}/test_addc.c | 0
tests/tcg/{openrisc => or1k}/test_addi.c | 0
tests/tcg/{openrisc => or1k}/test_addic.c | 0
tests/tcg/{openrisc => or1k}/test_and_or.c | 0
tests/tcg/{openrisc => or1k}/test_bf.c | 0
tests/tcg/{openrisc => or1k}/test_bnf.c | 0
tests/tcg/{openrisc => or1k}/test_div.c | 0
tests/tcg/{openrisc => or1k}/test_divu.c | 0
tests/tcg/{openrisc => or1k}/test_extx.c | 0
tests/tcg/{openrisc => or1k}/test_fx.c | 0
tests/tcg/{openrisc => or1k}/test_j.c | 0
tests/tcg/{openrisc => or1k}/test_jal.c | 0
tests/tcg/{openrisc => or1k}/test_lf_add.c | 0
tests/tcg/{openrisc => or1k}/test_lf_div.c | 0
tests/tcg/{openrisc => or1k}/test_lf_eqs.c | 0
tests/tcg/{openrisc => or1k}/test_lf_ges.c | 0
tests/tcg/{openrisc => or1k}/test_lf_gts.c | 0
tests/tcg/{openrisc => or1k}/test_lf_les.c | 0
tests/tcg/{openrisc => or1k}/test_lf_lts.c | 0
tests/tcg/{openrisc => or1k}/test_lf_mul.c | 0
tests/tcg/{openrisc => or1k}/test_lf_nes.c | 0
tests/tcg/{openrisc => or1k}/test_lf_rem.c | 0
tests/tcg/{openrisc => or1k}/test_lf_sub.c | 0
tests/tcg/{openrisc => or1k}/test_logic.c | 0
tests/tcg/{openrisc => or1k}/test_lx.c | 0
tests/tcg/{openrisc => or1k}/test_movhi.c | 0
tests/tcg/{openrisc => or1k}/test_mul.c | 0
tests/tcg/{openrisc => or1k}/test_muli.c | 0
tests/tcg/{openrisc => or1k}/test_mulu.c | 0
tests/tcg/{openrisc => or1k}/test_sfeq.c | 0
tests/tcg/{openrisc => or1k}/test_sfeqi.c | 0
tests/tcg/{openrisc => or1k}/test_sfges.c | 0
tests/tcg/{openrisc => or1k}/test_sfgesi.c | 0
tests/tcg/{openrisc => or1k}/test_sfgeu.c | 0
tests/tcg/{openrisc => or1k}/test_sfgeui.c | 0
tests/tcg/{openrisc => or1k}/test_sfgts.c | 0
tests/tcg/{openrisc => or1k}/test_sfgtsi.c | 0
tests/tcg/{openrisc => or1k}/test_sfgtu.c | 0
tests/tcg/{openrisc => or1k}/test_sfgtui.c | 0
tests/tcg/{openrisc => or1k}/test_sfles.c | 0
tests/tcg/{openrisc => or1k}/test_sflesi.c | 0
tests/tcg/{openrisc => or1k}/test_sfleu.c | 0
tests/tcg/{openrisc => or1k}/test_sfleui.c | 0
tests/tcg/{openrisc => or1k}/test_sflts.c | 0
tests/tcg/{openrisc => or1k}/test_sfltsi.c | 0
tests/tcg/{openrisc => or1k}/test_sfltu.c | 0
tests/tcg/{openrisc => or1k}/test_sfltui.c | 0
tests/tcg/{openrisc => or1k}/test_sfne.c | 0
tests/tcg/{openrisc => or1k}/test_sfnei.c | 0
tests/tcg/{openrisc => or1k}/test_sub.c | 0
hw/Kconfig | 2 +-
hw/meson.build | 2 +-
hw/{openrisc => or1k}/Kconfig | 4 +-
hw/{openrisc => or1k}/meson.build | 4 +-
linux-user/meson.build | 2 +-
linux-user/openrisc/meson.build | 5 -
linux-user/or1k/meson.build | 5 +
linux-user/{openrisc => or1k}/syscall.tbl | 0
linux-user/{openrisc => or1k}/syscallhdr.sh | 0
target/Kconfig | 2 +-
target/arm/meson.build | 2 +-
target/meson.build | 2 +-
target/{openrisc => or1k}/Kconfig | 2 +-
target/{openrisc => or1k}/meson.build | 4 +-
target/s390x/meson.build | 8 +-
target/s390x/tcg/meson.build | 2 +-
tests/functional/riscv64/test_boston.py | 19 --
tests/tcg/{openrisc => or1k}/Makefile | 0
152 files changed, 382 insertions(+), 246 deletions(-)
rename docs/system/{openrisc => or1k}/cpu-features.rst (100%)
rename docs/system/{openrisc => or1k}/emulation.rst (100%)
rename docs/system/{openrisc => or1k}/or1k-sim.rst (100%)
rename docs/system/{openrisc => or1k}/virt.rst (100%)
rename docs/system/{target-openrisc.rst => target-or1k.rst} (96%)
rename include/hw/{openrisc => or1k}/boot.h (93%)
rename linux-user/{openrisc => or1k}/sockbits.h (100%)
rename linux-user/{openrisc => or1k}/target_cpu.h (100%)
rename linux-user/{openrisc => or1k}/target_elf.h (100%)
rename linux-user/{openrisc => or1k}/target_errno_defs.h (100%)
rename linux-user/{openrisc => or1k}/target_fcntl.h (100%)
rename linux-user/{openrisc => or1k}/target_mman.h (100%)
rename linux-user/{openrisc => or1k}/target_prctl.h (100%)
rename linux-user/{openrisc => or1k}/target_proc.h (100%)
rename linux-user/{openrisc => or1k}/target_ptrace.h (100%)
rename linux-user/{openrisc => or1k}/target_resource.h (100%)
rename linux-user/{openrisc => or1k}/target_signal.h (100%)
rename linux-user/{openrisc => or1k}/target_structs.h (100%)
rename linux-user/{openrisc => or1k}/target_syscall.h (100%)
rename linux-user/{openrisc => or1k}/termbits.h (100%)
rename target/{openrisc => or1k}/cpu-param.h (100%)
rename target/{openrisc => or1k}/cpu-qom.h (100%)
rename target/{openrisc => or1k}/cpu.h (100%)
rename target/{openrisc => or1k}/exception.h (100%)
rename target/{openrisc => or1k}/helper.h (100%)
rename target/{openrisc => or1k}/insns.decode (100%)
rename hw/{openrisc => or1k}/boot.c (99%)
rename hw/{openrisc => or1k}/cputimer.c (100%)
rename hw/{openrisc/openrisc_sim.c => or1k/or1k-sim.c} (99%)
rename hw/{openrisc => or1k}/virt.c (99%)
rename linux-user/{openrisc => or1k}/cpu_loop.c (100%)
rename linux-user/{openrisc => or1k}/elfload.c (100%)
rename linux-user/{openrisc => or1k}/signal.c (100%)
rename target/{openrisc => or1k}/cpu.c (100%)
rename target/{openrisc => or1k}/disas.c (100%)
rename target/{openrisc => or1k}/exception.c (100%)
rename target/{openrisc => or1k}/exception_helper.c (100%)
rename target/{openrisc => or1k}/fpu_helper.c (100%)
rename target/{openrisc => or1k}/gdbstub.c (100%)
rename target/{openrisc => or1k}/interrupt.c (100%)
rename target/{openrisc => or1k}/interrupt_helper.c (100%)
rename target/{openrisc => or1k}/machine.c (100%)
rename target/{openrisc => or1k}/mmu.c (100%)
rename target/{openrisc => or1k}/sys_helper.c (100%)
rename target/{openrisc => or1k}/translate.c (100%)
rename tests/tcg/{openrisc => or1k}/test_add.c (100%)
rename tests/tcg/{openrisc => or1k}/test_addc.c (100%)
rename tests/tcg/{openrisc => or1k}/test_addi.c (100%)
rename tests/tcg/{openrisc => or1k}/test_addic.c (100%)
rename tests/tcg/{openrisc => or1k}/test_and_or.c (100%)
rename tests/tcg/{openrisc => or1k}/test_bf.c (100%)
rename tests/tcg/{openrisc => or1k}/test_bnf.c (100%)
rename tests/tcg/{openrisc => or1k}/test_div.c (100%)
rename tests/tcg/{openrisc => or1k}/test_divu.c (100%)
rename tests/tcg/{openrisc => or1k}/test_extx.c (100%)
rename tests/tcg/{openrisc => or1k}/test_fx.c (100%)
rename tests/tcg/{openrisc => or1k}/test_j.c (100%)
rename tests/tcg/{openrisc => or1k}/test_jal.c (100%)
rename tests/tcg/{openrisc => or1k}/test_lf_add.c (100%)
rename tests/tcg/{openrisc => or1k}/test_lf_div.c (100%)
rename tests/tcg/{openrisc => or1k}/test_lf_eqs.c (100%)
rename tests/tcg/{openrisc => or1k}/test_lf_ges.c (100%)
rename tests/tcg/{openrisc => or1k}/test_lf_gts.c (100%)
rename tests/tcg/{openrisc => or1k}/test_lf_les.c (100%)
rename tests/tcg/{openrisc => or1k}/test_lf_lts.c (100%)
rename tests/tcg/{openrisc => or1k}/test_lf_mul.c (100%)
rename tests/tcg/{openrisc => or1k}/test_lf_nes.c (100%)
rename tests/tcg/{openrisc => or1k}/test_lf_rem.c (100%)
rename tests/tcg/{openrisc => or1k}/test_lf_sub.c (100%)
rename tests/tcg/{openrisc => or1k}/test_logic.c (100%)
rename tests/tcg/{openrisc => or1k}/test_lx.c (100%)
rename tests/tcg/{openrisc => or1k}/test_movhi.c (100%)
rename tests/tcg/{openrisc => or1k}/test_mul.c (100%)
rename tests/tcg/{openrisc => or1k}/test_muli.c (100%)
rename tests/tcg/{openrisc => or1k}/test_mulu.c (100%)
rename tests/tcg/{openrisc => or1k}/test_sfeq.c (100%)
rename tests/tcg/{openrisc => or1k}/test_sfeqi.c (100%)
rename tests/tcg/{openrisc => or1k}/test_sfges.c (100%)
rename tests/tcg/{openrisc => or1k}/test_sfgesi.c (100%)
rename tests/tcg/{openrisc => or1k}/test_sfgeu.c (100%)
rename tests/tcg/{openrisc => or1k}/test_sfgeui.c (100%)
rename tests/tcg/{openrisc => or1k}/test_sfgts.c (100%)
rename tests/tcg/{openrisc => or1k}/test_sfgtsi.c (100%)
rename tests/tcg/{openrisc => or1k}/test_sfgtu.c (100%)
rename tests/tcg/{openrisc => or1k}/test_sfgtui.c (100%)
rename tests/tcg/{openrisc => or1k}/test_sfles.c (100%)
rename tests/tcg/{openrisc => or1k}/test_sflesi.c (100%)
rename tests/tcg/{openrisc => or1k}/test_sfleu.c (100%)
rename tests/tcg/{openrisc => or1k}/test_sfleui.c (100%)
rename tests/tcg/{openrisc => or1k}/test_sflts.c (100%)
rename tests/tcg/{openrisc => or1k}/test_sfltsi.c (100%)
rename tests/tcg/{openrisc => or1k}/test_sfltu.c (100%)
rename tests/tcg/{openrisc => or1k}/test_sfltui.c (100%)
rename tests/tcg/{openrisc => or1k}/test_sfne.c (100%)
rename tests/tcg/{openrisc => or1k}/test_sfnei.c (100%)
rename tests/tcg/{openrisc => or1k}/test_sub.c (100%)
rename hw/{openrisc => or1k}/Kconfig (89%)
rename hw/{openrisc => or1k}/meson.build (60%)
delete mode 100644 linux-user/openrisc/meson.build
create mode 100644 linux-user/or1k/meson.build
rename linux-user/{openrisc => or1k}/syscall.tbl (100%)
rename linux-user/{openrisc => or1k}/syscallhdr.sh (100%)
rename target/{openrisc => or1k}/Kconfig (76%)
rename target/{openrisc => or1k}/meson.build (79%)
rename tests/tcg/{openrisc => or1k}/Makefile (100%)