From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53421) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ztheg-0001o4-80 for qemu-devel@nongnu.org; Tue, 03 Nov 2015 14:54:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zthec-0008Ah-8M for qemu-devel@nongnu.org; Tue, 03 Nov 2015 14:54:06 -0500 Received: from mx1.redhat.com ([209.132.183.28]:45279) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zthec-0008AU-2s for qemu-devel@nongnu.org; Tue, 03 Nov 2015 14:54:02 -0500 References: <1446231660-24394-1-git-send-email-ehabkost@redhat.com> <20151030191323.GA20436@thinpad.lan.raisama.net> <56374AF4.5070406@redhat.com> <20151103174131.GC20436@thinpad.lan.raisama.net> <5638F394.2050603@redhat.com> <20151103175643.GE20436@thinpad.lan.raisama.net> From: Paolo Bonzini Message-ID: <563910D1.5070805@redhat.com> Date: Tue, 3 Nov 2015 20:53:53 +0100 MIME-Version: 1.0 In-Reply-To: <20151103175643.GE20436@thinpad.lan.raisama.net> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/3] target-i386: Don't trigger "check" warnings by default in KVM mode List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost Cc: Igor Mammedov , "Michael S. Tsirkin" , qemu-devel@nongnu.org, "Dr. David Alan Gilbert" , Richard Henderson On 03/11/2015 18:56, Eduardo Habkost wrote: > So, trying to summarize what I would like to do: > > * Remove ABM and SEE4A from qemu64 in pc-2.5 > * Keep ABM and SSE4A in qemu64 in pc-2.4 and older > * Disable "check" by default in pc-2.4 and older, to avoid spurious > warnings Ok, now we're on the same page. I agree with the plan. Paolo