From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: [PATCH 0 of 3] RFC: wait queue usage Date: Tue, 22 Nov 2011 22:13:22 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org The following series is my current state of an attempt to use wait queues for xenpaging and mem_event handling. I post it here for review and comments. Olaf xen/arch/x86/hvm/hvm.c | 6 +- xen/arch/x86/mm/mem_event.c | 82 +++++++++++++++++++++++++++++++++------- xen/arch/x86/mm/mem_sharing.c | 31 +++++---------- xen/arch/x86/mm/p2m-ept.c | 46 +++++++++++++++++++--- xen/arch/x86/mm/p2m.c | 56 ++++++++++++++------------- xen/common/domain.c | 5 ++ xen/include/asm-x86/mem_event.h | 4 - xen/include/asm-x86/p2m.h | 1 xen/include/xen/sched.h | 32 +++++++++++---- 9 files changed, 183 insertions(+), 80 deletions(-)