From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kaleb Pederson Subject: Re: [PATCH] Expose exception thrown by xen.lowlevel.xs (Was Re: [PATCH] Expose exception thrown by xen.lowlevel.xc) Date: Fri, 19 May 2006 12:44:19 -0700 Message-ID: <20060519194419.GA13517@kibab> References: <446DEF69.1010206@us.ibm.com> <20060519163153.GA7805@leeni.uk.xensource.com> <446DF3C1.90203@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <446DF3C1.90203@us.ibm.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Anthony Liguori Cc: xen-devel , Ewan Mellor List-Id: xen-devel@lists.xenproject.org Thanks Anthony and Ewan! Both the consistency and deriving from RuntimeError will work much better for me -- and many others I'm sure. --Kaleb On 11:35 Fri 19 May , Anthony Liguori wrote: > Got a little more time than I expected to. This one's quite a bit more > invasive but I think it's needed to at least be consistent with > xen.lowlevel.xc. I don't think we should be tossing an exception with > different formats (sometimes we threw a RuntimeError with (errno, msg) > and other times just a string--I've changed it to always be (errno, msg)). > > Signed-off-by: Anthony Liguori > > Regards, > > Anthony Liguori > > >Ewan. > > >