qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] virtio-serial: PCI device for simple host <-> g


From: Amit Shah
Subject: Re: [Qemu-devel] [PATCH] virtio-serial: PCI device for simple host <-> guest communication
Date: Wed, 10 Jun 2009 15:58:24 +0530
User-agent: Mutt/1.5.18 (2008-05-17)

On (Tue) Jun 09 2009 [19:17:14], Richard W.M. Jones wrote:
> On Tue, Jun 09, 2009 at 10:12:48PM +0530, Amit Shah wrote:
> [...]
> 
> Are you going to post the virtio driver for the Linux kernel later?

A few cleanups needed. I'll get to that right now.

> > +DEF("virtioserial", HAS_ARG, QEMU_OPTION_virtioserial, \
> > +    "-virtioserial c\n" \
> > +    "                define virtio serial device\n")
> 
> Can it be made to look like a real serial port, ie.
> '-serial dev,model=virtio' ?

Yes, this part is still in flux: there are a few more parameters that
are going to be passed (like the name for the port). Also, I'm planning
to add an API within qemu for data transfer over serial ports and a
key-value pair will be suitable for that. So that'll require a separate
parameter as well. This API will be useful to support migration better
and also qemu to converse with the guest.

So extending the -serial option is certainly possible but I've to make
sure the virtio serial-specific options don't apply to the others. I've
not gotten to look into that yet.

                Amit




reply via email to

[Prev in Thread] Current Thread [Next in Thread]