From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tim Deegan Subject: Re: [PATCH 0 of 5] Mem event interface improvements Date: Tue, 6 Dec 2011 20:15:48 +0000 Message-ID: <20111206201548.GA31448@ocelot.phlegethon.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Andres Lagar-Cavilla Cc: andres@gridcentric.ca, xen-devel@lists.xensource.com, olaf@aepfle.de, keir.xen@gmail.com, adin@gridcentric.ca List-Id: xen-devel@lists.xenproject.org At 10:11 -0500 on 05 Dec (1323079919), Andres Lagar-Cavilla wrote: > In this patch series we add a series of improevements to the memory > event interface. Namely: > - Allow batched consumption of multiple outstanding responses > - Signal Xen to consume responses solely with an event channel kick > - Extra flag to tag events generated byforeign-domains > - Allow placing dummy domains in the ring, to keep it in sync if > a state transition does not require an explicit response. Applied, thanks. I stripped out the 'MEM_EVENT_RSP' macros from patch 5, as they didn't seem useful now that it's just a flag, so you might have to fix up your client code to match. Cheers, Tim.