]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: qemu: add multi boot device support on s390x
authorBoris Fiuczynski <fiuczy@linux.ibm.com>
Fri, 8 Nov 2024 11:05:35 +0000 (12:05 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 11 Nov 2024 11:20:03 +0000 (12:20 +0100)
Signed-off-by: Boris Fiuczynski <fiuczy@linux.ibm.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
NEWS.rst

index 34028d59aafcff7aa003d946b6a5d86d519e71a5..88ac38834a97ade41d13872a52690be12f116c5d 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -17,6 +17,22 @@ v10.10.0 (unreleased)
 
 * **New features**
 
+  * qemu: add multi boot device support on s390x
+
+    For classical mainframe guests (i.e. LPAR or z/VM installations), you
+    always have to explicitly specify the disk where you want to boot from (or
+    "IPL" from, in s390x-speak -- IPL means "Initial Program Load").
+
+    In the past QEMU only used the first device in the boot order to IPL from.
+    With the new multi boot device support on s390x that is available with QEMU
+    version 9.2 and newer, this limitation is lifted. If the IPL fails for the
+    first device with the lowest boot index, the device with the second lowest
+    boot index will be tried and so on until IPL is successful or there are no
+    remaining boot devices to try.
+
+    Limitation: The s390x BIOS will try to IPL up to 8 total devices, any
+    number of which may be disks or network devices.
+
 * **Improvements**
 
 * **Bug fixes**