commit | fc02086b5ab8de50ce8234cf8f42b254de9e5d91 | [log] [tgz] |
---|---|---|
author | Eduardo Habkost <ehabkost@redhat.com> | Fri Sep 26 17:45:32 2014 -0300 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Oct 09 15:36:15 2014 +0200 |
tree | b9fbdade621b2cea38a3aeaa492f461e4a2efe26 | |
parent | ac2da55e01b1a84e6bba32768211201dec230232 [diff] |
kvm: Make KVMState be the TYPE_KVM_ACCEL instance struct Now that we create an accel object before calling machine_init, we can simply use the accel object to save all KVMState data, instead of allocationg KVMState manually. Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>