Re: [libvirt] [PATCH v3 3/7] conf: Introduce virDomainDiskSourceIsBlockType

2013-07-22 Thread Daniel P. Berrange
On Fri, Jul 19, 2013 at 08:32:29AM -0400, John Ferlan wrote: Introduce a new helper to check if the disk source is of block type --- src/conf/domain_conf.c | 32 src/conf/domain_conf.h | 3 +++ src/libvirt_private.syms | 1 + src/qemu/qemu_command.c |

[libvirt] [PATCH v3 3/7] conf: Introduce virDomainDiskSourceIsBlockType

2013-07-19 Thread John Ferlan
Introduce a new helper to check if the disk source is of block type --- src/conf/domain_conf.c | 32 src/conf/domain_conf.h | 3 +++ src/libvirt_private.syms | 1 + src/qemu/qemu_command.c | 5 ++--- src/qemu/qemu_conf.c | 23 +-- 5