diff options
author | Peter Xu | 2020-07-01 14:44:18 +0200 |
---|---|---|
committer | Michael S. Tsirkin | 2020-07-03 13:57:04 +0200 |
commit | 8bc43f39a911036467b95abcac59f22240ac1957 (patch) | |
tree | d6b7d33f6988d3aa3d26bc734ced3ea7a538bc09 /MAINTAINERS | |
parent | docs: vhost-user: add Virtio status protocol feature (diff) | |
download | qemu-8bc43f39a911036467b95abcac59f22240ac1957.tar.gz qemu-8bc43f39a911036467b95abcac59f22240ac1957.tar.xz qemu-8bc43f39a911036467b95abcac59f22240ac1957.zip |
MAINTAINERS: add VT-d entry
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>
Message-Id: <20200701124418.63060-1-peterx@redhat.com>
Acked-by: Jason Wang <jasowang@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 5f02160436..49a0d837d7 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2624,6 +2624,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 |