All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] AMD IOMMU: fix type of "bdf" parameter of update_intremap_entry_from_msi_msg()
@ 2012-11-19 14:14 Jan Beulich
  2012-11-19 14:15 ` Andrew Cooper
  2012-11-19 14:57 ` Huang2, Wei
  0 siblings, 2 replies; 3+ messages in thread
From: Jan Beulich @ 2012-11-19 14:14 UTC (permalink / raw)
  To: xen-devel; +Cc: Andrew Cooper, Wei Huang, Wei Wang

Reported-by: Andrew Cooper <andrew.cooper3@citrix.com>
Signed-off-by: Jan Beulich <jbeulich@suse.com>

--- a/xen/drivers/passthrough/amd/iommu_intr.c
+++ b/xen/drivers/passthrough/amd/iommu_intr.c
@@ -263,7 +263,7 @@ void amd_iommu_ioapic_update_ire(
 }
 
 static void update_intremap_entry_from_msi_msg(
-    struct amd_iommu *iommu, u8 bdf,
+    struct amd_iommu *iommu, u16 bdf,
     struct msi_desc *msi_desc, struct msi_msg *msg)
 {
     unsigned long flags;

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-11-19 14:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-19 14:14 [PATCH] AMD IOMMU: fix type of "bdf" parameter of update_intremap_entry_from_msi_msg() Jan Beulich
2012-11-19 14:15 ` Andrew Cooper
2012-11-19 14:57 ` Huang2, Wei

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.