qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v11 11/13] stream: mark backing-file argument as deprecated


From: Vladimir Sementsov-Ogievskiy
Subject: Re: [PATCH v11 11/13] stream: mark backing-file argument as deprecated
Date: Wed, 14 Oct 2020 18:43:58 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.3.2

14.10.2020 18:03, Max Reitz wrote:
On 12.10.20 19:43, Andrey Shinkevich wrote:
Whereas the block-stream job starts using a backing file name of the
base node overlay after the block-stream job completes, mark the QMP
'backing-file' argument as deprecated.

Signed-off-by: Andrey Shinkevich <andrey.shinkevich@virtuozzo.com>
---
  docs/system/deprecated.rst | 6 ++++++
  1 file changed, 6 insertions(+)

diff --git a/docs/system/deprecated.rst b/docs/system/deprecated.rst
index 8b3ab5b..7491fcf 100644
--- a/docs/system/deprecated.rst
+++ b/docs/system/deprecated.rst
@@ -285,6 +285,12 @@ details.
  The ``query-events`` command has been superseded by the more powerful
  and accurate ``query-qmp-schema`` command.
+``block-stream`` argument ``backing-file`` (since 5.2)
+'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+The argument ``backing-file`` is deprecated. QEMU uses a backing file
+name of the base node overlay after the block-stream job completes.
+

Hm, why?  I don’t see the problem with it.


My wrong idea, sorry. I believed that the argument is unused when I were 
reviewing v10. But it actually become unused during the series and it is wrong.

--
Best regards,
Vladimir



reply via email to

[Prev in Thread] Current Thread [Next in Thread]