Re: [Qemu-devel] [FOR 0.12 PATCH v4 21/22] default devices: virtio consoles.

2009-12-10 Thread Markus Armbruster
Gerd Hoffmann writes: > This patch adds a variable default_virtcon which says whenever a default > virtio console should be added. It is disabled by default, followup > patch will enable it for s390. It is cleared when qemu finds > '-virtiocon', '-device virtio-console-s390' or '-device > virti

[Qemu-devel] [FOR 0.12 PATCH v4 21/22] default devices: virtio consoles.

2009-12-08 Thread Gerd Hoffmann
This patch adds a variable default_virtcon which says whenever a default virtio console should be added. It is disabled by default, followup patch will enable it for s390. It is cleared when qemu finds '-virtiocon', '-device virtio-console-s390' or '-device virtio-console-pci' on the command line