[PATCH 0/2] NEWS update for 9.4 and 9.6

Han Han (2): NEWS: qemu: Support removable attribute for scsi disk NEWS: cpu_map: Add SapphireRapids cpu model NEWS.rst | 9 +++++++++ 1 file changed, 9 insertions(+) -- 2.41.0

Signed-off-by: Han Han <hhan@redhat.com> --- NEWS.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 42c2c53091..5ee880efcb 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -27,6 +27,11 @@ v9.6.0 (unreleased) ``abstractions/foo`` can be overridden by creating ``local/foo`` and ``abstractions/foo.d`` respectively. + * qemu: Support removable attribute for scsi disk + + Now the scsi disk device (``/disk@device='disk'`` and ``/disk/target@bus='scsi'``) supports + the removable attribute at ``/disk/target@removable```. + * **Bug fixes** -- 2.41.0

On 7/17/23 12:56, Han Han wrote:
Signed-off-by: Han Han <hhan@redhat.com> --- NEWS.rst | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/NEWS.rst b/NEWS.rst index 42c2c53091..5ee880efcb 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -27,6 +27,11 @@ v9.6.0 (unreleased) ``abstractions/foo`` can be overridden by creating ``local/foo`` and ``abstractions/foo.d`` respectively.
+ * qemu: Support removable attribute for scsi disk + + Now the scsi disk device (``/disk@device='disk'`` and ``/disk/target@bus='scsi'``) supports
Long line.
+ the removable attribute at ``/disk/target@removable```. + * **Bug fixes**
Michal

Signed-off-by: Han Han <hhan@redhat.com> --- NEWS.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 5ee880efcb..7abc871f20 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -106,6 +106,10 @@ v9.4.0 (2023-06-01) QEMU supports parallel migration to be compressed using either zstd or zlib. + * cpu_map: Add SapphireRapids cpu model + + This model is introduced since QEMU 8.0. + * **Improvements** * Adapt to musl-1.2.4 -- 2.41.0

On 7/17/23 12:56, Han Han wrote:
Han Han (2): NEWS: qemu: Support removable attribute for scsi disk NEWS: cpu_map: Add SapphireRapids cpu model
NEWS.rst | 9 +++++++++ 1 file changed, 9 insertions(+)
Reviewed-by: Michal Privoznik <mprivozn@redhat.com> and pushed. Michal
participants (2)
-
Han Han
-
Michal Prívozník