aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlauber Costa <glommer@redhat.com>2009-07-14 11:35:14 -0400
committerMarcelo Tosatti <mtosatti@redhat.com>2009-07-14 19:37:30 -0300
commitc3c37ccde9706b98a6c8e7c4faeadaac392c098b (patch)
tree78dd5bd8ef86eb1b44165aa4e89e5aa6d6b7fbca /qemu-kvm-x86.c
parentreplace malloc with qemu_malloc (diff)
downloadqemu-kvm-c3c37ccde9706b98a6c8e7c4faeadaac392c098b.tar.gz
qemu-kvm-c3c37ccde9706b98a6c8e7c4faeadaac392c098b.tar.bz2
qemu-kvm-c3c37ccde9706b98a6c8e7c4faeadaac392c098b.zip
fold libkvm-all into standard qemu header
Sharing of structures containing each other between libkvm-all.h and qemu-kmv.h gets a bit messy in this series. So fold them together. libkvm-all.h has no place in the final schema of things anyway. Signed-off-by: Glauber Costa <glommer@redhat.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Diffstat (limited to 'qemu-kvm-x86.c')
-rw-r--r--qemu-kvm-x86.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/qemu-kvm-x86.c b/qemu-kvm-x86.c
index e953391d0..b531ca46a 100644
--- a/qemu-kvm-x86.c
+++ b/qemu-kvm-x86.c
@@ -15,7 +15,6 @@
#include <sys/io.h>
#include "qemu-kvm.h"
-#include "libkvm-all.h"
#include "libkvm.h"
#include <pthread.h>
#include <sys/utsname.h>