From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56843) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WG90x-0000U3-EJ for qemu-devel@nongnu.org; Wed, 19 Feb 2014 10:24:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WG90r-0006zW-Fo for qemu-devel@nongnu.org; Wed, 19 Feb 2014 10:24:47 -0500 Received: from mx1.redhat.com ([209.132.183.28]:63253) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WG90r-0006zQ-7a for qemu-devel@nongnu.org; Wed, 19 Feb 2014 10:24:41 -0500 Message-ID: <5304CCB1.6000904@redhat.com> Date: Wed, 19 Feb 2014 16:24:33 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1392821892-26682-1-git-send-email-ehabkost@redhat.com> In-Reply-To: <1392821892-26682-1-git-send-email-ehabkost@redhat.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/3] Enable x2apic by default on KVM List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost , qemu-devel@nongnu.org, =?ISO-8859-15?Q?Andreas_F=E4rber?= Cc: Peter Maydell , "Michael S. Tsirkin" , Bandan Das , Anthony Liguori , Igor Mammedov , Richard Henderson Il 19/02/2014 15:58, Eduardo Habkost ha scritto: > This is the approach I believe was agreed upon during the last QEMU developers > conf call (sorry I didn't join, the meeting timezone change confused me). Yes, that's correct. > Some may notice that representing this new behavior using solely default values > on CPU properties may be a little difficult. Making it possible to replace > x86_cpu_compat_disable_kvm_features() with compat_props entries may be an > interesting problem, too. Very clean patches! Paolo