From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:54404) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SuP8Q-0007NY-2U for qemu-devel@nongnu.org; Thu, 26 Jul 2012 10:33:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SuP8K-0004mC-Bm for qemu-devel@nongnu.org; Thu, 26 Jul 2012 10:33:50 -0400 Received: from mx1.redhat.com ([209.132.183.28]:30688) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SuP8K-0004m8-3p for qemu-devel@nongnu.org; Thu, 26 Jul 2012 10:33:44 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q6QEXhmA017925 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 26 Jul 2012 10:33:43 -0400 Date: Thu, 26 Jul 2012 16:33:36 +0200 From: Jiri Denemark Message-ID: <20120726143336.GK2038855@orkuz.home> References: <1343240323-7402-1-git-send-email-ehabkost@redhat.com> <1343240323-7402-4-git-send-email-ehabkost@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1343240323-7402-4-git-send-email-ehabkost@redhat.com> Subject: Re: [Qemu-devel] [QEMU PATCH 3/3] x86: pc: versioned CPU model names & compatibility aliases List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost Cc: libvir-list@redhat.com, qemu-devel@nongnu.org, Gleb Natapov On Wed, Jul 25, 2012 at 15:18:43 -0300, Eduardo Habkost wrote: > This adds version number to CPU model names on the "pc-" > machine-types, so we can create new models with bug fixes while keeping > compatibility when using older machine-types. > > When naming the existing models, I used the last QEMU version where the > model was changed (see summary below), but by coincidence every single > one was changed on QEMU-1.1. > > - Conroe, Penryn, Nehalem, Opteron_G1, Opteron_G2, Opteron_G3: > added on 0.13, changed on 1.1 > - Westmere, SandyBridge, Opteron_G4: added on 1.1 Hi Eduardo, What models would be listed by "qemu-system-x86_64 -cpu ?"? Only non-versioned model aliases or full names with versions or both? Jirka