From mboxrd@z Thu Jan 1 00:00:00 1970 From: Izik Eidus Subject: [PATCH 0/3] kvm ksm support v3 Date: Wed, 23 Sep 2009 21:47:15 +0300 Message-ID: <1253731638-24575-1-git-send-email-ieidus@redhat.com> Cc: kvm@vger.kernel.org, aarcange@redhat.com, mtosatti@redhat.com, Izik Eidus To: avi@redhat.com Return-path: Received: from mx1.redhat.com ([209.132.183.28]:49392 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751301AbZIWSia (ORCPT ); Wed, 23 Sep 2009 14:38:30 -0400 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n8NIcY0I016731 for ; Wed, 23 Sep 2009 14:38:34 -0400 Sender: kvm-owner@vger.kernel.org List-ID: Change from v2 : remove unused if. Thanks. Izik Eidus (3): kvm: dont hold pagecount reference for mapped sptes pages add SPTE_HOST_WRITEABLE flag to the shadow ptes add support for change_pte mmu notifiers arch/x86/include/asm/kvm_host.h | 1 + arch/x86/kvm/mmu.c | 84 ++++++++++++++++++++++++++++++-------- arch/x86/kvm/paging_tmpl.h | 18 +++++++- virt/kvm/kvm_main.c | 14 ++++++ 4 files changed, 96 insertions(+), 21 deletions(-)