From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41237) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y3kwU-0005bw-Og for qemu-devel@nongnu.org; Wed, 24 Dec 2014 07:21:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y3kwR-0003uU-JI for qemu-devel@nongnu.org; Wed, 24 Dec 2014 07:21:30 -0500 Received: from mx1.redhat.com ([209.132.183.28]:33834) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y3kwR-0003uQ-CN for qemu-devel@nongnu.org; Wed, 24 Dec 2014 07:21:27 -0500 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sBOCLQq2011257 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 24 Dec 2014 07:21:26 -0500 Date: Wed, 24 Dec 2014 14:21:23 +0200 From: "Michael S. Tsirkin" Message-ID: <20141224122123.GA27776@redhat.com> References: <1419421370-27227-1-git-send-email-mst@redhat.com> <549AA76B.8030006@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <549AA76B.8030006@redhat.com> Subject: Re: [Qemu-devel] [PATCH] qemu_ram_resize: document assumptions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org, dgilbert@redhat.com On Wed, Dec 24, 2014 at 12:45:47PM +0100, Paolo Bonzini wrote: > > > On 24/12/2014 12:43, Michael S. Tsirkin wrote: > > Document that when using qemu_ram_resize for anything mapped into guest > > address space, it's the job of the resize function to update guest > > visible state. > > > > Signed-off-by: Michael S. Tsirkin > > --- > > > > Adding a comment at dgilbert's request. > > This is a separate patch to avoid deferring merging the > > code itself. > > Wait, I thought the agreement was to first merge Igor's patches to > generate the SSDT from C code, and then see if this was still necessary? > > Paolo To first *review* Igor's patches. I can't merge more ACPI code until I know how we are handling cross-version migration. -- MST