commit | 120e9a453b5e7d9a708caff7d97b71fc4ccd59e8 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@qumranet.com> | Tue Jun 05 14:36:10 2007 +0300 |
committer | Avi Kivity <avi@qumranet.com> | Mon Jul 16 12:05:45 2007 +0300 |
tree | ed86703fbc2f50183f07dbc0fd7ce5dc7560a222 | |
parent | 7b53aa56508479507c6e5667bb252ca7c2cd19cf [diff] |
KVM: Fix adding an smp virtual machine to the vm list If we add the vm once per vcpu, we corrupt the list if the guest has multiple vcpus. Signed-off-by: Avi Kivity <avi@qumranet.com>