[libvirt] [PATCH 0/1] dirty-bitmaps: remove deprecated autoload parameter

John Snow posted 1 patch 4 years, 7 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
qemu-deprecated.texi | 20 +++++++++++++++-----
qapi/block-core.json |  6 +-----
blockdev.c           |  6 ------
3 files changed, 16 insertions(+), 16 deletions(-)
[libvirt] [PATCH 0/1] dirty-bitmaps: remove deprecated autoload parameter
Posted by John Snow 4 years, 7 months ago
I'm going to be honest, here. There's actually no real reason to remove
this now, but we could, so I'm going to.

Also, in terms of the API serving as documentation, it's nicer to not
pretend this is an option that does anything, so out it goes.

This will serve as a little smoke test to see what happens if we
actually stop dropping features we claimed were deprecated.

John Snow (1):
  dirty-bitmaps: remove deprecated autoload parameter

 qemu-deprecated.texi | 20 +++++++++++++++-----
 qapi/block-core.json |  6 +-----
 blockdev.c           |  6 ------
 3 files changed, 16 insertions(+), 16 deletions(-)

-- 
2.21.0

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [PATCH 0/1] dirty-bitmaps: remove deprecated autoload parameter
Posted by Max Reitz 4 years, 5 months ago
On 25.09.19 01:01, John Snow wrote:
> I'm going to be honest, here. There's actually no real reason to remove
> this now, but we could, so I'm going to.
> 
> Also, in terms of the API serving as documentation, it's nicer to not
> pretend this is an option that does anything, so out it goes.
> 
> This will serve as a little smoke test to see what happens if we
> actually stop dropping features we claimed were deprecated.
> 
> John Snow (1):
>   dirty-bitmaps: remove deprecated autoload parameter
> 
>  qemu-deprecated.texi | 20 +++++++++++++++-----
>  qapi/block-core.json |  6 +-----
>  blockdev.c           |  6 ------
>  3 files changed, 16 insertions(+), 16 deletions(-)

Cleaning up my inbox...  Was it your intention for someone other than
yourself to take this patch? :S

Max