From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43937) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b9rBN-00057T-8z for qemu-devel@nongnu.org; Mon, 06 Jun 2016 05:50:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b9rBI-0000Bn-1b for qemu-devel@nongnu.org; Mon, 06 Jun 2016 05:50:52 -0400 Received: from mx6-phx2.redhat.com ([209.132.183.39]:41999) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b9rBH-0000BV-Pa for qemu-devel@nongnu.org; Mon, 06 Jun 2016 05:50:47 -0400 Date: Mon, 6 Jun 2016 05:50:41 -0400 (EDT) From: =?utf-8?Q?Marc-Andr=C3=A9?= Lureau Message-ID: <1407179122.3562105.1465206641086.JavaMail.zimbra@redhat.com> In-Reply-To: <20160606090649.GA30154@yliu-dev.sh.intel.com> References: <1462896240-30999-1-git-send-email-marcandre.lureau@redhat.com> <1462896240-30999-8-git-send-email-marcandre.lureau@redhat.com> <20160606090649.GA30154@yliu-dev.sh.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 07/10] vhost-net: save & restore vhost-user acked features List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Yuanhan Liu Cc: marcandre lureau , qemu-devel@nongnu.org, "Michael S . Tsirkin" , Ilya Maximets , jonshin@cisco.com, Tetsuya Mukawa 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