Message ID | 20160624135110.17260-2-marcandre.lureau@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 06/24/2016 07:50 AM, marcandre.lureau@redhat.com wrote: > From: Marc-André Lureau <marcandre.lureau@redhat.com> > > Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> > --- > hw/net/vhost_net.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Eric Blake <eblake@redhat.com> > > diff --git a/hw/net/vhost_net.c b/hw/net/vhost_net.c > index 50f4dcd..3f1fecc 100644 > --- a/hw/net/vhost_net.c > +++ b/hw/net/vhost_net.c > @@ -313,7 +313,7 @@ int vhost_net_start(VirtIODevice *dev, NetClientState *ncs, > * properly. > */ > if (net->nc->info->type == NET_CLIENT_OPTIONS_KIND_VHOST_USER) { > - dev->use_guest_notifier_mask = false; > + dev->use_guest_notifier_mask = false; > } > } > >
diff --git a/hw/net/vhost_net.c b/hw/net/vhost_net.c index 50f4dcd..3f1fecc 100644 --- a/hw/net/vhost_net.c +++ b/hw/net/vhost_net.c @@ -313,7 +313,7 @@ int vhost_net_start(VirtIODevice *dev, NetClientState *ncs, * properly. */ if (net->nc->info->type == NET_CLIENT_OPTIONS_KIND_VHOST_USER) { - dev->use_guest_notifier_mask = false; + dev->use_guest_notifier_mask = false; } }