Re: [libvirt] [PATCHv2 04/16] storage: use enum for default driver type

2012-10-14 Thread Doug Goldstein
On Sat, Oct 13, 2012 at 5:00 PM, Eric Blake ebl...@redhat.com wrote: Express the default disk type as an enum, for easier handling. * src/conf/capabilities.h (_virCaps): Store enum rather than string for disk type. * src/conf/domain_conf.c (virDomainDiskDefParseXML): Adjust clients. *

[libvirt] [PATCHv2 04/16] storage: use enum for default driver type

2012-10-13 Thread Eric Blake
Express the default disk type as an enum, for easier handling. * src/conf/capabilities.h (_virCaps): Store enum rather than string for disk type. * src/conf/domain_conf.c (virDomainDiskDefParseXML): Adjust clients. * src/qemu/qemu_driver.c (qemuCreateCapabilities): Likewise. ---