aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlauber Costa <glommer@redhat.com>2009-10-09 15:03:18 -0300
committerMarcelo Tosatti <mtosatti@redhat.com>2009-10-13 14:01:22 -0300
commitd97aea9c51250ab78101ee94af5cc34752a2ab93 (patch)
treecd97df327332d193ff81eba47c941e8ab88f3bde /qemu-kvm.h
parentremove kvm_run from vcpu_context (diff)
downloadqemu-kvm-d97aea9c51250ab78101ee94af5cc34752a2ab93.tar.gz
qemu-kvm-d97aea9c51250ab78101ee94af5cc34752a2ab93.tar.bz2
qemu-kvm-d97aea9c51250ab78101ee94af5cc34752a2ab93.zip
remove id field from vcpu context structure
qemu already stores id information in a couple of places. No need to do it here too. 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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/qemu-kvm.h b/qemu-kvm.h
index 84862f989..863911d15 100644
--- a/qemu-kvm.h
+++ b/qemu-kvm.h
@@ -78,7 +78,6 @@ struct kvm_context {
struct kvm_vcpu_context {
int fd;
- uint32_t id;
};
typedef struct kvm_context *kvm_context_t;