From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40175) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XrLte-0007xa-Gw for qemu-devel@nongnu.org; Thu, 20 Nov 2014 02:11:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XrLtW-0004hm-CY for qemu-devel@nongnu.org; Thu, 20 Nov 2014 02:11:18 -0500 Received: from mx1.redhat.com ([209.132.183.28]:56171) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XrLtW-0004hi-5E for qemu-devel@nongnu.org; Thu, 20 Nov 2014 02:11:10 -0500 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sAK7B9n4017327 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Thu, 20 Nov 2014 02:11:09 -0500 Message-ID: <546D9409.9090608@redhat.com> Date: Thu, 20 Nov 2014 08:11:05 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1412607364-14141-1-git-send-email-pbonzini@redhat.com> <5462439F.6080401@redhat.com> <546D8491.2010000@redhat.com> <20141120065545.GC30994@redhat.com> In-Reply-To: <20141120065545.GC30994@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 0/3] Migration-safe ACPI table sizing algorithm List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: qemu-devel@nongnu.org On 20/11/2014 07:55, Michael S. Tsirkin wrote: > I thought we agreed we'll consider alternate approaches after 2.2? > I would prefer not to have yet another mode to support > if we can help it. I agree, but: 1) looks like there is stronger opposition to your patch than I thought, so a 2.2 solution as in this patch becomes more palatable 2) reviewing patches is always nice, and helps evaluating the advantages of either approach Paolo