From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Liu Subject: Re: [PATCH v2] xenstored: log tdb message via xenstored's logging mechanisms Date: Mon, 12 Jan 2015 15:22:41 +0000 Message-ID: <20150112152241.GD4226@zion.uk.xensource.com> References: <1421075882-25621-1-git-send-email-ian.campbell@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1421075882-25621-1-git-send-email-ian.campbell@citrix.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: Ian Campbell Cc: wei.liu2@citrix.com, ian.jackson@eu.citrix.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org 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