From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56158) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bw78l-0000ky-7u for qemu-devel@nongnu.org; Mon, 17 Oct 2016 08:35:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bw78i-0000u6-12 for qemu-devel@nongnu.org; Mon, 17 Oct 2016 08:35:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57598) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1bw78h-0000tr-Lr for qemu-devel@nongnu.org; Mon, 17 Oct 2016 08:35:35 -0400 Date: Mon, 17 Oct 2016 14:35:30 +0200 From: Radim =?utf-8?B?S3LEjW3DocWZ?= Message-ID: <20161017123529.GA8204@potion> References: <20161013140844.GC15008@potion> <1476444115-205593-1-git-send-email-imammedo@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1476444115-205593-1-git-send-email-imammedo@redhat.com> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v4 09/13] pc: kvm_apic: pass APIC ID depending on xAPIC/x2APIC mode List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Mammedov Cc: qemu-devel@nongnu.org, ehabkost@redhat.com, liuxiaojian6@huawei.com, mst@redhat.com, peterx@redhat.com, kevin@koconnor.net, kraxel@redhat.com, pbonzini@redhat.com, lersek@redhat.com, chao.gao@intel.com 2016-10-14 13:21+0200, Igor Mammedov: > Signed-off-by: Igor Mammedov > --- Reviewed-by: Radim Kr=C4=8Dm=C3=A1=C5=99 > v4: > - restore kvm_has_x2apic_api() and use it to avoid side-effects > of kvm_enable_x2apic(). x2APIC API will be enabled by iommu > if it's present or not enabled at all. > v3: > - drop kvm_has_x2apic_api() and reuse kvm_enable_x2apic() instead > ---