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-Url: http://git.maquefel.me/?a=commitdiff_plain;h=503bb0b975ab8916256fe0080722ab8a64f29e1b;p=qemu.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 0000000000..ac0b7b1b8f 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 0000000000..d20fa7c819 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 0000000000..26c882baea 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 0000000000..9ec3c1f20b Binary files /dev/null and b/tests/data/uefi-boot-images/bios-tables-test.x86_64.iso.qcow2 differ