mbox

[PULL,0/3] jobs: deprecate drive-backup qmp command

Message ID 20211109175225.2209903-1-vsementsov@virtuozzo.com
State New
Headers show

Pull-request

https://src.openvz.org/scm/~vsementsov/qemu.git tags/pull-jobs-2021-11-09

Message

Vladimir Sementsov-Ogievskiy Nov. 9, 2021, 5:52 p.m. UTC
The following changes since commit 2b22e7540d6ab4efe82d442363e3fc900cea6584:

  Merge tag 'm68k-for-6.2-pull-request' of git://github.com/vivier/qemu-m68k into staging (2021-11-09 13:16:56 +0100)

are available in the Git repository at:

  https://src.openvz.org/scm/~vsementsov/qemu.git tags/pull-jobs-2021-11-09

for you to fetch changes up to 1084159b31015e003946d199cbfecaec282e0eb2:

  qapi: deprecate drive-backup (2021-11-09 18:21:19 +0100)

----------------------------------------------------------------
qmp: deprecate drive-backup (use blockdev-backup instead)

----------------------------------------------------------------
Vladimir Sementsov-Ogievskiy (3):
      docs/block-replication: use blockdev-backup
      docs/interop/bitmaps: use blockdev-backup
      qapi: deprecate drive-backup

 docs/about/deprecated.rst              |  11 ++
 docs/block-replication.txt             |   4 +-
 docs/interop/bitmaps.rst               | 285 ++++++++++++++++++++++++++++---------
 docs/interop/live-block-operations.rst |  47 +++---
 qapi/block-core.json                   |   5 +-
 qapi/transaction.json                  |   6 +-
 6 files changed, 268 insertions(+), 90 deletions(-)

Comments

Richard Henderson Nov. 10, 2021, 8:50 a.m. UTC | #1
On 11/9/21 6:52 PM, Vladimir Sementsov-Ogievskiy wrote:
> The following changes since commit 2b22e7540d6ab4efe82d442363e3fc900cea6584:
> 
>    Merge tag 'm68k-for-6.2-pull-request' of git://github.com/vivier/qemu-m68k into staging (2021-11-09 13:16:56 +0100)
> 
> are available in the Git repository at:
> 
>    https://src.openvz.org/scm/~vsementsov/qemu.git tags/pull-jobs-2021-11-09
> 
> for you to fetch changes up to 1084159b31015e003946d199cbfecaec282e0eb2:
> 
>    qapi: deprecate drive-backup (2021-11-09 18:21:19 +0100)
> 
> ----------------------------------------------------------------
> qmp: deprecate drive-backup (use blockdev-backup instead)
> 
> ----------------------------------------------------------------
> Vladimir Sementsov-Ogievskiy (3):
>        docs/block-replication: use blockdev-backup
>        docs/interop/bitmaps: use blockdev-backup
>        qapi: deprecate drive-backup
> 
>   docs/about/deprecated.rst              |  11 ++
>   docs/block-replication.txt             |   4 +-
>   docs/interop/bitmaps.rst               | 285 ++++++++++++++++++++++++++++---------
>   docs/interop/live-block-operations.rst |  47 +++---
>   qapi/block-core.json                   |   5 +-
>   qapi/transaction.json                  |   6 +-
>   6 files changed, 268 insertions(+), 90 deletions(-)

Applied, thanks.

r~