From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:46591) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1URegL-0007ka-K7 for qemu-devel@nongnu.org; Mon, 15 Apr 2013 04:22:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1URegK-0007Sc-0H for qemu-devel@nongnu.org; Mon, 15 Apr 2013 04:22:33 -0400 Received: from mx1.redhat.com ([209.132.183.28]:16758) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1URegJ-0007SV-P2 for qemu-devel@nongnu.org; Mon, 15 Apr 2013 04:22:31 -0400 Message-ID: <516BB8BC.7040207@redhat.com> Date: Mon, 15 Apr 2013 10:22:20 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <20130415061922.GA24234@redhat.com> In-Reply-To: <20130415061922.GA24234@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] acpi: move declarations from pc.h to acpi.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: Anthony Liguori , Juan Quintela , Laszlo Ersek , qemu-devel@nongnu.org, Markus Armbruster , Blue Swirl , Orit Wasserman , Gerd Hoffmann , Bruce Rogers , =?ISO-8859-1?Q?Andreas_F=E4rber?= Il 15/04/2013 08:19, Michael S. Tsirkin ha scritto: > Functions defined in acpi/ should be declared in > acpi.h > > Signed-off-by: Michael S. Tsirkin Thanks, I'll include it in the pull request. Paolo