On 11/06/2013 08:01 PM, Paolo Bonzini wrote:
Il 06/11/2013 17:13, Vitor de Lima ha scritto:
> From: Vitor de Lima <vitor.lima(a)eldorado.org.br>
>
> This patch moves some code in the qemuDomainAttachSCSIDisk
> function. The check for the existence of a PCI address assigned
> to the SCSI controller was moved in order to be executed only
> when needed. The PCI address of a controller is not necessary
> if QEMU_CAPS_DEVICE is not supported.
... if QEMU_CAPS_DEVICE *is* supported.
Looks good apart from this typo.
Okay, I've fixed the typo in the log message and pushed this.