From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52327) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VePSQ-0001uZ-LE for qemu-devel@nongnu.org; Thu, 07 Nov 2013 08:17:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VePSK-0007Rs-Mn for qemu-devel@nongnu.org; Thu, 07 Nov 2013 08:17:10 -0500 Received: from mx1.redhat.com ([209.132.183.28]:5102) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VePSK-0007RO-FJ for qemu-devel@nongnu.org; Thu, 07 Nov 2013 08:17:04 -0500 Date: Thu, 7 Nov 2013 15:19:58 +0200 From: "Michael S. Tsirkin" Message-ID: <20131107131958.GA2654@redhat.com> References: <20131107121805.GA2069@redhat.com> <1383829380.3511.54.camel@nilsson.home.kraxel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1383829380.3511.54.camel@nilsson.home.kraxel.org> Subject: Re: [Qemu-devel] [PATCH] acpi-build: disable with -no-acpi List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: Dave Frodin , qemu-devel@nongnu.org, chao zhou , Anthony Liguori , Kenji Kaneshige , Magnus Christensson On Thu, Nov 07, 2013 at 02:03:00PM +0100, Gerd Hoffmann wrote: > On Do, 2013-11-07 at 14:18 +0200, Michael S. Tsirkin wrote: > > + if (!acpi_enabled) { > > + ACPI_BUILD_DPRINTF(3, "ACPI disabled. Bailing out.\n"); > > + return; > > + } > > Reviewed-by: Gerd Hoffmann Apropos, long term if someone's inclined it's possible to look at enabling acpi on stripped down systems without pm or pci. Probably not a high priority project ... > cheers, > Gerd >