From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jike Song Subject: Re: [PATCH 0/2] extend page_track for external usage Date: Fri, 04 Nov 2016 13:47:52 +0800 Message-ID: <581C2108.1030905@intel.com> References: <1477381843-18375-1-git-send-email-jike.song@intel.com> <25cefcef-0feb-c974-e3e1-63aee8850f7d@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: rkrcmar@redhat.com, kvm@vger.kernel.org To: Paolo Bonzini Return-path: Received: from mga04.intel.com ([192.55.52.120]:2805 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752425AbcKDFvU (ORCPT ); Fri, 4 Nov 2016 01:51:20 -0400 In-Reply-To: <25cefcef-0feb-c974-e3e1-63aee8850f7d@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On 10/26/2016 03:48 PM, Paolo Bonzini wrote: > On 25/10/2016 09:50, Jike Song wrote: >> page_track is currently used only by KVM internally to protect guest >> page tables. To be used by external user like KVMGT, the callbacks >> should carry more information other than KVM/VCPU, and the symbols >> should be exported. >> >> Jike Song (2): >> kvm/page_track: call notifiers with kvm_page_track_notifier_node >> kvm/page_track: export symbols for external usage >> >> arch/x86/include/asm/kvm_page_track.h | 7 +++++-- >> arch/x86/kvm/mmu.c | 6 ++++-- >> arch/x86/kvm/page_track.c | 8 ++++++-- >> 3 files changed, 15 insertions(+), 6 deletions(-) > > Thanks, applied to kvm/queue. > > Paolo > Hi Paolo, I just synced kvm repo and it seemd there was a forced-update on kvm/queue, and the commits are dropped? -- Thanks, Jike