| commit | 2705d56a6a7e9c7833e04d33aedbc01d2280a280 | [log] [tgz] |
|---|---|---|
| author | Jan Kiszka <jan.kiszka@siemens.com> | Tue May 04 09:45:23 2010 -0300 |
| committer | Marcelo Tosatti <mtosatti@redhat.com> | Tue May 11 14:02:22 2010 -0300 |
| tree | 95c33a7acfb882d07f817c23db80fbb22afb6216 | |
| parent | e82bcec25f19846bfb899d55c9fb5915516b378a [diff] |
kvm: synchronize state from cpu context It is not safe to retrieve the KVM internal state of a given cpu while its potentially modifying it. Queue the request to run on cpu context, similarly to qemu-kvm. Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com> Signed-off-by: Avi Kivity <avi@redhat.com>