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-ia64.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-ia64.c')
-rw-r--r--qemu-kvm-ia64.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/qemu-kvm-ia64.c b/qemu-kvm-ia64.c
index 582113f1a..b8a2587c2 100644
--- a/qemu-kvm-ia64.c
+++ b/qemu-kvm-ia64.c
@@ -5,7 +5,6 @@
#include "hw/hw.h"
#include "qemu-kvm.h"
-#include "libkvm-all.h"
#include <pthread.h>
#include <sys/utsname.h>
#include <sys/io.h>