kvm_arch_get_registers() shouldn't be called directly
authorGleb Natapov <gleb@redhat.com>
Thu, 10 Sep 2009 11:32:55 +0000 (14:32 +0300)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 11 Sep 2009 16:10:09 +0000 (11:10 -0500)
commit62e7aec37b7513aa09d2650bc713e47f345448dc
tree2b6cec7d39b4d22a0e60e7f66c4970a31a57feaf
parent7666bc3ca82de15a01534efc9d25b5f5b13c425d
kvm_arch_get_registers() shouldn't be called directly

Direct call to kvm_arch_get_registers() bypass logic in
cpu_synchronize_state()

Signed-off-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
target-i386/helper.c