From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Liu Subject: [PATCH 00/16] Implement 3-level event channel in Xen Date: Thu, 31 Jan 2013 14:42:48 +0000 Message-ID: <1359643384-29392-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: ian.campbell@citrix.com, jbeulich@suse.com, david.vrabel@citrix.com List-Id: xen-devel@lists.xenproject.org Changes from RFC V2: * Adjust registration interface * Get rid of xmalloc and friends in registraion routine * Avoid redirection with function pointers * Share routines between 2 and 3 level event channels Changes from RFC V1; * Use function pointers to get rid of switch statments * Do not manipulate VCPU state * No more gcc-ism code in public headers * Consolidate some boilerplates using macros