Revision 7a4f5ad051e02139a9f1c0f7f4b1acb88915852b authored by Marcelo Tosatti on 27 March 2012, 22:47:26 UTC, committed by Avi Kivity on 05 April 2012, 16:04:09 UTC
vmx_set_cr0 is called from vcpu run context, therefore it expects
kvm->srcu to be held (for setting up the real-mode TSS).

Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
1 parent fea5295
History
File Mode Size
Kconfig -rw-r--r-- 8.5 KB
Makefile -rw-r--r-- 377 bytes
block_io.c -rw-r--r-- 2.4 KB
console.c -rw-r--r-- 614 bytes
hibernate.c -rw-r--r-- 25.1 KB
main.c -rw-r--r-- 11.0 KB
power.h -rw-r--r-- 7.5 KB
poweroff.c -rw-r--r-- 980 bytes
process.c -rw-r--r-- 4.5 KB
qos.c -rw-r--r-- 13.1 KB
snapshot.c -rw-r--r-- 60.4 KB
suspend.c -rw-r--r-- 7.4 KB
suspend_test.c -rw-r--r-- 5.0 KB
swap.c -rw-r--r-- 34.1 KB
user.c -rw-r--r-- 9.9 KB

back to top