mbox series

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

Message ID 20190924230143.22551-1-jsnow@redhat.com
Headers show
Series dirty-bitmaps: remove deprecated autoload parameter | expand

Message

John Snow Sept. 24, 2019, 11:01 p.m. UTC
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(-)

Comments

Max Reitz Oct. 29, 2019, 2:02 p.m. UTC | #1
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