From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:54385) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TjGS5-0001PO-Rm for qemu-devel@nongnu.org; Thu, 13 Dec 2012 16:36:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TjGS4-0001UQ-Q0 for qemu-devel@nongnu.org; Thu, 13 Dec 2012 16:36:21 -0500 Received: from e8.ny.us.ibm.com ([32.97.182.138]:48687) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TjGS4-0001Oq-Mi for qemu-devel@nongnu.org; Thu, 13 Dec 2012 16:36:20 -0500 Received: from /spool/local by e8.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 13 Dec 2012 16:35:30 -0500 Received: from d01relay03.pok.ibm.com (d01relay03.pok.ibm.com [9.56.227.235]) by d01dlp03.pok.ibm.com (Postfix) with ESMTP id 893C1C9001C for ; Thu, 13 Dec 2012 16:35:06 -0500 (EST) Received: from d01av03.pok.ibm.com (d01av03.pok.ibm.com [9.56.224.217]) by d01relay03.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id qBDLZ6EL305738 for ; Thu, 13 Dec 2012 16:35:06 -0500 Received: from d01av03.pok.ibm.com (loopback [127.0.0.1]) by d01av03.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id qBDLZ6AB032575 for ; Thu, 13 Dec 2012 19:35:06 -0200 From: Anthony Liguori In-Reply-To: <20121213212501.GE5334@otherpad.lan.raisama.net> References: <20121212223919.GA3190@amt.cnet> <50C99341.8050205@redhat.com> <20121213212501.GE5334@otherpad.lan.raisama.net> Date: Thu, 13 Dec 2012 15:35:03 -0600 Message-ID: <878v91ab5k.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PATCH] define qemukvm-1.2 machine type List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost , Paolo Bonzini Cc: Marcelo Tosatti , qemu-devel@nongnu.org, Cole Robinson Eduardo Habkost writes: > 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? >> >> I think distros that used to ship qemu-kvm should just change the >> default just like for the acpi_piix4.c change. > > Maybe we could provide a --with-qemu-kvm-compat configure flag to > them? I think that defeats the purpose of a single binary. I think it would be better for the distros to have a qemu-kvm script that was: /usr/libexec/qemu-kvm: #!/bin/sh qemu-system-x86_64 -enable-qemu-kvm-compat "$@" Regards, Anthony Liguori > > -- > Eduardo