From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=34017 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oh2RQ-0004yk-BO for qemu-devel@nongnu.org; Thu, 05 Aug 2010 11:33:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oh2RP-00045w-51 for qemu-devel@nongnu.org; Thu, 05 Aug 2010 11:33:08 -0400 Received: from mail-pz0-f45.google.com ([209.85.210.45]:48753) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oh2RP-00045G-0D for qemu-devel@nongnu.org; Thu, 05 Aug 2010 11:33:07 -0400 Received: by pzk10 with SMTP id 10so2452245pzk.4 for ; Thu, 05 Aug 2010 08:33:05 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20100805173853.3cea0c93@zephyr> References: <20100803110700.75d7c3b0@zephyr> <20100804145154.3d9a7c41@zephyr> <20100804162354.19dfc224@zephyr> <20100805173853.3cea0c93@zephyr> Date: Thu, 5 Aug 2010 15:26:35 +0100 Message-ID: From: Stefan Hajnoczi Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] Re: [Tracing][PATCH] Fix a build warning List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Prerna Saxena Cc: Ananth Narayan , qemu-devel , Stefan Hajnoczi On Thu, Aug 5, 2010 at 1:08 PM, Prerna Saxena w= rote: > A build warning arising out of 'incompatible pointer assignment' shows > up at times. This will take care of it. > > Signed-off-by: Prerna Saxena > --- > =A0vl.c | =A0 =A02 +- > =A01 files changed, 1 insertions(+), 1 deletions(-) Thanks Prerna. I noticed the warning and added const when merging your trace file name patch: http://repo.or.cz/w/qemu/stefanha.git/commitdiff/ea06bd2dd2e168059bde1e8c4d= 1003bb7b07dfe9 Stefan