[libvirt] [PATCH 9/8] qemu: Allow volume type disk for device 'lun'

2013-04-05 Thread Osier Yang
This allows one use block type volume as the disk source for device 'lun'. --- src/qemu/qemu_command.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c index c29796d..2fc63ae 100644 --- a/src/qemu/qemu_command.c +++

Re: [libvirt] [PATCH 9/8] qemu: Allow volume type disk for device 'lun'

2013-04-05 Thread John Ferlan
On 04/05/2013 01:07 PM, Osier Yang wrote: This allows one use block type volume as the disk source for device 'lun'. --- src/qemu/qemu_command.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) ACK - seems reasonable. John diff --git a/src/qemu/qemu_command.c