2013-04-10 15:57:36

by Suthikulpanit, Suravee

[permalink] [raw]
Subject: [PATCH 0/2] iommu/amd: iommu/amd: Show detail event log when using amd-iommu=verbose

From: Suravee Suthikulpanit <[email protected]>

This patch set add detail event log information for AMD IOMMU in dmesg when booting with
"amd-iommu=verbose".

Suravee Suthikulpanit (2):
iommu/amd: Adding new command line option "amd-iommu=verbose"
iommu/amd: Add logic to decode AMD IOMMU event flag

drivers/iommu/amd_iommu.c | 215 ++++++++++++++++++++++++++++++---------
drivers/iommu/amd_iommu_init.c | 4 +
drivers/iommu/amd_iommu_types.h | 2 +
3 files changed, 174 insertions(+), 47 deletions(-)

--
1.7.10.4


2013-04-25 14:52:58

by Suthikulpanit, Suravee

[permalink] [raw]
Subject: Re: [PATCH 0/2] iommu/amd: iommu/amd: Show detail event log when using amd-iommu=verbose

Joerg,

Do you have any other concerns about this patch set?

Thank you,

Suravee

On 4/10/2013 10:57 AM, [email protected] wrote:
> From: Suravee Suthikulpanit <[email protected]>
>
> This patch set add detail event log information for AMD IOMMU in dmesg when booting with
> "amd-iommu=verbose".
>
> Suravee Suthikulpanit (2):
> iommu/amd: Adding new command line option "amd-iommu=verbose"
> iommu/amd: Add logic to decode AMD IOMMU event flag
>
> drivers/iommu/amd_iommu.c | 215 ++++++++++++++++++++++++++++++---------
> drivers/iommu/amd_iommu_init.c | 4 +
> drivers/iommu/amd_iommu_types.h | 2 +
> 3 files changed, 174 insertions(+), 47 deletions(-)
>