diff options
author | Glauber Costa <glommer@redhat.com> | 2009-10-09 15:03:17 -0300 |
---|---|---|
committer | Marcelo Tosatti <mtosatti@redhat.com> | 2009-10-13 14:01:19 -0300 |
commit | ceb85db56b4fb3b87b0eeca91f8ffe5333132ba0 (patch) | |
tree | a06214be3c78299fb3e43a2119dabde4794dd68e /qemu-kvm.h | |
parent | f0c0b9df4c5ec97ffa9b8e51b723c8a370611054 (diff) |
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.h | 1 |
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; }; |