On 31.05.2012, at 12:42, Christian Borntraeger wrote: > On 18/05/12 02:43, Alexander Graf wrote: >> Some of the virtio devices have the same frontend name, but actually >> implement different devices behind the scenes through aliases. >> >> The indicator which device type to use is the architecture. On s390, we >> want s390 virtio devices. On everything else, we want PCI devices. >> >> Reflect this in the alias selection code. This way we fix commands like >> -device virtio-blk on s390x which with this patch applied select the >> correct virtio-blk-s390 device rather than virtio-blk-pci. >> >> Reported-by: Christian Borntraeger <borntrae...@de.ibm.com> >> Signed-off-by: Anthony Liguori <aligu...@us.ibm.com> >> Signed-off-by: Alexander Graf <ag...@suse.de> > > Ping. > Just in case: > Tested-by: Christian Borntraeger <borntrae...@de.ibm.com> >
Hrm. Did I forget to push this one out? Ugh. We're probably going to do a 1.1.1 soon anyway, right? :) Alex