
This patch moves the previously created qemud/buf.c file into the src/ directory and deletes the original implementation in src/xml.c. The qemud/Makefile.am is hacked to compile the code from src/buf.c directly. This hack will go away in a later patch. a/qemud/buf.c | 210 ---------------------------------------------------- a/qemud/buf.h | 37 --------- b/src/buf.c | 210 ++++++++++++++++++++++++++++++++++++++++++++++++++++ b/src/buf.h | 37 +++++++++ proxy/Makefile.am | 2 qemud/Makefile.am | 2 qemud/conf.c | 14 --- qemud/driver.c | 2 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 ---- src/xmlrpc.h | 2 tests/xmlrpctest.c | 2 18 files changed, 260 insertions(+), 458 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 -=|