[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH for-6.0 6/6] qapi: Deprecate 'query-kvm'
|
From: |
Roman Bolshakov |
|
Subject: |
Re: [PATCH for-6.0 6/6] qapi: Deprecate 'query-kvm' |
|
Date: |
Fri, 27 Nov 2020 14:45:12 +0300 |
On Fri, Nov 27, 2020 at 12:21:54PM +0100, Peter Krempa wrote:
> On Fri, Nov 27, 2020 at 10:50:59 +0000, Daniel Berrange wrote:
> > Copying libvir-list for the deprecation warning.
> >
> >
> > On Mon, Nov 16, 2020 at 04:10:11PM +0300, Roman Bolshakov wrote:
> > > 'query-accel' QMP command should be used instead.
> > >
> > > Signed-off-by: Roman Bolshakov <r.bolshakov@yadro.com>
> > > ---
> > > qapi/machine.json | 6 +++++-
> > > 1 file changed, 5 insertions(+), 1 deletion(-)
> >
> > docs/system/deprecated.rst needs to be updated for any deprecation
> > to be visible to consumers of QEMU.
>
> On behalf of libvirt I'd like to ask to consider cases where the
> replacement for a deprecated feature is added in the same release as the
> deprecation happens, to treat the replacement as API stable at merge
> time.
>
> Any changes to the command after the series is merged with a deprecation
> of the old should be consulted with the libvirt team as we might
> actually have already added support for the new approach. Considering it
> as "it wasn't released so we can change it" may introduce breakage given
> that the relase cycles of libvirt and qemu are not in sync.
>
> We try hard to stay on top of such changes by using the new interface as
> soon as possible, but that is very hard if the replacement changes
> during the dev cycle.
>
I see, thanks for the explanation! Perhaps I'll drop deprecation from
the series to avoid the issue.
Then as soon as libvirt gets support for queyring accels we might
consider deprecation again.
Best Regards,
Roman
- Re: [PATCH for-6.0 1/6] qapi: Add query-accel command, (continued)
[PATCH for-6.0 2/6] qapi: Rename KvmInfo to AccelInfo, Roman Bolshakov, 2020/11/16
[PATCH for-6.0 4/6] softmmu: Remove kvm_available(), Roman Bolshakov, 2020/11/16
[PATCH for-6.0 3/6] qapi: Use qmp_query_accel() in qmp_query_kvm(), Roman Bolshakov, 2020/11/16
[PATCH for-6.0 6/6] qapi: Deprecate 'query-kvm', Roman Bolshakov, 2020/11/16
- Re: [PATCH for-6.0 6/6] qapi: Deprecate 'query-kvm', Daniel P . Berrangé, 2020/11/27
- Re: [PATCH for-6.0 6/6] qapi: Deprecate 'query-kvm', Peter Krempa, 2020/11/27
- Re: [PATCH for-6.0 6/6] qapi: Deprecate 'query-kvm',
Roman Bolshakov <=
- Re: [PATCH for-6.0 6/6] qapi: Deprecate 'query-kvm', Peter Krempa, 2020/11/27
- Re: [PATCH for-6.0 6/6] qapi: Deprecate 'query-kvm', Markus Armbruster, 2020/11/27
- Re: [PATCH for-6.0 6/6] qapi: Deprecate 'query-kvm', Peter Krempa, 2020/11/27
- Re: [PATCH for-6.0 6/6] qapi: Deprecate 'query-kvm', Markus Armbruster, 2020/11/30
- Re: [PATCH for-6.0 6/6] qapi: Deprecate 'query-kvm', Peter Krempa, 2020/11/30
- Re: [PATCH for-6.0 6/6] qapi: Deprecate 'query-kvm', Markus Armbruster, 2020/11/30
Re: [PATCH for-6.0 6/6] qapi: Deprecate 'query-kvm', Eric Blake, 2020/11/30
Re: [PATCH for-6.0 6/6] qapi: Deprecate 'query-kvm', Daniel P . Berrangé, 2020/11/27
Re: [PATCH for-6.0 6/6] qapi: Deprecate 'query-kvm', Peter Krempa, 2020/11/27
[PATCH for-6.0 5/6] hmp: Add 'info accel' command, Roman Bolshakov, 2020/11/16