diff options
author | David Hildenbrand | 2020-03-12 14:37:25 +0100 |
---|---|---|
committer | Michael S. Tsirkin | 2020-03-29 12:33:47 +0200 |
commit | 6d7b25ad6e25ca639c84ba356f42d6ab8ef34e52 (patch) | |
tree | 6ce0b35ff6a9646f11b04cc12f62931ffe0a794e /MAINTAINERS | |
parent | checkpatch: enforce process for expected files (diff) | |
download | qemu-6d7b25ad6e25ca639c84ba356f42d6ab8ef34e52.tar.gz qemu-6d7b25ad6e25ca639c84ba356f42d6ab8ef34e52.tar.xz qemu-6d7b25ad6e25ca639c84ba356f42d6ab8ef34e52.zip |
MAINTAINERS: Add myself as virtio-balloon co-maintainer
As suggested by Michael, let's add me as co-maintainer of virtio-balloon.
While at it, also add "balloon.c" and "include/sysemu/balloon.h" to the
file list.
Cc: Michael S. Tsirkin <mst@redhat.com>
Cc: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: David Hildenbrand <david@redhat.com>
Message-Id: <20200312133725.8192-1-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 b5c86ec494..e580276603 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1634,6 +1634,15 @@ F: hw/virtio/trace-events F: net/vhost-user.c F: include/hw/virtio/ +virtio-balloon +M: Michael S. Tsirkin <mst@redhat.com> +M: David Hildenbrand <david@redhat.com> +S: Maintained +F: hw/virtio/virtio-balloon*.c +F: include/hw/virtio/virtio-balloon.h +F: balloon.c +F: include/sysemu/balloon.h + virtio-9p M: Greg Kurz <groug@kaod.org> R: Christian Schoenebeck <qemu_oss@crudebyte.com> |