summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlauber Costa <glommer@redhat.com>2009-07-21 18:13:10 -0400
committerMarcelo Tosatti <mtosatti@redhat.com>2009-07-22 16:48:49 -0300
commit419a1c8db3e8c8c485d487f5b811827e191c074c (patch)
tree07a1e900ecd97a94d150b4c49af6c9493b6752c1 /cpu-defs.h
parentreuse env stop and stopped states (diff)
downloadqemu-kvm-419a1c8db3e8c8c485d487f5b811827e191c074c.tar.gz
qemu-kvm-419a1c8db3e8c8c485d487f5b811827e191c074c.tar.bz2
qemu-kvm-419a1c8db3e8c8c485d487f5b811827e191c074c.zip
remove created from kvm_state
Again, CPUState has it, and it means exactly that. 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 fce366f3f..ce9f96ab7 100644
--- a/cpu-defs.h
+++ b/cpu-defs.h
@@ -142,7 +142,6 @@ struct qemu_work_item;
struct KVMCPUState {
pthread_t thread;
int signalled;
- int created;
void *vcpu_ctx;
struct qemu_work_item *queued_work_first, *queued_work_last;
};