Re: [Qemu-devel] [FOR 0.12 PATCH v4 22/22] Set default console to virtio on S390x

2009-12-10 Thread Markus Armbruster
Gerd Hoffmann writes: >> >> The other default devices could use per-machine suppression, too, but >> that can be left for another day. >> > > Indeed. default_drive should probably be splitted so > sd-card/floppy/cdrom can be set separately, then we can start > disabling them for machine types wh

Re: [Qemu-devel] [FOR 0.12 PATCH v4 22/22] Set default console to virtio on S390x

2009-12-10 Thread Gerd Hoffmann
The other default devices could use per-machine suppression, too, but that can be left for another day. Indeed. default_drive should probably be splitted so sd-card/floppy/cdrom can be set separately, then we can start disabling them for machine types which don't use them. Probably most bo

Re: [Qemu-devel] [FOR 0.12 PATCH v4 22/22] Set default console to virtio on S390x

2009-12-10 Thread Markus Armbruster
Gerd Hoffmann writes: > All "normal" system emulation targets in qemu I'm aware of display > output on either VGA or serial output. > > Our S390x virtio machine doesn't have such kind of legacy hardware. So > instead we need to default to a virtio console. > > Add flags to QEMUMachine to indicate

[Qemu-devel] [FOR 0.12 PATCH v4 22/22] Set default console to virtio on S390x

2009-12-08 Thread Gerd Hoffmann
All "normal" system emulation targets in qemu I'm aware of display output on either VGA or serial output. Our S390x virtio machine doesn't have such kind of legacy hardware. So instead we need to default to a virtio console. Add flags to QEMUMachine to indicate which kind of default devices make