]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commit
S390: Loop through virtio console devices
authorAlexander Graf <agraf@suse.de>
Thu, 17 Dec 2009 12:06:07 +0000 (13:06 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Fri, 18 Dec 2009 15:36:38 +0000 (16:36 +0100)
commitf1e247ee6bb51728a1bdb925c48c9ce618e337e1
treebf732157a8db044ff440635f9e18be86055e4637
parenta49668769dd1068d1d60cf7604c5074cdc659ed7
S390: Loop through virtio console devices

We used to always create one single virtio console device. This breaks when
either zero of multiple virtio console devices are requested, so let's use
the same code as on x86.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
(cherry picked from commit a1e4b07f04d8f31e8c0c1bf97385f426d3fcf5e6)
hw/s390-virtio.c