[libvirt] [PATCH 0/6] Print cpu maps in human readable form

Ján Tomko jtomko at redhat.com
Thu Jun 5 11:25:12 UTC 2014


Consistently report errors in virBitmapFormat and introduce
a flag for vcpuinfo and nodecpumap for more readable cpu map outputs.

Ján Tomko (6):
  Invert logic in cmdVcpuinfo
  Separate API calls and result printing in cmdVcpuinfo
  Format NULL bitmap as an empty string
  Always report an error if virBitmapFormat fails
  Introudce virBitmapDataToString
  Implement pretty flag for vcpuinfo and nodecpumap

 src/conf/capabilities.c  |  4 +-
 src/conf/domain_conf.c   | 19 ++--------
 src/conf/network_conf.c  |  2 +-
 src/libvirt_private.syms |  1 +
 src/libxl/libxl_driver.c |  3 +-
 src/lxc/lxc_cgroup.c     | 11 +-----
 src/qemu/qemu_cgroup.c   | 16 ++------
 src/qemu/qemu_driver.c   | 12 ++----
 src/util/virbitmap.c     | 32 +++++++++++++---
 src/util/virbitmap.h     |  7 +++-
 src/util/virstring.h     |  1 -
 tests/virbitmaptest.c    | 14 ++++++-
 tools/virsh-domain.c     | 97 +++++++++++++++++++++++++-----------------------
 tools/virsh-host.c       | 25 +++++++++++--
 14 files changed, 134 insertions(+), 110 deletions(-)

-- 
1.8.3.2




More information about the libvir-list mailing list