Re: [PATCH 2/3] qemu: Update to new design of 'block-export-add'

2020-10-26 Thread Eric Blake
On 10/26/20 8:19 AM, Peter Krempa wrote: > qemu decided to modify the arguments of 'block-export-add' to include an > array of bitmaps rather than a single bitmap. > > Since we've added the code prior to qemu setting the interface in stone > and thus it will be changed incompatibly and we already

Re: [PATCH 2/3] qemu: Update to new design of 'block-export-add'

2020-10-26 Thread Peter Krempa
On Mon, Oct 26, 2020 at 14:19:29 +0100, Peter Krempa wrote: > qemu decided to modify the arguments of 'block-export-add' to include an > array of bitmaps rather than a single bitmap. > > Since we've added the code prior to qemu setting the interface in stone > and thus it will be changed

[PATCH 2/3] qemu: Update to new design of 'block-export-add'

2020-10-26 Thread Peter Krempa
qemu decided to modify the arguments of 'block-export-add' to include an array of bitmaps rather than a single bitmap. Since we've added the code prior to qemu setting the interface in stone and thus it will be changed incompatibly and we already have tests for the new interface we need to update