diff options
author | Paul Durrant | 2019-01-08 15:49:02 +0100 |
---|---|---|
committer | Anthony PERARD | 2019-01-14 14:45:40 +0100 |
commit | 19b845bda8f52cb449b982cddf1047287ead8e65 (patch) | |
tree | 8c79b30d12561ac46c4b7acd000bd2b78ed964ca /MAINTAINERS | |
parent | xen: automatically create XenBlockDevice-s (diff) | |
download | qemu-19b845bda8f52cb449b982cddf1047287ead8e65.tar.gz qemu-19b845bda8f52cb449b982cddf1047287ead8e65.tar.xz qemu-19b845bda8f52cb449b982cddf1047287ead8e65.zip |
MAINTAINERS: add myself as a Xen maintainer
I have made many significant contributions to the Xen code in QEMU,
particularly the recent patches introducing a new PV device framework.
I intend to make further significant contributions, porting other PV back-
ends to the new framework with the intent of eventually removing the
legacy code. It therefore seems reasonable that I become a maintainer of
the Xen code.
Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
Acked-by: Anthony Perard <anthony.perard@citrix.com>
Acked-by: Stefano Stabellini <sstabellini@kernel.org>
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 43b2691b5d..2a1520dee7 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -407,6 +407,7 @@ Guest CPU Cores (Xen): X86 M: Stefano Stabellini <sstabellini@kernel.org> M: Anthony Perard <anthony.perard@citrix.com> +M: Paul Durrant <paul.durrant@citrix.com> L: xen-devel@lists.xenproject.org S: Supported F: */xen* |