Re: [libvirt] [PATCH 08/34] Split code for building QEMU -drive arg in separate method

2010-01-15 Thread Daniel Veillard
On Fri, Jan 08, 2010 at 05:23:04PM +, Daniel P. Berrange wrote: > To enable it to be called from multiple locations, split out > the code for building the -drive arg string. This will be needed > by later patches which do drive hotplug, the conversion to use > -device, and the conversion to con

[libvirt] [PATCH 08/34] Split code for building QEMU -drive arg in separate method

2010-01-08 Thread Daniel P. Berrange
To enable it to be called from multiple locations, split out the code for building the -drive arg string. This will be needed by later patches which do drive hotplug, the conversion to use -device, and the conversion to controller/bus/unit addressing * src/qemu/qemu_conf.c, src/qemu/qemu_conf.h: A