From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41429) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y3kxE-0006PH-4Q for qemu-devel@nongnu.org; Wed, 24 Dec 2014 07:22:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y3kx8-00045B-05 for qemu-devel@nongnu.org; Wed, 24 Dec 2014 07:22:16 -0500 Received: from mx1.redhat.com ([209.132.183.28]:33969) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y3kx7-000452-PF for qemu-devel@nongnu.org; Wed, 24 Dec 2014 07:22:09 -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 sBOCM9fV011357 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 24 Dec 2014 07:22:09 -0500 Message-ID: <549AAFEC.4010107@redhat.com> Date: Wed, 24 Dec 2014 13:22:04 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1419421370-27227-1-git-send-email-mst@redhat.com> <549AA76B.8030006@redhat.com> <20141224122123.GA27776@redhat.com> In-Reply-To: <20141224122123.GA27776@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" Cc: qemu-devel@nongnu.org, dgilbert@redhat.com On 24/12/2014 13:21, Michael S. Tsirkin wrote: > > 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? > > To first *review* Igor's patches. > > I can't merge more ACPI code until I know how we are > handling cross-version migration. We are "handling" it just by putting a limit of 64K above which things are not guaranteed to work. Paolo