]> git.ipfire.org Git - thirdparty/qemu.git/commit
virtio-console: Use exitfn for virtserialport, too
authorAndreas Färber <afaerber@suse.de>
Wed, 31 Jul 2013 23:28:46 +0000 (01:28 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 13 Aug 2013 14:30:49 +0000 (09:30 -0500)
commitbb4d73c44b31fff44a1f74d77f83f7eab3636fdf
tree3176d4959a8788fe4e64aeea68617d4d7a63048e
parent8707cd1ec0ac5d93552676e785c80ac1d613a596
virtio-console: Use exitfn for virtserialport, too

virtconsole and virtserialport are identical in every other aspect
except for the distinguishing VirtIOSerialPortClass::is_console field.

Cc: qemu-stable@nongnu.org
Signed-off-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Andreas Färber <afaerber@suse.de>
Message-id: 1375313326-14966-1-git-send-email-afaerber@suse.de
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
(cherry picked from commit 203439ce0a832e36b276f10892846bd91ee836eb)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/char/virtio-console.c