[Libvir] PATCH 9/9: Split out virBuffer from xml.c

Daniel P. Berrange berrange at redhat.com
Mon Jun 18 02:30:11 UTC 2007


The virBuffer functions are currently held in src/xml.c file. This patch
splits them out into a self-contained src/buf.c file. In combination with
the previous patch this will make the move of QEMU code from qemud/ to 
src/ easier, since both dirs have identical buf.c/.h files now.

 b/src/buf.c         |  210 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 b/src/buf.h         |   37 +++++++++
 src/Makefile.am     |    1 
 src/conf.c          |    2 
 src/test.c          |    1 
 src/xen_internal.c  |    2 
 src/xend_internal.c |    1 
 src/xm_internal.c   |    1 
 src/xml.c           |  172 ------------------------------------------
 src/xml.h           |   20 ----
 10 files changed, 254 insertions(+), 193 deletions(-)

Dan.
-- 
|=- Red Hat, Engineering, Emerging Technologies, Boston.  +1 978 392 2496 -=|
|=-           Perl modules: http://search.cpan.org/~danberr/              -=|
|=-               Projects: http://freshmeat.net/~danielpb/               -=|
|=-  GnuPG: 7D3B9505   F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505  -=| 




More information about the libvir-list mailing list