summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorPaul Durrant2019-01-08 15:48:53 +0100
committerAnthony PERARD2019-01-14 14:45:40 +0100
commit4ea7d1a7f1e6555be1222f0a873eba3d603c1335 (patch)
treeef852802e54c5d438c2e73ee8e143ec84c05729e /MAINTAINERS
parentxen: add event channel interface for XenDevice-s (diff)
downloadqemu-4ea7d1a7f1e6555be1222f0a873eba3d603c1335.tar.gz
qemu-4ea7d1a7f1e6555be1222f0a873eba3d603c1335.tar.xz
qemu-4ea7d1a7f1e6555be1222f0a873eba3d603c1335.zip
xen: duplicate xen_disk.c as basis of dataplane/xen-block.c
The new xen-block XenDevice implementation requires the same core dataplane as the legacy xen_disk implementation it will eventually replace. This patch therefore copies the legacy xen_disk.c source module into a new dataplane/xen-block.c source module as the basis for the new dataplane and adjusts the MAINTAINERS file accordingly. NOTE: The duplicated code is not yet built. It is simply put into place by this patch (just fixing style violations) such that the modifications that will need to be made to the code are not conflated with code movement, thus making review harder. Signed-off-by: Paul Durrant <paul.durrant@citrix.com> Acked-by: Anthony Perard <anthony.perard@citrix.com> Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 7514550c06..4c98b34853 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -415,6 +415,7 @@ F: hw/char/xen_console.c
F: hw/display/xenfb.c
F: hw/net/xen_nic.c
F: hw/block/xen*
+F: hw/block/dataplane/xen*
F: hw/xen/
F: hw/xenpv/
F: hw/i386/xen/