On 20/10/2025 18.20, [email protected] wrote:
From: Jared Rossi <[email protected]>

Add a rudimentary test for s390x IPL to verify that a guest may boot using
virtio-blk-pci device.

Signed-off-by: Jared Rossi <[email protected]>
---
  tests/qtest/cdrom-test.c | 7 +++++++
  1 file changed, 7 insertions(+)

diff --git a/tests/qtest/cdrom-test.c b/tests/qtest/cdrom-test.c
index 56e2d283a9..a65854d2bc 100644
--- a/tests/qtest/cdrom-test.c
+++ b/tests/qtest/cdrom-test.c
@@ -246,6 +246,13 @@ static void add_s390x_tests(void)
                              "-drive if=none,id=d2,media=cdrom,file=",
                              test_cdboot);
      }
+    if (qtest_has_device("virtio-blk-pci")) {
+        qtest_add_data_func("cdrom/boot/pci-bus-with-bootindex",
+                            "-device virtio-scsi -device virtio-serial "
+                            "-device virtio-blk-pci,drive=d1,bootindex=1 "
+                            "-drive if=none,id=d1,media=cdrom,file=",
+                            test_cdboot);
+    }
  }
int main(int argc, char **argv)

Reviewed-by: Thomas Huth <[email protected]>


Reply via email to