summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlauber Costa <glommer@redhat.com>2009-10-15 13:50:35 -0300
committerMarcelo Tosatti <mtosatti@redhat.com>2009-10-19 16:07:57 -0200
commit44987c887e5b8b9633276a94b6bcbbb9b37ea23c (patch)
tree679f0fb615e72157695fb455eb785552de564794 /cpu-defs.h
parentMerge branch 'upstream-merge' (diff)
downloadqemu-kvm-44987c887e5b8b9633276a94b6bcbbb9b37ea23c.tar.gz
qemu-kvm-44987c887e5b8b9633276a94b6bcbbb9b37ea23c.tar.bz2
qemu-kvm-44987c887e5b8b9633276a94b6bcbbb9b37ea23c.zip
change function signatures so that they don't take a vcpu argument
At this point, vcpu arguments are passed only for the fd field. We already provide that in env, as kvm_fd. Replace it. Signed-off-by: Glauber Costa <glommer@redhat.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Diffstat (limited to 'cpu-defs.h')
-rw-r--r--cpu-defs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpu-defs.h b/cpu-defs.h
index 1f482678d..cf502e992 100644
--- a/cpu-defs.h
+++ b/cpu-defs.h
@@ -141,7 +141,6 @@ struct qemu_work_item;
struct KVMCPUState {
pthread_t thread;
int signalled;
- void *vcpu_ctx;
struct qemu_work_item *queued_work_first, *queued_work_last;
int regs_modified;
};