All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] page track add notifier type track_flush_slot
@ 2016-10-09  7:41 Xiaoguang Chen
  2016-10-09  7:41 ` [PATCH 1/2] KVM: page track: add a new notifier type: track_flush_slot Xiaoguang Chen
                   ` (2 more replies)
  0 siblings, 3 replies; 58+ messages in thread
From: Xiaoguang Chen @ 2016-10-09  7:41 UTC (permalink / raw)
  To: kvm, pbonzini, guangrong.xiao, jike.song; +Cc: Xiaoguang Chen

The seires is to add a new notifer type track_flush_slot for page track.
By using this notifer type when a memory slot is being moved or removed
users of page track can be notified.

This notifier type is needed by KVMGT to sync up its shadow page table
when memory slot is being moved or removed.

Xiaoguang Chen (2):
  KVM: page track: add a new notifier type: track_flush_slot
  KVM: MMU: apply page track notifier type track_flush_slot

 arch/x86/include/asm/kvm_page_track.h |  9 +++++++++
 arch/x86/kvm/mmu.c                    |  7 +++++++
 arch/x86/kvm/page_track.c             | 25 +++++++++++++++++++++++++
 arch/x86/kvm/x86.c                    |  2 +-
 4 files changed, 42 insertions(+), 1 deletion(-)

-- 
1.9.1


^ permalink raw reply	[flat|nested] 58+ messages in thread

end of thread, other threads:[~2016-10-29  4:10 UTC | newest]

Thread overview: 58+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-09  7:41 [PATCH 0/2] page track add notifier type track_flush_slot Xiaoguang Chen
2016-10-09  7:41 ` [PATCH 1/2] KVM: page track: add a new notifier type: track_flush_slot Xiaoguang Chen
2016-10-09  8:31   ` Neo Jia
2016-10-09  8:56     ` Chen, Xiaoguang
2016-10-10 17:06     ` Paolo Bonzini
2016-10-10 18:01       ` Neo Jia
2016-10-10 18:32         ` Paolo Bonzini
2016-10-11  2:39           ` Xiao Guangrong
2016-10-11  8:54             ` Paolo Bonzini
2016-10-11  9:21               ` Xiao Guangrong
2016-10-11  9:47                 ` Paolo Bonzini
2016-10-14 10:37                   ` Jike Song
2016-10-14 10:37                     ` [Qemu-devel] " Jike Song
2016-10-14 10:43                     ` Paolo Bonzini
2016-10-14 10:43                       ` [Qemu-devel] " Paolo Bonzini
2016-10-14 12:26                       ` Jike Song
2016-10-14 12:26                         ` [Qemu-devel] " Jike Song
2016-10-14 14:41                     ` Alex Williamson
2016-10-14 14:46                       ` Alex Williamson
2016-10-14 14:46                         ` [Qemu-devel] " Alex Williamson
2016-10-14 16:35                         ` Neo Jia
2016-10-14 16:35                           ` Neo Jia
2016-10-14 16:51                           ` Alex Williamson
2016-10-14 16:51                             ` Alex Williamson
2016-10-14 22:19                             ` Neo Jia
2016-10-14 22:19                               ` Neo Jia
2016-10-17 16:02                               ` Alex Williamson
2016-10-17 16:02                                 ` Alex Williamson
2016-10-18 12:38                                 ` Jike Song
2016-10-18 14:59                                   ` Alex Williamson
2016-10-19  2:32                                     ` Jike Song
2016-10-19  5:45                                       ` Xiao Guangrong
2016-10-19 11:56                                         ` Paolo Bonzini
2016-10-19 11:56                                           ` [Qemu-devel] " Paolo Bonzini
2016-10-19 13:39                                           ` Xiao Guangrong
2016-10-19 13:39                                             ` [Qemu-devel] " Xiao Guangrong
2016-10-19 14:14                                             ` Paolo Bonzini
2016-10-19 14:14                                               ` [Qemu-devel] " Paolo Bonzini
2016-10-20  1:48                                               ` Xiao Guangrong
2016-10-20 17:06                                                 ` Paolo Bonzini
2016-10-20 17:19                                                   ` Xiao, Guangrong
2016-10-20 17:19                                                     ` [Qemu-devel] " Xiao, Guangrong
2016-10-21  2:47                                                     ` Jike Song
2016-10-21  2:47                                                       ` Jike Song
2016-10-26 13:44                                                   ` Jike Song
2016-10-26 13:44                                                     ` Jike Song
2016-10-26 14:45                                                     ` Paolo Bonzini
2016-10-29  4:07                                                       ` Jike Song
2016-10-29  4:07                                                         ` Jike Song
2016-10-19 13:56                                       ` Eric Blake
2016-10-19 13:56                                         ` [Qemu-devel] " Eric Blake
2016-10-24  6:32                                         ` Jike Song
2016-10-12 20:48   ` Radim Krčmář
2016-10-09  7:41 ` [PATCH 2/2] KVM: MMU: apply page track notifier type track_flush_slot Xiaoguang Chen
2016-10-10 17:06 ` [PATCH 0/2] page track add " Paolo Bonzini
2016-10-11  2:43   ` Xiao Guangrong
2016-10-11  8:55     ` Paolo Bonzini
2016-10-12 20:52       ` Radim Krčmář

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.