From fd51ab5f11d193f6e05ebf79321af8f769ee0ff2 Mon Sep 17 00:00:00 2001
From: Chen Hanxiao <chenhanxiao@gmail.com>
Date: Tue, 19 Jun 2018 18:01:26 +0800
Subject: [PATCH] news: add cmdDomblkinfo --all option

Update news for cmdDomblkinfo --all option.

Signed-off-by: Chen Hanxiao <chenhanxiao@gmail.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
---
 docs/news.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/docs/news.xml b/docs/news.xml
index 08e5dcbda3..274c5fa768 100644
--- a/docs/news.xml
+++ b/docs/news.xml
@@ -71,6 +71,16 @@
           Capabilities XML now provide information about host IOMMU support.
         </description>
       </change>
+      <change>
+        <summary>
+          virsh: Add --all to domblkinfo command
+        </summary>
+        <description>
+          Alter the <code>domblkinfo</code> command to add the option
+          --all in order to display the size details of each domain
+          block device from one command in a output table.
+        </description>
+      </change>
     </section>
     <section title="Bug fixes">
       <change>