On (Mon) Apr 05 2010 [16:34:13], Bastian Blank wrote: > Hi > > 116348def2bb446d972bdc2f44bd77ff631f85de fails on s390 with the > following error: > > | $ ./s390x-softmmu/qemu-system-s390x -nographic -enable-kvm -kernel > /boot/vmlinuz-2.6.32-4-s390x > | qemu-system-s390x: No 'PCI' bus found for device 'virtio-serial-pci' > > After patching the pci virtio drivers away, they are useless anyway on > this platform, it works.
I'm not sure where this could be coming from; there's a virtio-serial-pci in vl.c. Can you check if commenting that out works? Amit