qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 07/10] vhost-net: save & restore vhost-user acke


From: Marc-André Lureau
Subject: Re: [Qemu-devel] [PATCH 07/10] vhost-net: save & restore vhost-user acked features
Date: Mon, 6 Jun 2016 05:50:41 -0400 (EDT)

Hi

----- Original Message -----
> > +uint64_t vhost_net_get_acked_features(VHostNetState *net)
> > +{
> > +    return net->dev.acked_features;
> > +}
> 
> Note that you need add a dummy implementation for !VHOST_NET. Otherwise,
> build won't work.

good catch, fixed.

> And sorry for being noisy, here is another ping about the status of
> this patch set.

thanks



reply via email to

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