From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LMOM9-00030T-Em for qemu-devel@nongnu.org; Mon, 12 Jan 2009 10:05:33 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LMOM6-0002z0-Hv for qemu-devel@nongnu.org; Mon, 12 Jan 2009 10:05:31 -0500 Received: from [199.232.76.173] (port=57279 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LMOM6-0002yv-F3 for qemu-devel@nongnu.org; Mon, 12 Jan 2009 10:05:30 -0500 Received: from mx2.redhat.com ([66.187.237.31]:55163) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LMOM5-0001ak-Si for qemu-devel@nongnu.org; Mon, 12 Jan 2009 10:05:30 -0500 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n0CF5SQG031324 for ; Mon, 12 Jan 2009 10:05:28 -0500 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n0CF5SkK030109 for ; Mon, 12 Jan 2009 10:05:29 -0500 Received: from dhcp-1-237.tlv.redhat.com (dhcp-1-237.tlv.redhat.com [10.35.1.237]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n0CF5SxU014800 for ; Mon, 12 Jan 2009 10:05:28 -0500 Date: Mon, 12 Jan 2009 17:06:43 +0200 From: Gleb Natapov Subject: Re: [Qemu-devel] [PATCH] fix 64 bit issue in slirp Message-ID: <20090112150643.GP3267@redhat.com> References: <20090112142807.GN3267@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Mon, Jan 12, 2009 at 04:54:44PM +0200, Blue Swirl wrote: > On 1/12/09, Gleb Natapov wrote: > > > > Signed-off-by: Gleb Natapov > > Great, but did you really fix all pointer accesses, including the port > number stuff? > All that I found obviously :) And yes the one you are talking about is fixed. Look at "struct mbuf_ptr" -- Gleb.