From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: [PATCH 0 of 4] RFC: wait queue usage Date: Thu, 01 Dec 2011 12:09:16 +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. This series conflicts with work from Andres Lagar-Cavilla. Olaf xen/arch/x86/hvm/emulate.c | 3 xen/arch/x86/hvm/hvm.c | 21 +- xen/arch/x86/mm.c | 49 +---- xen/arch/x86/mm/guest_walk.c | 3 xen/arch/x86/mm/hap/guest_walk.c | 6 xen/arch/x86/mm/mem_event.c | 150 +++++++++++++-- xen/arch/x86/mm/mem_sharing.c | 27 +- xen/arch/x86/mm/p2m-ept.c | 3 xen/arch/x86/mm/p2m.c | 378 +++++++++++++++++++++++++++++++++------ xen/common/domctl.c | 3 xen/common/grant_table.c | 3 xen/include/asm-x86/hvm/domain.h | 3 xen/include/asm-x86/mem_event.h | 8 xen/include/asm-x86/p2m.h | 11 - xen/include/public/trace.h | 31 +++ xen/include/xen/sched.h | 16 + 16 files changed, 569 insertions(+), 146 deletions(-)