On (Thu) Dec 24 2009 [12:33:17], Alexander Graf wrote: > > On 24.12.2009, at 11:34, Amit Shah wrote: > > > On (Thu) Dec 24 2009 [11:28:25], Alexander Graf wrote: > >> > >> ag...@s390t27:/tmp/qemu> ./s390x-softmmu/qemu-system-s390x -enable-kvm > >> -vnc :0 -kernel /boot/image > >> Did not find PCI bus for virtio-serial-pci > >> Did not find virtio-serial-bus bus for virtconsole > >> ^cag...@s390t27:/tmp/qemu> > >> ag...@s390t27:/tmp/qemu> ./s390x-softmmu/qemu-system-s390x -enable-kvm > >> -vnc :0 -kernel /boot/image -virtioconsole stdio > >> Did not find PCI bus for virtio-serial-pci > >> Did not find virtio-serial-bus bus for virtconsole > >> ag...@s390t27:/tmp/qemu> > > > > Please try with > > > > -chardev ...,id=cons -device virtio-serial-s390 -device > > virtconsole,chardev=cons > > That looks pretty good:
OK, great! Thanks for trying it out. We just need to resolve the vl.c bit now so we put the virtconsole device on the s390 bus. Guess we'll have to wait for Gerd / Markus. Amit