On Wed, Jul 22, 2020 at 10:13:16 +0800, Jianan Gao wrote:
There is a series of patched for describing remove one of last two
instances
of -drive if=none usage to help QEMU in deprecation of -drive if=none without
the need to refactor all old boards.
Signed-off-by: Jianan Gao <jgao(a)redhat.com>
---
NEWS.rst | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/NEWS.rst b/NEWS.rst
index ff977968c7..b763e45e11 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -147,6 +147,11 @@ v6.4.0 (2020-06-02)
already does in these cases. Users are encouraged to provide complete NUMA
topologies to avoid unexpected changes in the domain XML.
+ * qemu: remove one of last two instances of -drive if=none usage
+
+ Remove one of last two instances of -drive if=none usage to help QEMU in
+ deprecation of -drive if=none without the need to refactor all old boards.
I don't think it's worth documenting this change. It's meant to be
totally transparent for users.