[libvirt] [PATCH] Clarify lack of generated IDE -device string in QEMU driver

2010-01-28 Thread Matthew Booth
The QEMU driver contained code to generate a -device string for piix4-ide, but wasn't using it. This was intentional. This change removes the string generation and adds a comment explaining why no -device is necessary. * src/qemu/qemu_conf.c: Remove VIR_DOMAIN_CONTROLLER_TYPE_IDE handler in

Re: [libvirt] [PATCH] Clarify lack of generated IDE -device string in QEMU driver

2010-01-28 Thread Daniel P. Berrange
On Thu, Jan 28, 2010 at 10:35:48AM +, Matthew Booth wrote: The QEMU driver contained code to generate a -device string for piix4-ide, but wasn't using it. This was intentional. This change removes the string generation and adds a comment explaining why no -device is necessary. *

Re: [libvirt] [PATCH] Clarify lack of generated IDE -device string in QEMU driver

2010-01-28 Thread Matthew Booth
On 28/01/10 10:57, Daniel P. Berrange wrote: On Thu, Jan 28, 2010 at 10:35:48AM +, Matthew Booth wrote: The QEMU driver contained code to generate a -device string for piix4-ide, but wasn't using it. This was intentional. This change removes the string generation and adds a comment