diff options
author | Thomas Huth | 2016-02-25 13:44:20 +0100 |
---|---|---|
committer | Amit Shah | 2016-03-03 13:12:23 +0100 |
commit | 750cf86932cd16bd881bba372738c1c6f17fc189 (patch) | |
tree | 280f5f3af45b41e900da647819e6d24f98db231b /MAINTAINERS | |
parent | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int... (diff) | |
download | qemu-750cf86932cd16bd881bba372738c1c6f17fc189.tar.gz qemu-750cf86932cd16bd881bba372738c1c6f17fc189.tar.xz qemu-750cf86932cd16bd881bba372738c1c6f17fc189.zip |
MAINTAINERS: Add an entry for the include/sysemu/rng*.h files
These headers are used by the virtio-rng and rng backends code,
so they should be listed in the same section in MAINTAINERS, too.
Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Amit Shah <amit.shah@redhat.com>
Message-Id: <1456404260-26928-1-git-send-email-thuth@redhat.com>
Signed-off-by: Amit Shah <amit.shah@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 13d1b4d81a..2f5a338218 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -921,6 +921,7 @@ M: Amit Shah <amit.shah@redhat.com> S: Supported F: hw/virtio/virtio-rng.c F: include/hw/virtio/virtio-rng.h +F: include/sysemu/rng*.h F: backends/rng*.c nvme |