From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46001) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c1xnN-0003Eb-Fo for qemu-devel@nongnu.org; Wed, 02 Nov 2016 11:49:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c1xnK-0006pJ-FD for qemu-devel@nongnu.org; Wed, 02 Nov 2016 11:49:45 -0400 Received: from smtp02.citrix.com ([66.165.176.63]:29147) by eggs.gnu.org with esmtps (TLS1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.71) (envelope-from ) id 1c1xnK-0006oV-9q for qemu-devel@nongnu.org; Wed, 02 Nov 2016 11:49:42 -0400 Date: Wed, 2 Nov 2016 15:49:36 +0000 From: Wei Liu Message-ID: <20161102154936.GO30231@citrix.com> 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: Eduardo Habkost , 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. I would like to backport this to qemu-xen tree, so it would be great if this patch can be merged in the next two weeks. Thanks! Wei.