[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v11 11/13] stream: mark backing-file argument as deprecated
From: |
Andrey Shinkevich |
Subject: |
[PATCH v11 11/13] stream: mark backing-file argument as deprecated |
Date: |
Mon, 12 Oct 2020 20:43:23 +0300 |
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.
+
chardev client socket with ``wait`` option (since 4.0)
''''''''''''''''''''''''''''''''''''''''''''''''''''''
--
1.8.3.1
- [PATCH v11 09/13] copy-on-read: skip non-guest reads if no copy needed, (continued)
- [PATCH v11 09/13] copy-on-read: skip non-guest reads if no copy needed, Andrey Shinkevich, 2020/10/12
- Re: [PATCH v11 09/13] copy-on-read: skip non-guest reads if no copy needed, Max Reitz, 2020/10/14
- Re: [PATCH v11 09/13] copy-on-read: skip non-guest reads if no copy needed, Vladimir Sementsov-Ogievskiy, 2020/10/14
- Re: [PATCH v11 09/13] copy-on-read: skip non-guest reads if no copy needed, Max Reitz, 2020/10/14
- Re: [PATCH v11 09/13] copy-on-read: skip non-guest reads if no copy needed, Vladimir Sementsov-Ogievskiy, 2020/10/14
- Re: [PATCH v11 09/13] copy-on-read: skip non-guest reads if no copy needed, Max Reitz, 2020/10/15
- Re: [PATCH v11 09/13] copy-on-read: skip non-guest reads if no copy needed, Andrey Shinkevich, 2020/10/14
- [PATCH v11 10/13] stream: skip filters when writing backing file name to QCOW2 header, Andrey Shinkevich, 2020/10/12
- [PATCH v11 11/13] stream: mark backing-file argument as deprecated,
Andrey Shinkevich <=
- [PATCH v11 12/13] stream: remove unused backing-file name parameter, Andrey Shinkevich, 2020/10/12
- [PATCH v11 13/13] block: apply COR-filter to block-stream jobs, Andrey Shinkevich, 2020/10/12