From: Christian Borntraeger <borntraeger@de.ibm.com>
To: Avi Kivity <avi@redhat.com>
Cc: ehrhardt@linux.vnet.ibm.com, aliguori@us.ibm.com, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH 0 of 4] Add virtio-console support to qemu
Date: Tue, 13 Jan 2009 21:41:48 +0100 [thread overview]
Message-ID: <200901132141.48770.borntraeger@de.ibm.com> (raw)
In-Reply-To: <496CF94D.9010903@redhat.com>
Am Dienstag 13 Januar 2009 schrieb Avi Kivity:
> Christian Ehrhardt wrote:
> > To complete qemu virtio device support this patch series add
virtio-console
> > infrastructure to qemu in patch 1/2.
> > Patch 3/4 initializes virtio-console on the tested architectures x86 and
> > powerpc.
> >
>
> What is the advantage of virtio-console, compared to the standard serial
> port?
I cannot talk about the qemu version, but looking at kuli (the experimental
kvm userspace for s390) these things come into my mind:
- it is not limited to to serial speed settings (9600..115200 etc.)
- the kernel driver of virtio_console has console resizing support. Adding
resize support into qemu should be an easy addon patch, it was quite easy in
kuli. This would be really cool. Running kvm with nographic and virtio
console on stdio would allow vim or mc to get notifications about resizes of
the underlying console - like running native.
- will work on platforms without a serial port (like s390)
Maybe we can also use this to move existing lguest guests into kvm
Christian
next prev parent reply other threads:[~2009-01-13 20:42 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-13 15:37 [Qemu-devel] [PATCH 0 of 4] Add virtio-console support to qemu Christian Ehrhardt
2009-01-13 15:37 ` [Qemu-devel] [PATCH 1 of 4] kvm-userpace: add virtio-console support Christian Ehrhardt
2009-01-15 19:55 ` Anthony Liguori
2009-01-19 10:09 ` Mark McLoughlin
2009-01-13 15:37 ` [Qemu-devel] [PATCH 2 of 4] kvm-userpace: add virtio-console cmdline option Christian Ehrhardt
2009-01-19 10:11 ` Mark McLoughlin
2009-01-13 15:37 ` [Qemu-devel] [PATCH 3 of 4] kvm-userpace: add virtio-console initializer for x86 Christian Ehrhardt
2009-01-13 15:37 ` [Qemu-devel] [PATCH 4 of 4] kvm-userpace: add virtio-console initializer for powerpc Christian Ehrhardt
2009-01-13 20:27 ` [Qemu-devel] [PATCH 0 of 4] Add virtio-console support to qemu Avi Kivity
2009-01-13 20:34 ` Anthony Liguori
2009-01-13 20:39 ` Avi Kivity
2009-01-13 20:44 ` Anthony Liguori
2009-01-13 20:41 ` Christian Borntraeger [this message]
2009-01-13 20:58 ` Avi Kivity
2009-01-13 21:00 ` Avi Kivity
2009-01-15 20:08 ` Anthony Liguori
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200901132141.48770.borntraeger@de.ibm.com \
--to=borntraeger@de.ibm.com \
--cc=aliguori@us.ibm.com \
--cc=avi@redhat.com \
--cc=ehrhardt@linux.vnet.ibm.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).