diff mbox series

MAINTAINERS: add VT-d entry

Message ID 20200701124418.63060-1-peterx@redhat.com
State New
Headers show
Series MAINTAINERS: add VT-d entry | expand

Commit Message

Peter Xu July 1, 2020, 12:44 p.m. UTC
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(+)

Comments

Yi Liu July 2, 2020, 2:16 a.m. UTC | #1
> 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
>
Jason Wang July 2, 2020, 2:52 a.m. UTC | #2
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
diff mbox series

Patch

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