[libvirt] [PATCH v3 5/5] news: Add VIR_ERR_DEVICE_MISSING change as improvements

Chen Hanxiao posted 5 patches 8 years ago
[libvirt] [PATCH v3 5/5] news: Add VIR_ERR_DEVICE_MISSING change as improvements
Posted by Chen Hanxiao 8 years ago
From: Chen Hanxiao <chenhanxiao@gmail.com>

Signed-off-by: Chen Hanxiao <chenhanxiao@gmail.com>
---
 docs/news.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/docs/news.xml b/docs/news.xml
index b4d980624..5798f42d8 100644
--- a/docs/news.xml
+++ b/docs/news.xml
@@ -37,6 +37,11 @@
     <section title="New features">
     </section>
     <section title="Improvements">
+      <change>
+        <summary>
+          qemu: Use VIR_ERR_DEVICE_MISSING for various hotplug/detach messages.
+        </summary>
+      </change>
     </section>
     <section title="Bug fixes">
     </section>
-- 
2.14.3

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH v3 5/5] news: Add VIR_ERR_DEVICE_MISSING change as improvements
Posted by John Ferlan 8 years ago

On 01/22/2018 11:24 PM, Chen Hanxiao wrote:
> From: Chen Hanxiao <chenhanxiao@gmail.com>
> 
> Signed-off-by: Chen Hanxiao <chenhanxiao@gmail.com>
> ---
>  docs/news.xml | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/docs/news.xml b/docs/news.xml
> index b4d980624..5798f42d8 100644
> --- a/docs/news.xml
> +++ b/docs/news.xml
> @@ -37,6 +37,11 @@
>      <section title="New features">
>      </section>
>      <section title="Improvements">
> +      <change>
> +        <summary>
> +          qemu: Use VIR_ERR_DEVICE_MISSING for various hotplug/detach messages.
> +        </summary>
> +      </change>

This is in the wrong place, but I assume that's because of git am
picking the wrong place since news.xml has probably changed since you
wrote the patch... I'll move it to the proper place before pushing as well.

Reviewed-by: John Ferlan <jferlan@redhat.com>


John

>      </section>
>      <section title="Bug fixes">
>      </section>
> 

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list