aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlauber Costa <glommer@redhat.com>2009-07-14 11:35:12 -0400
committerMarcelo Tosatti <mtosatti@redhat.com>2009-07-14 19:37:29 -0300
commit0a27a7a55a4494572277f3b8e111c3bbcc6a331e (patch)
treec64d55e18bbf4001e6e8222b39fd8568f24c126c /kvm-all.c
parentreplace USE_KVM with CONFIG_KVM (diff)
downloadqemu-kvm-0a27a7a55a4494572277f3b8e111c3bbcc6a331e.tar.gz
qemu-kvm-0a27a7a55a4494572277f3b8e111c3bbcc6a331e.tar.bz2
qemu-kvm-0a27a7a55a4494572277f3b8e111c3bbcc6a331e.zip
Do not compile qemu-kvm.c and qemu-kvm-x86.c
Instead, include them from upstream files Signed-off-by: Glauber Costa <glommer@redhat.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Diffstat (limited to 'kvm-all.c')
-rw-r--r--kvm-all.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/kvm-all.c b/kvm-all.c
index 4c2fdf5e2..e42b1f693 100644
--- a/kvm-all.c
+++ b/kvm-all.c
@@ -1029,3 +1029,5 @@ void kvm_remove_all_breakpoints(CPUState *current_env)
}
#endif /* !KVM_CAP_SET_GUEST_DEBUG */
#endif
+
+#include "qemu-kvm.c"