Re: [PATCH 3/6] kvm: x86: MMU support for EPT accessed/dirty bits

2017-03-31 Thread Radim Krčmář
2017-03-30 11:55+0200, Paolo Bonzini: > This prepares the MMU paging code for EPT accessed and dirty bits, > which can be enabled optionally at runtime. Code that updates the > accessed and dirty bits will need a pointer to the struct kvm_mmu. > > Signed-off-by: Paolo Bonzini

Re: [PATCH 3/6] kvm: x86: MMU support for EPT accessed/dirty bits

2017-03-31 Thread Radim Krčmář
2017-03-30 11:55+0200, Paolo Bonzini: > This prepares the MMU paging code for EPT accessed and dirty bits, > which can be enabled optionally at runtime. Code that updates the > accessed and dirty bits will need a pointer to the struct kvm_mmu. > > Signed-off-by: Paolo Bonzini > ---

[PATCH 3/6] kvm: x86: MMU support for EPT accessed/dirty bits

2017-03-30 Thread Paolo Bonzini
This prepares the MMU paging code for EPT accessed and dirty bits, which can be enabled optionally at runtime. Code that updates the accessed and dirty bits will need a pointer to the struct kvm_mmu. Signed-off-by: Paolo Bonzini --- arch/x86/kvm/paging_tmpl.h | 23

[PATCH 3/6] kvm: x86: MMU support for EPT accessed/dirty bits

2017-03-30 Thread Paolo Bonzini
This prepares the MMU paging code for EPT accessed and dirty bits, which can be enabled optionally at runtime. Code that updates the accessed and dirty bits will need a pointer to the struct kvm_mmu. Signed-off-by: Paolo Bonzini --- arch/x86/kvm/paging_tmpl.h | 23 +++ 1

[PATCH 3/6] kvm: x86: MMU support for EPT accessed/dirty bits

2017-03-08 Thread Paolo Bonzini
This prepares the MMU paging code for EPT accessed and dirty bits, which can be enabled optionally at runtime. Code that updates the accessed and dirty bits will need a pointer to the struct kvm_mmu. Signed-off-by: Paolo Bonzini --- arch/x86/kvm/paging_tmpl.h | 23

[PATCH 3/6] kvm: x86: MMU support for EPT accessed/dirty bits

2017-03-08 Thread Paolo Bonzini
This prepares the MMU paging code for EPT accessed and dirty bits, which can be enabled optionally at runtime. Code that updates the accessed and dirty bits will need a pointer to the struct kvm_mmu. Signed-off-by: Paolo Bonzini --- arch/x86/kvm/paging_tmpl.h | 23 +++ 1