From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH v3 3/4] KVM: x86: Add EOI exit bitmap inference Date: Wed, 17 Jun 2015 10:14:42 +0200 Message-ID: <55812C72.7040405@redhat.com> References: <1433289107-20638-1-git-send-email-srutherford@google.com> <1433289107-20638-3-git-send-email-srutherford@google.com> <5575A367.1060803@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit To: Wanpeng Li , Steve Rutherford , kvm@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:38835 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756825AbbFQIOp (ORCPT ); Wed, 17 Jun 2015 04:14:45 -0400 In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On 09/06/2015 04:16, Wanpeng Li wrote: >> >> So in the end the patched vcpu_scan_ioapic becomes >> >> if (kvm_apic_hw_enabled(vcpu->arch.apic)) > > s/kvm_apic_hw_enabled(vcpu->arch.apic)/!kvm_apic_hw_enabled(vcpu->arch.apic) Right, thanks for the correction. Paolo