Files
linux-st/drivers
Avi Kivity 32b3562735 [PATCH] KVM: MMU: Fix cmpxchg8b emulation
cmpxchg8b uses edx:eax as the compare operand, not edi:eax.

cmpxchg8b is used by 32-bit pae guests to set page table entries atomically,
and this is emulated touching shadowed guest page tables.

Also, implement it for 32-bit hosts.

Signed-off-by: Avi Kivity <avi@qumranet.com>
Acked-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2007-01-05 23:55:26 -08:00
..
2007-01-02 08:20:51 -08:00
2007-01-05 23:55:23 -08:00
2007-01-04 11:43:35 +01:00
2007-01-05 23:55:23 -08:00
2006-12-28 00:35:36 +01:00
2007-01-04 11:43:35 +01:00