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.
Paolo
This fixes issues with the hotplug of SCSI disks on pseries guests.