[PATCH v3 0/2] deprecate some block-job- APIs

Vladimir Sementsov-Ogievskiy posted 2 patches 8 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250409084232.28201-1-vsementsov@yandex-team.ru
Maintainers: Eric Blake <eblake@redhat.com>, Markus Armbruster <armbru@redhat.com>, Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>, John Snow <jsnow@redhat.com>, Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
docs/about/deprecated.rst | 31 +++++++++++++
qapi/block-core.json      | 91 ++++++++++++++++++++++++++++-----------
qapi/job.json             | 30 ++++++++++++-
3 files changed, 125 insertions(+), 27 deletions(-)
[PATCH v3 0/2] deprecate some block-job- APIs
Posted by Vladimir Sementsov-Ogievskiy 8 months, 2 weeks ago
This is for 10.1, of course.

v3: fix wording, typos
v2: Update documentation: add patch 01

v1 was:
[PATCH] [for-10.1] qapi/block-core: derpecate some block-job- APIs
Supersedes: <20250401155730.103718-1-vsementsov@yandex-team.ru>

Vladimir Sementsov-Ogievskiy (2):
  qapi: synchronize jobs and block-jobs documentation
  qapi/block-core: deprecate some block-job- APIs

 docs/about/deprecated.rst | 31 +++++++++++++
 qapi/block-core.json      | 91 ++++++++++++++++++++++++++++-----------
 qapi/job.json             | 30 ++++++++++++-
 3 files changed, 125 insertions(+), 27 deletions(-)

-- 
2.48.1
Re: [PATCH v3 0/2] deprecate some block-job- APIs
Posted by Vladimir Sementsov-Ogievskiy 8 months, 1 week ago
On 09.04.25 11:42, Vladimir Sementsov-Ogievskiy wrote:
> This is for 10.1, of course.
> 
> v3: fix wording, typos
> v2: Update documentation: add patch 01
> 
> v1 was:
> [PATCH] [for-10.1] qapi/block-core: derpecate some block-job- APIs
> Supersedes: <20250401155730.103718-1-vsementsov@yandex-team.ru>
> 
> Vladimir Sementsov-Ogievskiy (2):
>    qapi: synchronize jobs and block-jobs documentation
>    qapi/block-core: deprecate some block-job- APIs
> 
>   docs/about/deprecated.rst | 31 +++++++++++++
>   qapi/block-core.json      | 91 ++++++++++++++++++++++++++++-----------
>   qapi/job.json             | 30 ++++++++++++-
>   3 files changed, 125 insertions(+), 27 deletions(-)
> 

Thanks for review, applied to my block branch.

-- 
Best regards,
Vladimir