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)
commit2637c754ccdb286890ed2a8d0d1da775dbd062af
tree2b6cec7d39b4d22a0e60e7f66c4970a31a57feaf
parent7e72abc382b700a72549e8147bdea413534eeedc
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