From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:47382) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TjFrJ-0004ve-KP for qemu-devel@nongnu.org; Thu, 13 Dec 2012 15:58:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TjFrG-00008r-Rr for qemu-devel@nongnu.org; Thu, 13 Dec 2012 15:58:21 -0500 Received: from mx1.redhat.com ([209.132.183.28]:16166) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TjFrG-00008h-Kk for qemu-devel@nongnu.org; Thu, 13 Dec 2012 15:58:18 -0500 Date: Thu, 13 Dec 2012 18:29:35 -0200 From: Marcelo Tosatti Message-ID: <20121213202935.GA28697@amt.cnet> References: <20121212223919.GA3190@amt.cnet> <50C99341.8050205@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <50C99341.8050205@redhat.com> Subject: Re: [Qemu-devel] [PATCH] define qemukvm-1.2 machine type List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: Anthony Liguori , qemu-devel@nongnu.org, Cole Robinson On Thu, Dec 13, 2012 at 09:35:13AM +0100, Paolo Bonzini wrote: > Il 12/12/2012 23:39, Marcelo Tosatti ha scritto: > > > > To allow migration from qemu-kvm-1.2, where cirrus device has 16 megabytes > > of RAM. > > > > Signed-off-by: Marcelo Tosatti > > A similar patch would be needed for all machine types though, no? Why ? That would break incoming migration from QEMU. > I think distros that used to ship qemu-kvm should just change the > default just like for the acpi_piix4.c change. > > Paolo Works for me.