From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44619) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TjVLr-0008Cc-Tk for qemu-devel@nongnu.org; Fri, 14 Dec 2012 08:30:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TjVLp-0004gw-2j for qemu-devel@nongnu.org; Fri, 14 Dec 2012 08:30:55 -0500 Received: from e8.ny.us.ibm.com ([32.97.182.138]:53498) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TjVLo-0004gc-TX for qemu-devel@nongnu.org; Fri, 14 Dec 2012 08:30:52 -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 ; Fri, 14 Dec 2012 08:29:45 -0500 Received: from d01relay07.pok.ibm.com (d01relay07.pok.ibm.com [9.56.227.147]) by d01dlp03.pok.ibm.com (Postfix) with ESMTP id 854D7C9003E for ; Fri, 14 Dec 2012 08:29:41 -0500 (EST) Received: from d01av02.pok.ibm.com (d01av02.pok.ibm.com [9.56.224.216]) by d01relay07.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id qBEDTaN251642584 for ; Fri, 14 Dec 2012 08:29:36 -0500 Received: from d01av02.pok.ibm.com (loopback [127.0.0.1]) by d01av02.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id qBEDTZhj030019 for ; Fri, 14 Dec 2012 11:29:35 -0200 From: Anthony Liguori In-Reply-To: <1379550897.23864274.1355471680686.JavaMail.root@redhat.com> References: <1379550897.23864274.1355471680686.JavaMail.root@redhat.com> Date: Fri, 14 Dec 2012 07:29:27 -0600 Message-ID: <87k3skhidk.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: Paolo Bonzini , Eduardo Habkost Cc: Marcelo Tosatti , qemu-devel@nongnu.org, Cole Robinson Paolo Bonzini writes: >> > > > 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 like this. > >> > 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 "$@" >> >> That would be even better. I proposed a configure flag because I >> understood (maybe incorrectly) that Paolo proposed a build-time >> default change. > > Yes, that's what I was thinking. The problem is that Fedora did ship a > qemu-system-x86_64 binary that disabled the qemu-kvm options (including > using TCG by default), but it still had a qemu-kvm-compatible migration > format. Can you be more specific? What's different in the migration format? Regards, Anthony Liguori > > Paolo