[PATCH] NEWS: Mention new channel and redirdev devices in domcaps

Jim Fehlig posted 1 patch 1 year, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20221017175329.18471-1-jfehlig@suse.com
NEWS.rst | 5 +++++
1 file changed, 5 insertions(+)
[PATCH] NEWS: Mention new channel and redirdev devices in domcaps
Posted by Jim Fehlig 1 year, 5 months ago
Signed-off-by: Jim Fehlig <jfehlig@suse.com>
---
 NEWS.rst | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index b6bcb5524d..cd297c4fed 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -32,6 +32,11 @@ v8.9.0 (unreleased)
 
   * Improved documentation of CPU ``usable`` attribute in domain capabilities
 
+  * Report ``channel`` and ``redirdev`` devices in domain capabilities
+
+    The channel and redirect devices supported by the hypervisor are now
+    reported in domain capabilities.
+
 * **Bug fixes**
 
   * qemu: Disable all blocker features in CPU baseline
-- 
2.37.3
Re: [PATCH] NEWS: Mention new channel and redirdev devices in domcaps
Posted by Michal Prívozník 1 year, 5 months ago
On 10/17/22 19:53, Jim Fehlig wrote:
> Signed-off-by: Jim Fehlig <jfehlig@suse.com>
> ---
>  NEWS.rst | 5 +++++
>  1 file changed, 5 insertions(+)
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

And you get bonus points for remembering to write NEWS item :-)

Michal