Re: [PATCH 37/80] qemu: alias: Remove check for QEMU_CAPS_BLOCKDEV

2022-08-04 Thread Pavel Hrdina
On Tue, Jul 26, 2022 at 04:37:15PM +0200, Peter Krempa wrote: > The only instance in this file can be simplified to avoid checking the > capability. > > Signed-off-by: Peter Krempa > --- > src/qemu/qemu_alias.c | 10 -- > src/qemu/qemu_alias.h | 5 ++--- > src/qemu/qemu_hotplug.c |

[PATCH 37/80] qemu: alias: Remove check for QEMU_CAPS_BLOCKDEV

2022-07-26 Thread Peter Krempa
The only instance in this file can be simplified to avoid checking the capability. Signed-off-by: Peter Krempa --- src/qemu/qemu_alias.c | 10 -- src/qemu/qemu_alias.h | 5 ++--- src/qemu/qemu_hotplug.c | 2 +- src/qemu/qemu_process.c | 2 +- tests/qemuhotplugtest.c | 2 +- 5