qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] Re: [PATCHv5 11/11] virtio-net: vhost net support


From: Michael S. Tsirkin
Subject: [Qemu-devel] Re: [PATCHv5 11/11] virtio-net: vhost net support
Date: Wed, 17 Mar 2010 12:40:28 +0200
User-agent: Mutt/1.5.19 (2009-01-05)

On Tue, Mar 16, 2010 at 07:57:51PM +0100, Juan Quintela wrote:
> "Michael S. Tsirkin" <address@hidden> wrote:
> > This connects virtio-net to vhost net backend.
> > The code is structured in a way analogous to what we have with vnet
> > header capability in tap.
> >
> > We start/stop backend on driver start/stop as
> > well as on save and vm start (for migration).
> >
> 
> > +    uint8_t vhost_started;
> 
> 
> I didn't noticed the 1st time.  vhost_started looks like a bool :p
> 
> Later, Juan.

Yes. I have no idea why, but the surrounding code has a lot of flags
all of which are uint8_t, so I followed suit.

-- 
MST




reply via email to

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