summaryrefslogtreecommitdiff
path: root/qemu-kvm.h
diff options
context:
space:
mode:
authorGlauber Costa <glommer@redhat.com>2009-10-15 13:50:36 -0300
committerMarcelo Tosatti <mtosatti@redhat.com>2009-10-19 16:08:02 -0200
commitb4052aa24d5aae911aec6d925c484dbccfe7026c (patch)
tree8b05538a2f0dee4a6e090b34f4843e3dc8a72610 /qemu-kvm.h
parent44987c887e5b8b9633276a94b6bcbbb9b37ea23c (diff)
get rid of vcpu structure
We have no use for it anymore. Only trace of it was in vcpu_create. Make it disappear. Signed-off-by: Glauber Costa <glommer@redhat.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Diffstat (limited to 'qemu-kvm.h')
-rw-r--r--qemu-kvm.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/qemu-kvm.h b/qemu-kvm.h
index b3ed33482..525d78d1e 100644
--- a/qemu-kvm.h
+++ b/qemu-kvm.h
@@ -76,12 +76,7 @@ struct kvm_context {
int max_gsi;
};
-struct kvm_vcpu_context {
- int fd;
-};
-
typedef struct kvm_context *kvm_context_t;
-typedef struct kvm_vcpu_context *kvm_vcpu_context_t;
#include "kvm.h"
int kvm_alloc_kernel_memory(kvm_context_t kvm, unsigned long memory,