Failed in applying to current master (
apply log)
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 | 76 +++---
hw/loongarch/fw_cfg.c | 2 +-
hw/loongarch/fw_cfg.h | 2 +-
hw/loongarch/virt.c | 333 +++++++++++++----------
include/hw/loongarch/virt.h | 10 +-
tests/migration/Makefile | 2 +-
tests/migration/loongarch64/Makefile | 18 ++
tests/migration/loongarch64/a-b-kernel.S | 46 ++++
tests/migration/loongarch64/a-b-kernel.h | 13 +
tests/migration/migration-test.h | 3 +
tests/qtest/meson.build | 4 +
tests/qtest/migration-test.c | 10 +
12 files changed, 323 insertions(+), 196 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