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-- 813 bytes
Makefile -rw-r--r-- 439 bytes
alarmtimer.c -rw-r--r-- 20.1 KB
clockevents.c -rw-r--r-- 11.3 KB
clocksource.c -rw-r--r-- 26.4 KB
jiffies.c -rw-r--r-- 3.0 KB
ntp.c -rw-r--r-- 23.4 KB
posix-clock.c -rw-r--r-- 8.4 KB
tick-broadcast.c -rw-r--r-- 15.6 KB
tick-common.c -rw-r--r-- 9.5 KB
tick-internal.h -rw-r--r-- 4.6 KB
tick-oneshot.c -rw-r--r-- 2.8 KB
tick-sched.c -rw-r--r-- 22.9 KB
timecompare.c -rw-r--r-- 4.8 KB
timeconv.c -rw-r--r-- 3.5 KB
timekeeping.c -rw-r--r-- 33.8 KB
timer_list.c -rw-r--r-- 7.5 KB
timer_stats.c -rw-r--r-- 9.9 KB

back to top