diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2020-06-10 12:14:21 -0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-06-12 11:20:15 -0400 |
commit | 234b74966390894046dfef6157ecc49c39fdce20 (patch) | |
tree | 748588f5ab46334052814d35e24edcb320f66a70 /stubs/Makefile.objs | |
parent | ed5d7ff34a8cfafd8efe2aab4eeaf9bf789870e3 (diff) | |
download | qemu-234b74966390894046dfef6157ecc49c39fdce20.zip qemu-234b74966390894046dfef6157ecc49c39fdce20.tar.gz qemu-234b74966390894046dfef6157ecc49c39fdce20.tar.bz2 |
stubs: move Xen stubs to accel/
Keep them close to the other accelerator-dependent stubs, so as to remove
stubs that are not needed by tools.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'stubs/Makefile.objs')
-rw-r--r-- | stubs/Makefile.objs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/stubs/Makefile.objs b/stubs/Makefile.objs index c1e43ac..28e4817 100644 --- a/stubs/Makefile.objs +++ b/stubs/Makefile.objs @@ -49,7 +49,5 @@ stub-obj-y += target-get-monitor-def.o stub-obj-y += target-monitor-defs.o stub-obj-y += uuid.o stub-obj-y += vm-stop.o -stub-obj-y += xen-common.o -stub-obj-y += xen-hvm.o endif # CONFIG_SOFTMMU || CONFIG_TOOLS |