Re: [PATCH] KVM:X86 simply update A/D bits route

2017-10-12 Thread Paolo Bonzini
On 12/10/2017 23:17, Peng Hao wrote: > update_accessed_dirty_bits return 0 when dirty/accessed bits are > not supported. So walk_addr_generic just call update_accessed_dirty_bits > with supporting dirty/accessed bits. > > Signed-off-by: Peng Hao > --- > arch/x86/kvm/paging_tmpl.h | 2 +- > 1 fil

[PATCH] KVM:X86 simply update A/D bits route

2017-10-12 Thread Peng Hao
update_accessed_dirty_bits return 0 when dirty/accessed bits are not supported. So walk_addr_generic just call update_accessed_dirty_bits with supporting dirty/accessed bits. Signed-off-by: Peng Hao --- arch/x86/kvm/paging_tmpl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git