On 11/29/2017 04:41 PM, Scott Garfinkle wrote: > Power architecture guests should default to virtio-scsi rather than spapr-scsi > > Signed-off-by: Scott Garfinkle <scottgar@xxxxxxxxxxxxxxxxxx> > --- > virtinst/guest.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/virtinst/guest.py b/virtinst/guest.py > index 44554d4..bdf32a9 100644 > --- a/virtinst/guest.py > +++ b/virtinst/guest.py > @@ -1014,7 +1014,7 @@ class Guest(XMLBuilder): > break > > # Add virtio-scsi controller if needed > - if (self.os.is_arm_machvirt() and > + if ((self.os.is_arm_machvirt() or self.os.is_pseries()) and > not has_any_scsi and > not has_virtio_scsi): > for dev in self.get_devices("disk"): > ACK and pushed, with updated test suite data (python setup.py test --regenerate) Thanks, Cole _______________________________________________ virt-tools-list mailing list virt-tools-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/virt-tools-list