From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=40397 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P3mii-0005wt-Fp for qemu-devel@nongnu.org; Thu, 07 Oct 2010 05:25:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P3mZF-0004rB-A0 for qemu-devel@nongnu.org; Thu, 07 Oct 2010 05:15:14 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34120) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P3mZE-0004qW-OX for qemu-devel@nongnu.org; Thu, 07 Oct 2010 05:15:13 -0400 Message-ID: <4CAD8F99.8020301@redhat.com> Date: Thu, 07 Oct 2010 11:15:05 +0200 From: Jes Sorensen MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] acpi: Fix an infinite loop in acpi_table_add References: <1286238192-7265-1-git-send-email-vincent@vincent-minet.net> In-Reply-To: <1286238192-7265-1-git-send-email-vincent@vincent-minet.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vincent Minet Cc: qemu-devel@nongnu.org On 10/05/10 02:23, Vincent Minet wrote: > Commit d729bb9a7700e364b1c5f9893d61f07a9e002bce has a typo, causing an > infinite loop in acpi_table_add. > > Signed-off-by: Vincent Minet > --- > hw/acpi.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) OUCH! Good catch! Acked-by: Jes Sorensen Jes