Re: [PATCH 1/3] qemu: capabilities: Disable detection of QEMU_CAPS_BLOCK_EXPORT_ADD

2020-11-02 Thread Peter Krempa
On Mon, Nov 02, 2020 at 08:30:28 -0600, Eric Blake wrote: > On 10/29/20 12:10 PM, Peter Krempa wrote: > > On Mon, Oct 26, 2020 at 08:36:50 -0500, Eric Blake wrote: > >> On 10/26/20 8:19 AM, Peter Krempa wrote: > >>> We use the capability to switch to using 'block-export-add' in the > >>> upcoming

Re: [PATCH 1/3] qemu: capabilities: Disable detection of QEMU_CAPS_BLOCK_EXPORT_ADD

2020-11-02 Thread Eric Blake
On 10/29/20 12:10 PM, Peter Krempa wrote: > On Mon, Oct 26, 2020 at 08:36:50 -0500, Eric Blake wrote: >> On 10/26/20 8:19 AM, Peter Krempa wrote: >>> We use the capability to switch to using 'block-export-add' in the >>> upcoming qemu release instead of the at the same time deprecated >>>

Re: [PATCH 1/3] qemu: capabilities: Disable detection of QEMU_CAPS_BLOCK_EXPORT_ADD

2020-10-29 Thread Peter Krempa
On Mon, Oct 26, 2020 at 08:36:50 -0500, Eric Blake wrote: > On 10/26/20 8:19 AM, Peter Krempa wrote: > > We use the capability to switch to using 'block-export-add' in the > > upcoming qemu release instead of the at the same time deprecated > > 'nbd-server-add'. > > > > Unfortunately qemu wants

Re: [PATCH 1/3] qemu: capabilities: Disable detection of QEMU_CAPS_BLOCK_EXPORT_ADD

2020-10-26 Thread Eric Blake
On 10/26/20 8:19 AM, Peter Krempa wrote: > We use the capability to switch to using 'block-export-add' in the > upcoming qemu release instead of the at the same time deprecated > 'nbd-server-add'. > > Unfortunately qemu wants to change the interface of 'block-export-add' > before the release.

[PATCH 1/3] qemu: capabilities: Disable detection of QEMU_CAPS_BLOCK_EXPORT_ADD

2020-10-26 Thread Peter Krempa
We use the capability to switch to using 'block-export-add' in the upcoming qemu release instead of the at the same time deprecated 'nbd-server-add'. Unfortunately qemu wants to change the interface of 'block-export-add' before the release. Since we've tried to stay up to date and added the code