From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xiaoguang Chen Subject: [PATCH 0/2] page track add notifier type track_flush_slot Date: Sun, 9 Oct 2016 15:41:42 +0800 Message-ID: <1475998904-13456-1-git-send-email-xiaoguang.chen@intel.com> Cc: Xiaoguang Chen To: kvm@vger.kernel.org, pbonzini@redhat.com, guangrong.xiao@intel.com, jike.song@intel.com Return-path: Received: from mga01.intel.com ([192.55.52.88]:28318 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751561AbcJIHzc (ORCPT ); Sun, 9 Oct 2016 03:55:32 -0400 Sender: kvm-owner@vger.kernel.org List-ID: 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