qemu-devel
[Top][All Lists]
Advanced

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

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


From: Blue Swirl
Subject: Re: [Qemu-devel] [PATCH] virtio-serial: virtio device for simple host <-> guest communication
Date: Tue, 23 Jun 2009 18:19:30 +0300

On 6/23/09, Amit Shah <address@hidden> wrote:
> This interface presents a char device from which bits can be
>  sent and read.

>  +struct virtio_serial_config
>  +{
>  +    uint32_t nr_ports;
>  +    uint16_t status;
>  +} __attribute__((packed));

Obviously this has to match the kernel structure if you go for 16 bit nr_ports.




reply via email to

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