From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Subject: Re: [RFC 0/2] GET_EMULATED_CPUID support with "allow-emulation" option Date: Thu, 05 Jun 2014 18:54:14 +0200 Message-ID: <5390A0B6.8050000@suse.de> References: <1401984741-26882-1-git-send-email-ehabkost@redhat.com> <539099B6.2090000@suse.de> <53909A41.1060800@redhat.com> <53909D79.1070609@suse.de> <53909E53.9050300@redhat.com> <53909E9C.6080009@suse.de> <5390A06A.9070200@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Borislav Petkov , "Gabriel L. Somlo" , kvm@vger.kernel.org, "Michael S. Tsirkin" , Michael Mueller , Christian Borntraeger , "Jason J. Herne" , =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= To: Paolo Bonzini , Eduardo Habkost , qemu-devel@nongnu.org Return-path: Received: from cantor2.suse.de ([195.135.220.15]:37240 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750907AbaFEQyS (ORCPT ); Thu, 5 Jun 2014 12:54:18 -0400 In-Reply-To: <5390A06A.9070200@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On 05.06.14 18:52, Paolo Bonzini wrote: > Il 05/06/2014 18:45, Alexander Graf ha scritto: >>>> >>> >>> Only if you were using "-cpu somethingThatHasAVX", though, no? >> >> Yes. The same argument goes the other way around. I want to use AVX >> emulation, do "allow-emulation" and suddenly I get MONITOR/MWAIT >> emulation. > > What about: > > - letting "-cpu foo,+emulatedfeature" just work > > - adding emulated=yes that blindly enables all emulated features > > - making "-cpu ...,check" prints a warning for emulated features > unless emulated=yes How about we remove the emulated=yes from this list? Then I'm happy :). Alex