Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240227023031.3299067-1-maobibo@loongson.cn
Maintainers: Song Gao <gaosong@loongson.cn>, Peter Xu <peterx@redhat.com>, Fabiano Rosas <farosas@suse.de>, Thomas Huth <thuth@redhat.com>, Laurent Vivier <lvivier@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>
hw/loongarch/acpi-build.c | 80 +++---
hw/loongarch/fw_cfg.c | 2 +-
hw/loongarch/fw_cfg.h | 2 +-
hw/loongarch/virt.c | 345 +++++++++++++----------
include/hw/loongarch/virt.h | 10 +-
tests/migration/Makefile | 2 +-
tests/migration/loongarch64/Makefile | 18 ++
tests/migration/loongarch64/a-b-kernel.S | 49 ++++
tests/migration/loongarch64/a-b-kernel.h | 16 ++
tests/migration/migration-test.h | 3 +
tests/qtest/meson.build | 4 +
tests/qtest/migration-test.c | 10 +
12 files changed, 337 insertions(+), 204 deletions(-)
create mode 100644 tests/migration/loongarch64/Makefile
create mode 100644 tests/migration/loongarch64/a-b-kernel.S
create mode 100644 tests/migration/loongarch64/a-b-kernel.h