From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Sullivan Subject: [PATCH 5/9] Set default value for msi_redir_hint=false in kvm_pv_kick_cpu_op Date: Sat, 14 Mar 2015 18:00:20 -0600 Message-ID: <1426377624-2046-6-git-send-email-sullivan.james.f@gmail.com> References: <1426377624-2046-1-git-send-email-sullivan.james.f@gmail.com> Cc: gleb@kernel.org, pbonzini@redhat.com, James Sullivan To: kvm@vger.kernel.org Return-path: Received: from mail-pa0-f54.google.com ([209.85.220.54]:36306 "EHLO mail-pa0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752415AbbCOAD1 (ORCPT ); Sat, 14 Mar 2015 20:03:27 -0400 Received: by padcy3 with SMTP id cy3so25448056pad.3 for ; Sat, 14 Mar 2015 17:03:27 -0700 (PDT) In-Reply-To: <1426377624-2046-1-git-send-email-sullivan.james.f@gmail.com> Sender: kvm-owner@vger.kernel.org List-ID: Signed-off-by: James Sullivan --- arch/x86/kvm/x86.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c index bd7a70b..03e9b09 100644 --- a/arch/x86/kvm/x86.c +++ b/arch/x86/kvm/x86.c @@ -5902,6 +5902,7 @@ static void kvm_pv_kick_cpu_op(struct kvm *kvm, unsigned long flags, int apicid) lapic_irq.shorthand = 0; lapic_irq.dest_mode = 0; lapic_irq.dest_id = apicid; + lapic_irq.msi_redir_hint = false; lapic_irq.delivery_mode = APIC_DM_REMRD; kvm_irq_delivery_to_apic(kvm, 0, &lapic_irq, NULL); -- 2.3.1