From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: [PATCHv7 00/16] Linux: FIFO-based event channel ABI Date: Mon, 28 Oct 2013 11:42:38 -0400 Message-ID: <20131028154238.GB4353@phenom.dumpdata.com> References: <1382106206-30366-1-git-send-email-david.vrabel@citrix.com> <20131025130627.GB3206@phenom.dumpdata.com> <526AF875.7050705@cantab.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <526AF875.7050705@cantab.net> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: David Vrabel Cc: Boris Ostrovsky , David Vrabel , Jan Beulich , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Sat, Oct 26, 2013 at 12:02:13AM +0100, David Vrabel wrote: > On 25/10/13 14:06, Konrad Rzeszutek Wilk wrote: > >On Fri, Oct 18, 2013 at 03:23:10PM +0100, David Vrabel wrote: > >>This is the complete Linux guest-side implementation of the FIFO-based > >>event channel ABI described in this design document: > >> > >> http://xenbits.xen.org/people/dvrabel/event-channels-F.pdf > >> > >>The Xen implementation is now available in xen-unstable. > > > >All patches here look good to me. Aka: Reviewed-by: Konrad Rzeszutek > >Wilk > > > >Please if you could either provide me with a git tree with the > >correct tags (so also Boris's tags) and mine that would be the best. > > There needs to be a revision of the ABI to correct a critical design > flaw. Until this is addressed this isn't ready to be merged. Could you point out what is the design flaw? Thanks. > > David