xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0 of 7] xl: bug-fix patches implementing libxl allocation policy
@ 2010-08-10 14:59 Gianni Tedesco
  2010-08-10 14:59 ` [PATCH 1 of 7] xl: Return void from libxl_free() and libxl_free_all() Gianni Tedesco
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Gianni Tedesco @ 2010-08-10 14:59 UTC (permalink / raw)
  To: xen-devel; +Cc: Ian Campbell, Ian Jackson, Stefano Stabellini

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.

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2010-08-11 14:51 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-10 14:59 [PATCH 0 of 7] xl: bug-fix patches implementing libxl allocation policy Gianni Tedesco
2010-08-10 14:59 ` [PATCH 1 of 7] xl: Return void from libxl_free() and libxl_free_all() Gianni Tedesco
2010-08-10 14:59 ` [PATCH 2 of 7] xl: allocate version info strings with strdup() Gianni Tedesco
2010-08-10 14:59 ` [PATCH 3 of 7] xl: don't use libxl allocator for vcpu_list Gianni Tedesco
2010-08-11 12:11   ` Stefano Stabellini
2010-08-11 13:12     ` Gianni Tedesco
2010-08-11 14:51       ` Stefano Stabellini
2010-08-10 14:59 ` [PATCH 4 of 7] xl: don't use libxl allocator for nic_list Gianni Tedesco
2010-08-10 14:59 ` [PATCH 5 of 7] xl: Fix invalid return of libxl-internal pointers via libxl_domid_to_name() Gianni Tedesco
2010-08-10 14:59 ` [PATCH 6 of 7] xl: Fix invalid return of libxl-internal pointers via libxl_poolid_to_name() Gianni Tedesco
2010-08-10 14:59 ` [PATCH 7 of 7] xl: Use gcc hidden visibility attribute Gianni Tedesco
2010-08-10 15:18   ` Gianni Tedesco

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).