[PATCH] NEWS: Document a fix for 64 disks on a SCSI controller with vmx

Martin Kletzander via Devel posted 1 patch 1 week, 6 days ago
Failed in applying to current master (apply log)
NEWS.rst | 5 +++++
1 file changed, 5 insertions(+)
[PATCH] NEWS: Document a fix for 64 disks on a SCSI controller with vmx
Posted by Martin Kletzander via Devel 1 week, 6 days ago
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
Re: [PATCH] NEWS: Document a fix for 64 disks on a SCSI controller with vmx
Posted by Jiri Denemark via Devel 1 week, 6 days ago
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>