Re: [RFC PATCH v2 0/4] Allow changing bs->file on reopen

2021-02-16 Thread Kevin Wolf
Am 16.02.2021 um 18:25 hat Alberto Garcia geschrieben: > On Tue 16 Feb 2021 05:48:07 PM CET, Kevin Wolf wrote: > > >> There is no problem with removing the filter anymore. See here for a > >> description of the original problem: > >> > >> https://lists.gnu.org/archive/html/qemu-block/2020-12/msg0

Re: [RFC PATCH v2 0/4] Allow changing bs->file on reopen

2021-02-16 Thread Alberto Garcia
On Tue 16 Feb 2021 05:48:07 PM CET, Kevin Wolf wrote: >> There is no problem with removing the filter anymore. See here for a >> description of the original problem: >> >> https://lists.gnu.org/archive/html/qemu-block/2020-12/msg00090.html > > Ah, nice. Can we just add removing the filter again t

Re: [RFC PATCH v2 0/4] Allow changing bs->file on reopen

2021-02-16 Thread Kevin Wolf
Am 16.02.2021 um 17:36 hat Alberto Garcia geschrieben: > On Wed 10 Feb 2021 06:26:57 PM CET, Kevin Wolf wrote: > > > You have a test case for adding a throttling filter. Can we also > > remove it again or is there still a problem with that? I seem to > > remember that that was a bit trickier, thou

Re: [RFC PATCH v2 0/4] Allow changing bs->file on reopen

2021-02-16 Thread Alberto Garcia
On Wed 10 Feb 2021 06:26:57 PM CET, Kevin Wolf wrote: > You have a test case for adding a throttling filter. Can we also > remove it again or is there still a problem with that? I seem to > remember that that was a bit trickier, though I'm not sure what it > was. Was it that we can't have the thro

Re: [RFC PATCH v2 0/4] Allow changing bs->file on reopen

2021-02-12 Thread Peter Krempa
On Wed, Feb 10, 2021 at 18:26:57 +0100, Kevin Wolf wrote: > Am 08.02.2021 um 19:44 hat Alberto Garcia geschrieben: > > Hi, > > > > this series allows changing bs->file using x-blockdev-reopen. Read > > here for more details: > > > >https://lists.gnu.org/archive/html/qemu-block/2021-01/msg0043

Re: [RFC PATCH v2 0/4] Allow changing bs->file on reopen

2021-02-10 Thread Kevin Wolf
Am 08.02.2021 um 19:44 hat Alberto Garcia geschrieben: > Hi, > > this series allows changing bs->file using x-blockdev-reopen. Read > here for more details: > >https://lists.gnu.org/archive/html/qemu-block/2021-01/msg00437.html > > Version 2 of the series introduces a very significant change

Re: [RFC PATCH v2 0/4] Allow changing bs->file on reopen

2021-02-08 Thread Vladimir Sementsov-Ogievskiy
08.02.2021 21:44, Alberto Garcia wrote: Hi, this series allows changing bs->file using x-blockdev-reopen. Read here for more details: https://lists.gnu.org/archive/html/qemu-block/2021-01/msg00437.html Version 2 of the series introduces a very significant change: x-blockdev-reopen now rece

[RFC PATCH v2 0/4] Allow changing bs->file on reopen

2021-02-08 Thread Alberto Garcia
Hi, this series allows changing bs->file using x-blockdev-reopen. Read here for more details: https://lists.gnu.org/archive/html/qemu-block/2021-01/msg00437.html Version 2 of the series introduces a very significant change: x-blockdev-reopen now receives a list of BlockdevOptions instead of j