
2 May
2018
2 May
'18
8:58 p.m.
On 04/25/2018 11:15 AM, Peter Krempa wrote:
Block storage should actually be passed to qemu via 'host_device' or 'host_cdrom' according to the device type. There were no users of this behaviour so we thankfully can change it.
Signed-off-by: Peter Krempa <pkrempa@redhat.com> --- src/qemu/qemu_block.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-)
Reviewed-by: John Ferlan <jferlan@redhat.com> John