From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44357) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c2Hqm-00055i-Hf for qemu-devel@nongnu.org; Thu, 03 Nov 2016 09:14:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c2Hqg-0003Rj-J7 for qemu-devel@nongnu.org; Thu, 03 Nov 2016 09:14:36 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50678) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c2Hqg-0003RA-DU for qemu-devel@nongnu.org; Thu, 03 Nov 2016 09:14:30 -0400 Date: Thu, 3 Nov 2016 11:14:25 -0200 From: Eduardo Habkost Message-ID: <20161103131425.GF5057@thinpad.lan.raisama.net> References: <1478022256-7089-1-git-send-email-wei.liu2@citrix.com> <20161101220523.GE5057@thinpad.lan.raisama.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH v2] PCMachineState: introduce acpi_build_enabled field List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefano Stabellini Cc: Wei Liu , qemu-devel@nongnu.org, Xen-devel , Igor Mammedov , Anthony PERARD , Sander Eikelenboom On Tue, Nov 01, 2016 at 03:30:59PM -0700, Stefano Stabellini wrote: > On Tue, 1 Nov 2016, Eduardo Habkost wrote: > > On Tue, Nov 01, 2016 at 05:44:16PM +0000, Wei Liu wrote: > > > Introduce this field to control whether ACPI build is enabled by a > > > particular machine or accelerator. > > > > > > It defaults to true if the machine itself supports ACPI build. Xen > > > accelerator will disable it because Xen is in charge of building ACPI > > > tables for the guest. > > > > > > Signed-off-by: Wei Liu > > > > Reviewed-by: Eduardo Habkost > > Thank you Eduardo. I can queue it up unless you have other stuff in > progress. In case you didn't queue it yet, please go ahead. Acked-by: Eduardo Habkost -- Eduardo