Files
linux/include
Avi Kivity d7824fff89 KVM: MMU: Avoid calling gfn_to_page() in mmu_set_spte()
Since gfn_to_page() is a sleeping function, and we want to make the core mmu
spinlocked, we need to pass the page from the walker context (which can sleep)
to the shadow context (which cannot).

[marcelo: avoid recursive locking of mmap_sem]

Signed-off-by: Avi Kivity <avi@qumranet.com>
2008-01-30 18:01:21 +02:00
..
2008-01-28 23:58:27 -05:00
2008-01-30 13:34:07 +01:00
2008-01-28 23:58:27 -05:00
2008-01-30 13:32:38 +01:00
2008-01-30 18:01:20 +02:00