1
0
Files
linux/drivers
Avi Kivity 42bf3f0a1f KVM: MMU: Simplify page table walker
Simplify the walker level loop not to carry so much information from one
loop to the next.  In addition to being complex, this made kmap_atomic()
critical sections difficult to manage.

As a result of this change, kmap_atomic() sections are limited to actually
touching the guest pte, which allows the other functions called from the
walker to do sleepy operations.  This will happen when we enable swapping.

Signed-off-by: Avi Kivity <avi@qumranet.com>
2008-01-30 17:52:53 +02:00
..
2008-01-30 13:34:07 +01:00
2008-01-28 13:21:30 +00:00
2008-01-30 17:52:53 +02:00
2008-01-27 18:14:47 +01:00
2008-01-28 23:21:18 +01:00
2008-01-28 13:21:38 +00:00
2008-01-30 13:34:07 +01:00