Xiao Guangrong d5ae7ce835 KVM: x86: tag the instructions which are used to write page table
The idea is from Avi:
| tag instructions that are typically used to modify the page tables, and
| drop shadow if any other instruction is used.
| The list would include, I'd guess, and, or, bts, btc, mov, xchg, cmpxchg,
| and cmpxchg8b.

This patch is used to tag the instructions and in the later path, shadow page
is dropped if it is written by other instructions

Signed-off-by: Xiao Guangrong <xiaoguangrong@cn.fujitsu.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
2011-12-27 11:16:48 +02:00
..
2010-10-24 10:53:14 +02:00
2011-08-16 19:00:41 +03:00
2011-01-12 11:29:08 +02:00
2011-07-24 11:50:40 +03:00
2011-07-24 11:50:41 +03:00
2011-07-26 16:49:47 -07:00
2011-12-27 11:16:43 +02:00