From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Liu Subject: [RFC PATCH V2 0/8] Implement 3-level event channel in Linux Date: Mon, 21 Jan 2013 14:58:20 +0000 Message-ID: <1358780308-30425-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 This is version 2 of the patch series. Change from V1 (apart from normal fixes and cleanups): * New debug interrupt handle, avoid floodint log with useless output * Register 3-level event channels in different locations, please see last changeset Thanks Wei.