On Thu, Oct 18, 2012 at 05:05:51PM +0200, Paolo Bonzini wrote:
> Il 18/10/2012 16:56, Stefan Hajnoczi ha scritto:
> > From: Stefan Hajnoczi
> >
> > The vhost-net code interacts closely with the net/tap.c backend so that
> > it can pass the underlying file descriptor to the vhost_net.ko driver.
>
Il 18/10/2012 16:56, Stefan Hajnoczi ha scritto:
> From: Stefan Hajnoczi
>
> The vhost-net code interacts closely with the net/tap.c backend so that
> it can pass the underlying file descriptor to the vhost_net.ko driver.
> We need a check that confirms a NetClientState is indeed a tap backend
>
From: Stefan Hajnoczi
The vhost-net code interacts closely with the net/tap.c backend so that
it can pass the underlying file descriptor to the vhost_net.ko driver.
We need a check that confirms a NetClientState is indeed a tap backend
(and not something else like slirp or socket).
Formalize thi
The vhost-net code interacts closely with the net/tap.c backend so that
it can pass the underlying file descriptor to the vhost_net.ko driver.
We need a check that confirms a NetClientState is indeed a tap backend
(and not something else like slirp or socket).
Formalize this in the new net_is_tap_