[libvirt] [PATCH 0/3] xml simplifications

Eric Blake eblake at redhat.com
Thu Aug 18 21:40:46 UTC 2011


I noticed this while working on my snapshot stuff.  There was lots
of copy and paste going on in virsh.c, and it felt awful to not
be able to represent the same idea in fewer lines, so I fixed it.

This will probably mean I have to rebase the entire snapshot series,
since it will introduce several conflicts in at least virsh.c; oh well.

Eric Blake (3):
  maint: treat more libxml2 functions as free-like
  xml: add another convenience function
  maint: simplify lots of libxml2 clients

 cfg.mk                        |    2 +
 src/conf/domain_conf.c        |   20 +------
 src/conf/storage_conf.c       |    8 +---
 src/cpu/cpu.c                 |   18 +-----
 src/esx/esx_vi.c              |   17 ++-----
 src/libvirt_private.syms      |    2 -
 src/qemu/qemu_migration.c     |    9 +---
 src/security/virt-aa-helper.c |   12 +----
 src/test/test_driver.c        |   13 +----
 src/util/xml.c                |   53 +++++-------------
 src/util/xml.h                |   84 +++++++++++++++++++++++++---
 tests/cputest.c               |    9 +---
 tools/virsh.c                 |  120 +++++++++--------------------------------
 13 files changed, 135 insertions(+), 232 deletions(-)

-- 
1.7.4.4




More information about the libvir-list mailing list