summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorPaul Durrant2019-01-08 15:48:55 +0100
committerAnthony PERARD2019-01-14 14:45:40 +0100
commitfcab2b464e06ee096f3496e3d502e35b930570b8 (patch)
treeaa0318b31871519bc412b8a568bc776f11be26b2 /MAINTAINERS
parentxen: remove unnecessary code from dataplane/xen-block.c (diff)
downloadqemu-fcab2b464e06ee096f3496e3d502e35b930570b8.tar.gz
qemu-fcab2b464e06ee096f3496e3d502e35b930570b8.tar.xz
qemu-fcab2b464e06ee096f3496e3d502e35b930570b8.zip
xen: add header and build dataplane/xen-block.c
This patch adds the transformations necessary to get dataplane/xen-block.c to build against the new XenBus/XenDevice framework. MAINTAINERS is also updated due to the introduction of dataplane/xen-block.h. NOTE: Existing data structure names are retained for the moment. These will be modified by subsequent patches. A typedef for XenBlockDataPlane has been added to the header (based on the old struct XenBlkDev name for the moment) so that the old names don't need to leak out of the dataplane code. Signed-off-by: Paul Durrant <paul.durrant@citrix.com> Reviewed-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 4c98b34853..43b2691b5d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -419,6 +419,7 @@ F: hw/block/dataplane/xen*
F: hw/xen/
F: hw/xenpv/
F: hw/i386/xen/
+F: include/hw/block/dataplane/xen*
F: include/hw/xen/
F: include/sysemu/xen-mapcache.h