Re: [libvirt] [PATCH 4/9] qemu: process: Move clearing of the BLOCKDEV capability to qemuProcessPrepareQEMUCaps

2019-11-26 Thread Cole Robinson
On 11/25/19 7:53 AM, Peter Krempa wrote: > Start aggregating all capability post-processing code in one place. > > The comment was modified while moving it as it was mentioning floppies > which are no longer clearing the blockdev capability. > > Signed-off-by: Peter Krempa > --- > src/qemu/qemu

Re: [libvirt] [PATCH 4/9] qemu: process: Move clearing of the BLOCKDEV capability to qemuProcessPrepareQEMUCaps

2019-11-26 Thread Ján Tomko
On Mon, Nov 25, 2019 at 01:53:49PM +0100, Peter Krempa wrote: Start aggregating all capability post-processing code in one place. The comment was modified while moving it as it was mentioning floppies which are no longer clearing the blockdev capability. Signed-off-by: Peter Krempa --- src/qem

[libvirt] [PATCH 4/9] qemu: process: Move clearing of the BLOCKDEV capability to qemuProcessPrepareQEMUCaps

2019-11-25 Thread Peter Krempa
Start aggregating all capability post-processing code in one place. The comment was modified while moving it as it was mentioning floppies which are no longer clearing the blockdev capability. Signed-off-by: Peter Krempa --- src/qemu/qemu_process.c | 17 + 1 file changed, 9 inse