From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MjckU-0003d6-Ta for qemu-devel@nongnu.org; Fri, 04 Sep 2009 13:38:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MjckQ-0003YT-8f for qemu-devel@nongnu.org; Fri, 04 Sep 2009 13:38:58 -0400 Received: from [199.232.76.173] (port=57523 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MjckP-0003YJ-Sr for qemu-devel@nongnu.org; Fri, 04 Sep 2009 13:38:53 -0400 Received: from mx1.redhat.com ([209.132.183.28]:64106) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MjckP-0001xb-6x for qemu-devel@nongnu.org; Fri, 04 Sep 2009 13:38:53 -0400 Date: Fri, 4 Sep 2009 14:38:39 -0300 From: Luiz Capitulino Subject: Re: [Qemu-devel] [PATCH v2] Fix compilation of check-qint.c by using a long long integer constant Message-ID: <20090904143839.324f0696@doriath> In-Reply-To: <1252084198-15375-1-git-send-email-Pierre.Riteau@irisa.fr> References: <1252084198-15375-1-git-send-email-Pierre.Riteau@irisa.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Pierre Riteau Cc: qemu-devel@nongnu.org On Fri, 4 Sep 2009 19:09:58 +0200 Pierre Riteau wrote: > Error was: > check-qint.c:46: error: integer constant is too large for 'long' type You forgot the Signed-off-by line, otherwise: Acked-by: Luiz Capitulino I've built the series on i386, but forgot to enable the test-suite.