On 03.05.2012, at 10:47, Christian Borntraeger wrote: > When qemu is called with -device virtio-serial/blk/net on s390, this alias > is translated to virtio-serial/blk/net-pci instead of s390, since these > drivers are first in the alias table. > Let the core code check if the driver exist, if not lets search further. > This fixes errors like: > > qemu-kvm: -device virtio-serial,id=virtio-serial0: Parameter 'driver' > expects device type > > Signed-off-by: Christian Borntraeger <borntrae...@de.ibm.com>
The usual old fix was to not even compile them in. Why are they in the alias list in the s390 build now? Alex