On Mon, Aug 13, 2018 at 05:59:54PM +0200, Peter Krempa wrote:
SD cards are currently passed by using -drive only which would not be
compatible with using -blockdev fully.
Clear QEMU_CAPS_BLOCKDEV if the VM has such devices.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
src/qemu/qemu_process.c | 9 +++++++++
1 file changed, 9 insertions(+)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano