diff options
author | Philippe Mathieu-Daudé <philmd@redhat.com> | 2020-05-08 12:02:22 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-06-10 12:09:56 -0400 |
commit | da278d58a092bfcc4e36f1e274229c1468dea731 (patch) | |
tree | 83fa17711816ae569b86ebccdadbfe04d0819db0 /include/exec | |
parent | 23accdf162dcccb9fec9585a64ad01a87b13da5c (diff) | |
download | qemu-da278d58a092bfcc4e36f1e274229c1468dea731.zip qemu-da278d58a092bfcc4e36f1e274229c1468dea731.tar.gz qemu-da278d58a092bfcc4e36f1e274229c1468dea731.tar.bz2 |
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 'include/exec')
-rw-r--r-- | include/exec/ram_addr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/exec/ram_addr.h b/include/exec/ram_addr.h index b295f6a..7b5c24e 100644 --- a/include/exec/ram_addr.h +++ b/include/exec/ram_addr.h @@ -21,7 +21,7 @@ #ifndef CONFIG_USER_ONLY #include "cpu.h" -#include "hw/xen/xen.h" +#include "sysemu/xen.h" #include "sysemu/tcg.h" #include "exec/ramlist.h" #include "exec/ramblock.h" |