From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34529) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y3kO4-0005NJ-7a for qemu-devel@nongnu.org; Wed, 24 Dec 2014 06:45:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y3kO1-0008AY-0T for qemu-devel@nongnu.org; Wed, 24 Dec 2014 06:45:56 -0500 Received: from mx1.redhat.com ([209.132.183.28]:54404) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y3kO0-0008A4-Pd for qemu-devel@nongnu.org; Wed, 24 Dec 2014 06:45:52 -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 sBOBjq0n022019 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 24 Dec 2014 06:45:52 -0500 Message-ID: <549AA76B.8030006@redhat.com> Date: Wed, 24 Dec 2014 12:45:47 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1419421370-27227-1-git-send-email-mst@redhat.com> In-Reply-To: <1419421370-27227-1-git-send-email-mst@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] qemu_ram_resize: document assumptions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" , qemu-devel@nongnu.org Cc: dgilbert@redhat.com 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