From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45671) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZtveC-0003Ij-6k for qemu-devel@nongnu.org; Wed, 04 Nov 2015 05:50:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ztve7-0008Kf-UI for qemu-devel@nongnu.org; Wed, 04 Nov 2015 05:50:32 -0500 Received: from mail-wm0-x232.google.com ([2a00:1450:400c:c09::232]:36341) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ztve7-0008Jv-No for qemu-devel@nongnu.org; Wed, 04 Nov 2015 05:50:27 -0500 Received: by wmec75 with SMTP id c75so109586674wme.1 for ; Wed, 04 Nov 2015 02:50:27 -0800 (PST) Sender: Paolo Bonzini References: <1446580695-28525-1-git-send-email-ehabkost@redhat.com> <56391786.5000808@redhat.com> <20151103225443.GF4180@thinpad.lan.raisama.net> From: Paolo Bonzini Message-ID: <5639E2F1.6090204@redhat.com> Date: Wed, 4 Nov 2015 11:50:25 +0100 MIME-Version: 1.0 In-Reply-To: <20151103225443.GF4180@thinpad.lan.raisama.net> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 0/3] target-i386: Don't trigger CPUID warnings by default in KVM mode (in most hosts) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost Cc: Igor Mammedov , Richard Henderson , qemu-devel@nongnu.org, "Dr. David Alan Gilbert" , "Michael S. Tsirkin" On 03/11/2015 23:54, Eduardo Habkost wrote: > Probably, yes. libvirt even has these commented out in their cpu_map.xml: > > > > > > > > (libvirt must stop making assumptions about the CPU model feature sets so > all elements in cpu_map.xml should go away. But at least the > current cpu_map.xml is a good reference to what it expects today.) FWIW, lahf_lm is present on virtually all 64-bit machines and is rare enough that KVM could just emulate it, so we shouldn't remove it. But removing popcnt is a good suggestion to take from libvirt. It can be done on top of this series. We should get all of this into the first -rc, anyway. Paolo