From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52140) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dT4hg-000189-Rj for qemu-devel@nongnu.org; Thu, 06 Jul 2017 07:12:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dT4hd-00031L-GW for qemu-devel@nongnu.org; Thu, 06 Jul 2017 07:12:12 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57970) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dT4hd-00031A-AX for qemu-devel@nongnu.org; Thu, 06 Jul 2017 07:12:09 -0400 References: <1499237876.3041.4.camel@linux.intel.com> <20170705110431.GE22008@redhat.com> <20170705114411.GE29382@lemon.lan> <20170705122200.GH29382@lemon.lan> <20170706104940.GJ3988@redhat.com> <20170706110627.GK3988@redhat.com> From: Thomas Huth Message-ID: Date: Thu, 6 Jul 2017 13:12:03 +0200 MIME-Version: 1.0 In-Reply-To: <20170706110627.GK3988@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] change x86 default machine type to Q35? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" Cc: Fam Zheng , Chao Peng , "Tian, Kevin" , qemu-devel@nongnu.org On 06.07.2017 13:06, Daniel P. Berrange wrote: > On Thu, Jul 06, 2017 at 01:00:53PM +0200, Thomas Huth wrote: >> On 06.07.2017 12:49, Daniel P. Berrange wrote: >> [...] >>> This avoids the user having problems with guest ABI silently changing >>> behind their back, or migration suddenly failing to load vm state, >> >> For proper migration, you've got to specify the right versioned machine >> type anyway, so that should not be an issue here. > > That's only true if you have mis-matched QEMU releases on each host. > If you know you have the same QEMU release everywhere, there's no > need for versioned machine types. Sure, but in case you use the same QEMU release on both ends, there should also be no clash with the default machine type here. Thomas