diff options
author | Philippe Mathieu-Daudé | 2020-05-08 12:02:22 +0200 |
---|---|---|
committer | Paolo Bonzini | 2020-06-10 18:09:56 +0200 |
commit | da278d58a092bfcc4e36f1e274229c1468dea731 (patch) | |
tree | 83fa17711816ae569b86ebccdadbfe04d0819db0 /MAINTAINERS | |
parent | hw/i386/vmport: Assert vmport initialized before registering commands (diff) | |
download | qemu-da278d58a092bfcc4e36f1e274229c1468dea731.tar.gz qemu-da278d58a092bfcc4e36f1e274229c1468dea731.tar.xz qemu-da278d58a092bfcc4e36f1e274229c1468dea731.zip |
accel: Move Xen accelerator code under accel/xen/
This code is not related to hardware emulation.
Move it under accel/ with the other hypervisors.
Reviewed-by: Paul Durrant <paul@xen.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200508100222.7112-1-philmd@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 3abe3faa4e..abe4d7ef8a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -440,6 +440,7 @@ M: Paul Durrant <paul@xen.org> L: xen-devel@lists.xenproject.org S: Supported F: */xen* +F: accel/xen/* F: hw/9pfs/xen-9p* F: hw/char/xen_console.c F: hw/display/xenfb.c @@ -453,6 +454,7 @@ F: hw/i386/xen/ F: hw/pci-host/xen_igd_pt.c F: include/hw/block/dataplane/xen* F: include/hw/xen/ +F: include/sysemu/xen.h F: include/sysemu/xen-mapcache.h Guest CPU Cores (HAXM) |