diff options
author | Amit Shah | 2014-11-18 13:31:26 +0100 |
---|---|---|
committer | Amit Shah | 2014-12-16 13:17:35 +0100 |
commit | 1f51a5cb9741c9bf98b1e3d0e3ee60b71cfdf63e (patch) | |
tree | 99bbb915ad9db271b0d6bf2ca20497fc5e08f6e3 /MAINTAINERS | |
parent | MAINTAINERS: migration: add vmstate static checker files (diff) | |
download | qemu-1f51a5cb9741c9bf98b1e3d0e3ee60b71cfdf63e.tar.gz qemu-1f51a5cb9741c9bf98b1e3d0e3ee60b71cfdf63e.tar.xz qemu-1f51a5cb9741c9bf98b1e3d0e3ee60b71cfdf63e.zip |
MAINTAINERS: add entry for virtio-rng
Signed-off-by: Amit Shah <amit.shah@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Amit Shah <amit.shah@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index af8d856bb8..4c46cfe787 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -697,6 +697,13 @@ S: Supported F: hw/char/virtio-serial-bus.c F: hw/char/virtio-console.c +virtio-rng +M: Amit Shah <amit.shah@redhat.com> +S: Supported +F: hw/virtio/virtio-rng.c +F: include/hw/virtio/virtio-rng.h +F: backends/rng*.c + nvme M: Keith Busch <keith.busch@intel.com> S: Supported |