From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jan Beulich" Subject: Re: FIFO-based event channel ABI design (draft B) Date: Mon, 18 Feb 2013 08:10:47 +0000 Message-ID: <5121F01702000078000BF117@nat28.tlf.novell.com> References: <511E46FD.3010605@citrix.com> <1360952378.16636.195.camel@zion.uk.xensource.com> <511E829B.8020800@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <511E829B.8020800@citrix.com> Content-Disposition: inline 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: "xen-devel@lists.xensource.com" , Wei Liu List-Id: xen-devel@lists.xenproject.org >>> On 15.02.13 at 19:46, David Vrabel wrote: > I would expect this call to never fail in normal operation (except on > the boot VCPU where support may be missing). i.e., it will only fail if > xenheap or map space is exhausted. Both the xenheap and the map space > should be large enough so we run out of other resources (e.g,, domheap) > first. This is a questionable assumption, considering that the Xen heap is a subset of the domain one (on x86-64 at least), and the map space size has no correlation to either. Jan