diff options
author | David Hildenbrand | 2020-06-26 09:22:39 +0200 |
---|---|---|
committer | Michael S. Tsirkin | 2020-07-03 13:57:04 +0200 |
commit | 751c7bdd0422decea9b18c1dc61da907242e48d9 (patch) | |
tree | c42a3f28cd742fe01fdb5182789e63818fc370f7 /MAINTAINERS | |
parent | virtio-pci: Proxy for virtio-mem (diff) | |
download | qemu-751c7bdd0422decea9b18c1dc61da907242e48d9.tar.gz qemu-751c7bdd0422decea9b18c1dc61da907242e48d9.tar.xz qemu-751c7bdd0422decea9b18c1dc61da907242e48d9.zip |
MAINTAINERS: Add myself as virtio-mem maintainer
Let's make sure patches/bug reports find the right person.
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Cc: "Michael S. Tsirkin" <mst@redhat.com>
Cc: Peter Maydell <peter.maydell@linaro.org>
Cc: Markus Armbruster <armbru@redhat.com>
Signed-off-by: David Hildenbrand <david@redhat.com>
Message-Id: <20200626072248.78761-13-david@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 dec252f38b..5f02160436 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1790,6 +1790,15 @@ F: hw/virtio/virtio-crypto.c F: hw/virtio/virtio-crypto-pci.c F: include/hw/virtio/virtio-crypto.h +virtio-mem +M: David Hildenbrand <david@redhat.com> +S: Supported +W: https://virtio-mem.gitlab.io/ +F: hw/virtio/virtio-mem.c +F: hw/virtio/virtio-mem-pci.h +F: hw/virtio/virtio-mem-pci.c +F: include/hw/virtio/virtio-mem.h + nvme M: Keith Busch <kbusch@kernel.org> L: qemu-block@nongnu.org |