From: Laszlo Ersek Date: Mon, 4 Feb 2019 16:03:25 +0000 (+0100) Subject: tests/data: introduce "uefi-boot-images" with the "bios-tables-test" ISOs X-Git-Tag: v4.0.0-rc0~67^2~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=503bb0b975ab8916256fe0080722ab8a64f29e1b;p=thirdparty%2Fqemu.git tests/data: introduce "uefi-boot-images" with the "bios-tables-test" ISOs Add UEFI-bootable qcow2-compressed ISO images built from: tests/uefi-test-tools/UefiTestToolsPkg/BiosTablesTest Cc: "Michael S. Tsirkin" Cc: Ard Biesheuvel Cc: Gerd Hoffmann Cc: Igor Mammedov Cc: Philippe Mathieu-Daudé Cc: Shannon Zhao Signed-off-by: Laszlo Ersek Message-Id: <20190204160325.4914-6-lersek@redhat.com> Reviewed-by: Igor Mammedov Reviewed-by: Michael S. Tsirkin Signed-off-by: Michael S. Tsirkin --- diff --git a/tests/data/uefi-boot-images/bios-tables-test.aarch64.iso.qcow2 b/tests/data/uefi-boot-images/bios-tables-test.aarch64.iso.qcow2 new file mode 100644 index 00000000000..ac0b7b1b8f8 Binary files /dev/null and b/tests/data/uefi-boot-images/bios-tables-test.aarch64.iso.qcow2 differ diff --git a/tests/data/uefi-boot-images/bios-tables-test.arm.iso.qcow2 b/tests/data/uefi-boot-images/bios-tables-test.arm.iso.qcow2 new file mode 100644 index 00000000000..d20fa7c8192 Binary files /dev/null and b/tests/data/uefi-boot-images/bios-tables-test.arm.iso.qcow2 differ diff --git a/tests/data/uefi-boot-images/bios-tables-test.i386.iso.qcow2 b/tests/data/uefi-boot-images/bios-tables-test.i386.iso.qcow2 new file mode 100644 index 00000000000..26c882baeab Binary files /dev/null and b/tests/data/uefi-boot-images/bios-tables-test.i386.iso.qcow2 differ diff --git a/tests/data/uefi-boot-images/bios-tables-test.x86_64.iso.qcow2 b/tests/data/uefi-boot-images/bios-tables-test.x86_64.iso.qcow2 new file mode 100644 index 00000000000..9ec3c1f20bb Binary files /dev/null and b/tests/data/uefi-boot-images/bios-tables-test.x86_64.iso.qcow2 differ