[PATCH] NEWS: Document a fix for 64 disks on a SCSI controller with vmx
From: Martin Kletzander <mkletzan@redhat.com> Signed-off-by: Martin Kletzander <mkletzan@redhat.com> --- NEWS.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index f78a9d3057b1..e379dc78b6ac 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -82,6 +82,11 @@ v12.5.0 (unreleased) not properly initializing an agent to crashing when the agent socket cannot be opened. + * vmx: Properly show all 64 disks on a SCSI controller + + Due to an off-by-one error a last, 64th disk was not shown in a domain XML, + which is now fixed. + v12.4.0 (2026-06-01) ==================== -- 2.55.0
On Wed, Jul 01, 2026 at 13:07:24 +0200, Martin Kletzander wrote:
From: Martin Kletzander <mkletzan@redhat.com>
Signed-off-by: Martin Kletzander <mkletzan@redhat.com> --- NEWS.rst | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/NEWS.rst b/NEWS.rst index f78a9d3057b1..e379dc78b6ac 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -82,6 +82,11 @@ v12.5.0 (unreleased) not properly initializing an agent to crashing when the agent socket cannot be opened.
+ * vmx: Properly show all 64 disks on a SCSI controller + + Due to an off-by-one error a last, 64th disk was not shown in a domain XML, + which is now fixed. +
v12.4.0 (2026-06-01) ====================
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
participants (2)
-
Jiri Denemark -
Martin Kletzander