Switch daemon over to use internal memory allocation APIs

This commit is contained in:
Daniel P. Berrange
2008-06-06 10:52:01 +00:00
parent a73a88a19f
commit d7d21c85e0
8 changed files with 217 additions and 169 deletions

View File

@@ -1,3 +1,10 @@
Fri Jun 6 11:41:00 BST 2008 Daniel P. Berrange <berrange@redhat.com>
* qemud/event.c, qemud/mdns.c, qemud/qemud.c, qemud/remote.c:
Switch over to use internal memory allocation APIs.
* src/libvirt_sym.version, src/memory.c, src/memory.h: Export
virAlloc/Realloc/Free to use by libvirtd daemon
Thu Jun 5 22:08:00 BST 2008 Richard W.M. Jones <rjones@redhat.com>
virDomainBlockPeek QEMU and remote support