On 10/05/2017 09:13 AM, Michal Privoznik wrote:
In 361c8dc17 and 662140fa68ae0 I've implemented hot-(un)plug of
watchdog devices. Document this change.
Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com>
---
docs/news.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/docs/news.xml b/docs/news.xml
index 4e8d7c940..3a01bd491 100644
--- a/docs/news.xml
+++ b/docs/news.xml
@@ -35,6 +35,11 @@
<libvirt>
<release version="v3.9.0" date="unreleased">
<section title="New features">
+ <change>
+ <summary>
+ qemu: Added support for hot-(un)plug of watchdog devices
Add capability to allow hot (un)plug of a domain watchdog device
Not sure if you want to add in the <description> section that this would
only be for new enough qemu versions... e.g., requires your new command.
+ </summary>
+ </change>
</section>
<section title="Improvements">
</section>
Reviewed-by: John Ferlan <jferlan(a)redhat.com>
John