[PATCH] MAINTAINERS: add VT-d entry

Peter Xu posted 1 patch 3 years, 10 months ago
Test FreeBSD passed
Test docker-quick@centos7 passed
Test checkpatch passed
Test docker-mingw@fedora passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200701124418.63060-1-peterx@redhat.com
MAINTAINERS | 9 +++++++++
1 file changed, 9 insertions(+)
[PATCH] MAINTAINERS: add VT-d entry
Posted by Peter Xu 3 years, 10 months ago
Add this entry as suggested by Jason and Michael.

CC: Jason Wang <jasowang@redhat.com>
CC: Michael S. Tsirkin <mst@redhat.com>
CC: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Peter Xu <peterx@redhat.com>
---
 MAINTAINERS | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index dec252f38b..569cfc1fcd 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2615,6 +2615,15 @@ F: tests/uefi-test-tools/
 F: .gitlab-ci.d/edk2.yml
 F: .gitlab-ci.d/edk2/
 
+VT-d Emulation
+M: Michael S. Tsirkin <mst@redhat.com>
+M: Peter Xu <peterx@redhat.com>
+R: Jason Wang <jasowang@redhat.com>
+S: Supported
+F: hw/i386/intel_iommu.c
+F: hw/i386/intel_iommu_internal.h
+F: include/hw/i386/intel_iommu.h
+
 Usermode Emulation
 ------------------
 Overall usermode emulation
-- 
2.26.2


RE: [PATCH] MAINTAINERS: add VT-d entry
Posted by Liu, Yi L 3 years, 9 months ago
> From: Peter Xu <peterx@redhat.com>
> Sent: Wednesday, July 1, 2020 8:44 PM> 
> Add this entry as suggested by Jason and Michael.
> 
> CC: Jason Wang <jasowang@redhat.com>
> CC: Michael S. Tsirkin <mst@redhat.com>
> CC: Paolo Bonzini <pbonzini@redhat.com>
> Signed-off-by: Peter Xu <peterx@redhat.com>
> ---
>  MAINTAINERS | 9 +++++++++
>  1 file changed, 9 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index dec252f38b..569cfc1fcd 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2615,6 +2615,15 @@ F: tests/uefi-test-tools/
>  F: .gitlab-ci.d/edk2.yml
>  F: .gitlab-ci.d/edk2/
> 
> +VT-d Emulation
> +M: Michael S. Tsirkin <mst@redhat.com>
> +M: Peter Xu <peterx@redhat.com>
> +R: Jason Wang <jasowang@redhat.com>

great!

Regards,
Yi Liu

> +S: Supported
> +F: hw/i386/intel_iommu.c
> +F: hw/i386/intel_iommu_internal.h
> +F: include/hw/i386/intel_iommu.h
> +
>  Usermode Emulation
>  ------------------
>  Overall usermode emulation
> --
> 2.26.2
> 


Re: [PATCH] MAINTAINERS: add VT-d entry
Posted by Jason Wang 3 years, 9 months ago
On 2020/7/1 下午8:44, Peter Xu wrote:
> Add this entry as suggested by Jason and Michael.
>
> CC: Jason Wang <jasowang@redhat.com>
> CC: Michael S. Tsirkin <mst@redhat.com>
> CC: Paolo Bonzini <pbonzini@redhat.com>
> Signed-off-by: Peter Xu <peterx@redhat.com>
> ---
>   MAINTAINERS | 9 +++++++++
>   1 file changed, 9 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index dec252f38b..569cfc1fcd 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2615,6 +2615,15 @@ F: tests/uefi-test-tools/
>   F: .gitlab-ci.d/edk2.yml
>   F: .gitlab-ci.d/edk2/
>   
> +VT-d Emulation
> +M: Michael S. Tsirkin <mst@redhat.com>
> +M: Peter Xu <peterx@redhat.com>
> +R: Jason Wang <jasowang@redhat.com>
> +S: Supported
> +F: hw/i386/intel_iommu.c
> +F: hw/i386/intel_iommu_internal.h
> +F: include/hw/i386/intel_iommu.h
> +
>   Usermode Emulation
>   ------------------
>   Overall usermode emulation


Acked-by: Jason Wang <jasowang@redhat.com>

Thanks