* [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* Re: [PATCH] AMD IOMMU: fix type of "bdf" parameter of update_intremap_entry_from_msi_msg()
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
1 sibling, 0 replies; 3+ messages in thread
From: Andrew Cooper @ 2012-11-19 14:15 UTC (permalink / raw)
To: Jan Beulich; +Cc: Wei Huang, Wei Wang, xen-devel
On 19/11/12 14:14, Jan Beulich wrote:
> Reported-by: Andrew Cooper <andrew.cooper3@citrix.com>
> Signed-off-by: Jan Beulich <jbeulich@suse.com>
Looks good to me.
>
> --- 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;
>
>
>
--
Andrew Cooper - Dom0 Kernel Engineer, Citrix XenServer
T: +44 (0)1223 225 900, http://www.citrix.com
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] AMD IOMMU: fix type of "bdf" parameter of update_intremap_entry_from_msi_msg()
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
1 sibling, 0 replies; 3+ messages in thread
From: Huang2, Wei @ 2012-11-19 14:57 UTC (permalink / raw)
To: Jan Beulich, xen-devel; +Cc: Andrew Cooper, Wei Wang
Acked-by: Wei Huang <wei.huang2@amd.com>
-Wei
-----Original Message-----
From: Jan Beulich [mailto:JBeulich@suse.com]
Sent: Monday, November 19, 2012 8:14 AM
To: xen-devel
Cc: Huang2, Wei; Andrew Cooper; Wei Wang
Subject: [PATCH] AMD IOMMU: fix type of "bdf" parameter of update_intremap_entry_from_msi_msg()
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.