Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250530124953.383687-1-peter.maydell@linaro.org
Maintainers: Eric Blake <eblake@redhat.com>, Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>, John Snow <jsnow@redhat.com>, Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Peter Maydell <peter.maydell@linaro.org>, Tyrone Ting <kfting@nuvoton.com>, Hao Wu <wuhaotsh@google.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Alexander Graf <agraf@csgraf.de>, Fabiano Rosas <farosas@suse.de>, Laurent Vivier <lvivier@redhat.com>
MAINTAINERS | 4 +-
docs/interop/bitmaps.rst | 2 +-
docs/interop/index.rst | 1 +
docs/interop/{qcow2.txt => qcow2.rst} | 187 +++++---
docs/qcow2-cache.txt | 2 +-
include/hw/arm/npcm8xx.h | 5 +-
include/hw/block/flash.h | 18 -
target/arm/cpregs.h | 1 +
target/arm/cpu-features.h | 1 +
target/arm/hvf_arm.h | 18 +-
target/arm/kvm_arm.h | 1 +
hw/arm/boot.c | 1 +
hw/arm/npcm8xx.c | 55 ++-
hw/block/nand.c | 835 ---------------------------------
target/arm/arm-qmp-cmds.c | 1 +
target/arm/hvf-stub.c | 20 +
tests/qtest/npcm_gmac-test.c | 85 +++-
hw/arm/Kconfig | 1 -
hw/block/Kconfig | 3 -
hw/block/meson.build | 1 -
target/arm/meson.build | 4 +-
target/arm/tcg/meson.build | 2 +
tests/functional/meson.build | 1 +
tests/functional/test_arm_stellaris.py | 48 ++
tests/qtest/meson.build | 6 +-
25 files changed, 334 insertions(+), 969 deletions(-)
rename docs/interop/{qcow2.txt => qcow2.rst} (89%)
delete mode 100644 hw/block/nand.c
create mode 100644 target/arm/hvf-stub.c
create mode 100755 tests/functional/test_arm_stellaris.py