tests/qtest/migration-test: Use custom asm bios for ppc64
authorNicholas Piggin <npiggin@gmail.com>
Thu, 30 May 2024 07:44:52 +0000 (17:44 +1000)
committerFabiano Rosas <farosas@suse.de>
Fri, 14 Jun 2024 17:01:23 +0000 (14:01 -0300)
commit34cc54fb356145073051444be9d982c1974ba24e
tree485d805115ae70d440372199f6547301a76ff46c
parentbd1dcd86a02a0f4bf7a15ce45729912f54663e35
tests/qtest/migration-test: Use custom asm bios for ppc64

Similar to other archs, build a custom bios memory updater. Running the
test with OF code is a cool trick, but SLOF takes a long time to boot.
This reduces test time by around 3x (150s to 50s).

Reviewed-by: Fabiano Rosas <farosas@suse.de>
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Fabiano Rosas <farosas@suse.de>
tests/migration/Makefile
tests/migration/migration-test.h
tests/migration/ppc64/Makefile [new file with mode: 0644]
tests/migration/ppc64/a-b-kernel.S [new file with mode: 0644]
tests/migration/ppc64/a-b-kernel.h [new file with mode: 0644]
tests/qtest/migration-test.c