
6 Nov
2013
6 Nov
'13
1:01 p.m.
Il 06/11/2013 17:13, Vitor de Lima ha scritto:
From: Vitor de Lima <vitor.lima@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.