diff mbox

[RFC,7/7] accel: Move qtest.c to accel/

Message ID 1482255793-19057-8-git-send-email-ehabkost@redhat.com
State New
Headers show

Commit Message

Eduardo Habkost Dec. 20, 2016, 5:43 p.m. UTC
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
---
 Makefile.target          | 2 +-
 qtest.c => accel/qtest.c | 0
 accel/Makefile.objs      | 2 ++
 3 files changed, 3 insertions(+), 1 deletion(-)
 rename qtest.c => accel/qtest.c (100%)
diff mbox

Patch

diff --git a/Makefile.target b/Makefile.target
index 70a1261..fd319ac 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -134,7 +134,7 @@  endif #CONFIG_BSD_USER
 # System emulator target
 ifdef CONFIG_SOFTMMU
 obj-y += arch_init.o cpus.o monitor.o gdbstub.o balloon.o ioport.o numa.o
-obj-y += qtest.o bootdevice.o
+obj-y += bootdevice.o
 obj-y += hw/
 obj-y += memory.o cputlb.o
 obj-y += memory_mapping.o
diff --git a/qtest.c b/accel/qtest.c
similarity index 100%
rename from qtest.c
rename to accel/qtest.c
diff --git a/accel/Makefile.objs b/accel/Makefile.objs
index 52f7cac..a71bc78 100644
--- a/accel/Makefile.objs
+++ b/accel/Makefile.objs
@@ -4,4 +4,6 @@  obj-$(CONFIG_XEN_I386) += xen-hvm.o xen-mapcache.o
 obj-$(CONFIG_KVM) += kvm-common.o
 obj-$(call lnot,$(CONFIG_KVM)) += kvm-stub.o
 
+obj-y += qtest.o
+
 common-obj-y = accel.o