From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gianni Tedesco Subject: [PATCH 0 of 7] xl: bug-fix patches implementing libxl allocation policy Date: Tue, 10 Aug 2010 15:59:40 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com Cc: Ian Campbell , Ian Jackson , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org This patch series implements several bug-fixes and implements "the memory allocation policy" of libxl. All touched functions have been tested with valgrind and are free of leaks, double-free and free-non-malloce'd pointer errors. This patch-set prepares for another patch to actually implement per-function-call lifetime for libxl garbage collection which is coming RealSoonNow(tm) - but touches almost every code path so requires more verification. This is all a step towards allowing demons to use libxl.