]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
Rewrite vshPrintPinInfo
authorJán Tomko <jtomko@redhat.com>
Thu, 26 Mar 2015 14:24:09 +0000 (15:24 +0100)
committerJán Tomko <jtomko@redhat.com>
Mon, 13 Apr 2015 15:20:59 +0000 (17:20 +0200)
commit4c4b821ec3772796f4791e1b8978384b25b975fa
tree5250002bb221e56b1b1510ed94e23c7e0f21a080
parent1e715a8d086d506657f11eef92d0d8504b3fa016
Rewrite vshPrintPinInfo

Use virBitmapDataToString instead of constructing the ranges bit
by bit, remove the checking of parameters (that is already done
by the callers).

Let the callers choose the right bitmap, since there's only
one that uses this helper on a matrix-in-an-array.
tools/virsh-domain.c