public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: Joerg Roedel <joro@8bytes.org>
Cc: alex.williamson@redhat.com,
	Suravee Suthikulpanit <Suravee.Suthikulpanit@amd.com>,
	rkrcmar@redhat.com, kvm@vger.kernel.org,
	linux-kernel@vger.kernel.org, sherry.hurwitz@amd.com
Subject: Re: [PART2 PATCH v7 00/12] iommu/AMD: Introduce IOMMU AVIC support
Date: Mon, 5 Sep 2016 16:07:16 +0200	[thread overview]
Message-ID: <6139c032-52be-0e02-ef54-aadc76e2beeb@redhat.com> (raw)
In-Reply-To: <20160905135744.GR1437@8bytes.org>



On 05/09/2016 15:57, Joerg Roedel wrote:
> Hi Paolo,
> 
> On Fri, Sep 02, 2016 at 12:46:28PM +0200, Paolo Bonzini wrote:
>> Joerg, if there's no other issues, could you apply the first 9 patches
>> to a branch based on 4.8-rc1 or similar, so that I can pull it into the
>> KVM tree?
> 
> Find the branch at
> 
> 	git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git x86/amd-avic

Pulled (I assume you will merge this into your iommu tree as well, so 
that any conflicts are solved entirely on your side) and applied 
Suravee's other 3 patches with this fixup on the third:

diff --git a/arch/x86/kvm/svm.c b/arch/x86/kvm/svm.c
index 98b5d1261e02..db77c1ca9e76 100644
--- a/arch/x86/kvm/svm.c
+++ b/arch/x86/kvm/svm.c
@@ -4484,7 +4484,7 @@ get_pi_vcpu_info(struct kvm *kvm, struct kvm_kernel_irq_routing_entry *e,
 	struct kvm_lapic_irq irq;
 	struct kvm_vcpu *vcpu = NULL;
 
-	kvm_set_msi_irq(e, &irq);
+	kvm_set_msi_irq(kvm, e, &irq);
 
 	if (!kvm_intr_is_single_vcpu(kvm, &irq, &vcpu)) {
 		pr_debug("SVM: %s: use legacy intr remap mode for irq %u\n",


Thanks!

Paolo

      reply	other threads:[~2016-09-05 14:07 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-23 18:52 [PART2 PATCH v7 00/12] iommu/AMD: Introduce IOMMU AVIC support Suravee Suthikulpanit
2016-08-23 18:52 ` [PART2 PATCH v7 01/12] iommu/amd: Detect and enable guest vAPIC support Suravee Suthikulpanit
2016-08-23 18:52 ` [PART2 PATCH v7 02/12] iommu/amd: Move and introduce new IRTE-related unions and structures Suravee Suthikulpanit
2016-08-23 18:52 ` [PART2 PATCH v7 03/12] iommu/amd: Introduce interrupt remapping ops structure Suravee Suthikulpanit
2016-08-23 18:52 ` [PART2 PATCH v7 04/12] iommu/amd: Add support for multiple IRTE formats Suravee Suthikulpanit
2016-08-23 18:52 ` [PART2 PATCH v7 05/12] iommu/amd: Detect and initialize guest vAPIC log Suravee Suthikulpanit
2016-08-23 18:52 ` [PART2 PATCH v7 06/12] iommu/amd: Adding GALOG interrupt handler Suravee Suthikulpanit
2016-08-23 18:52 ` [PART2 PATCH v7 07/12] iommu/amd: Introduce amd_iommu_update_ga() Suravee Suthikulpanit
2016-08-23 18:52 ` [PART2 PATCH v7 08/12] iommu/amd: Implements irq_set_vcpu_affinity() hook to setup vapic mode for pass-through devices Suravee Suthikulpanit
2016-08-23 18:52 ` [PART2 PATCH v7 09/12] iommu/amd: Enable vAPIC interrupt remapping mode by default Suravee Suthikulpanit
2016-08-23 18:52 ` [PART2 PATCH v7 10/12] svm: Introduces AVIC per-VM ID Suravee Suthikulpanit
2016-08-23 18:52 ` [PART2 PATCH v7 11/12] svm: Introduce AMD IOMMU avic_ga_log_notifier Suravee Suthikulpanit
2016-08-23 18:52 ` [PART2 PATCH v7 12/12] svm: Implements update_pi_irte hook to setup posted interrupt Suravee Suthikulpanit
2016-08-31  4:07   ` Radim Krčmář
2016-08-29  4:53 ` [PART2 PATCH v7 00/12] iommu/AMD: Introduce IOMMU AVIC support Suravee Suthikulpanit
2016-09-02 10:46   ` Paolo Bonzini
2016-09-02 14:05     ` Joerg Roedel
2016-09-02 14:17       ` Suravee Suthikulpanit
2016-09-05 13:57     ` Joerg Roedel
2016-09-05 14:07       ` Paolo Bonzini [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6139c032-52be-0e02-ef54-aadc76e2beeb@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=Suravee.Suthikulpanit@amd.com \
    --cc=alex.williamson@redhat.com \
    --cc=joro@8bytes.org \
    --cc=kvm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rkrcmar@redhat.com \
    --cc=sherry.hurwitz@amd.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox