From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v2] xenstored: log tdb message via xenstored's logging mechanisms Date: Mon, 12 Jan 2015 16:31:03 +0000 Message-ID: <1421080263.26317.110.camel@citrix.com> References: <1421075882-25621-1-git-send-email-ian.campbell@citrix.com> <20150112152241.GD4226@zion.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20150112152241.GD4226@zion.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Wei Liu Cc: ian.jackson@eu.citrix.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Mon, 2015-01-12 at 15:22 +0000, Wei Liu wrote: > On Mon, Jan 12, 2015 at 03:18:02PM +0000, Ian Campbell wrote: > > TDB provides us with a callback for this purpose. Use it in both > > xenstored and xs_tdb_dump. > > > > While at it make the existing log() macro tollerate memory failures. > > > > Signed-off-by: Ian Campbell > > Acked-by: Wei Liu Applied, thanks.