From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Liu Subject: [PATCH 00/13] Implement 3-level event channel in Linux Date: Thu, 31 Jan 2013 14:46:54 +0000 Message-ID: <1359643627-29486-1-git-send-email-wei.liu2@citrix.com> 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.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org Cc: david.vrabel@citrix.com, ian.campbell@citrix.com, jbeulich@suse.com, konrad.wilk@oracle.com List-Id: xen-devel@lists.xenproject.org Also fixed some minor bugs in vallina kernel, see patch 1 to 3. Changes from RFC V2: * Register 3-level event channel only for Dom0 * Dynamically allocate evtchn_pending / evtchn_mask * Avoid redirection with function pointers * Share routines between 2 and 3 level event channels Changes from RFC V1: * New debug interrupt handle, avoid flooding log with useless output * Register 3-level event channels in different locations, please see last changeset