From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:40165) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKQ1h-0000VX-N3 for qemu-devel@nongnu.org; Tue, 26 Mar 2013 05:18:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UKQ1e-0005bm-9X for qemu-devel@nongnu.org; Tue, 26 Mar 2013 05:18:41 -0400 Received: from mx1.redhat.com ([209.132.183.28]:7510) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKQ1e-0005bc-30 for qemu-devel@nongnu.org; Tue, 26 Mar 2013 05:18:38 -0400 Date: Tue, 26 Mar 2013 10:16:47 +0100 From: Stefan Hajnoczi Message-ID: <20130326091647.GD17648@stefanha-thinkpad.redhat.com> References: <1364264646-27542-1-git-send-email-xiawenc@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1364264646-27542-1-git-send-email-xiawenc@linux.vnet.ibm.com> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] VMXNET3: initialize rx_ridx to eliminate compile warning List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Wenchao Xia Cc: dmitry@daynix.com, yan@daynix.com, qemu-devel@nongnu.org On Tue, Mar 26, 2013 at 10:24:06AM +0800, Wenchao Xia wrote: > Gcc report "hw/vmxnet3.c:972: error: =E2=80=98rx_ridx=E2=80=99 may be= used > uninitialized in this function", so fix it. >=20 > Signed-off-by: Wenchao Xia > --- > hw/vmxnet3.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Anthony: Please apply this fix directly. I think there's no need to go through the net tree. Stefan