aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlauber Costa <glommer@redhat.com>2009-10-09 15:03:17 -0300
committerMarcelo Tosatti <mtosatti@redhat.com>2009-10-13 14:01:19 -0300
commitceb85db56b4fb3b87b0eeca91f8ffe5333132ba0 (patch)
treea06214be3c78299fb3e43a2119dabde4794dd68e /qemu-kvm.h
parentuse env in kvm_arch_run (diff)
downloadqemu-kvm-ceb85db56b4fb3b87b0eeca91f8ffe5333132ba0.tar.gz
qemu-kvm-ceb85db56b4fb3b87b0eeca91f8ffe5333132ba0.tar.bz2
qemu-kvm-ceb85db56b4fb3b87b0eeca91f8ffe5333132ba0.zip
remove kvm_run from vcpu_context
There are no more users of kvm_run inside vcpu context. Remove it, and leave the one inside CPUState for the job. 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 8b5cfb788..84862f989 100644
--- a/qemu-kvm.h
+++ b/qemu-kvm.h
@@ -78,7 +78,6 @@ struct kvm_context {
struct kvm_vcpu_context {
int fd;
- struct kvm_run *run;
uint32_t id;
};