[libvirt] [PATCH 0/9] virsh domfsinfo fixes

Ján Tomko posted 9 patches 5 years, 2 months ago
Failed in applying to current master (apply log)
tests/vshtabletest.c | 78 +++++++++++++++++++++++---------------------
tools/virsh-domain.c | 35 +++++++++++---------
tools/vsh-table.c    |  3 --
3 files changed, 60 insertions(+), 56 deletions(-)
[libvirt] [PATCH 0/9] virsh domfsinfo fixes
Posted by Ján Tomko 5 years, 2 months ago
Fix a crash and other issues:
https://bugzilla.redhat.com/show_bug.cgi?id=1676354

Ján Tomko (9):
  vshtabletest: indent strings with expected output
  vsh-table: allow empty columns
  virsh: introduce ninfos variable in cmdDomFSInfo
  virsh: rename ret to rc in cmdDomFSInfo
  virsh: do not access uninitialized memory in cmdDomFSInfo
  virsh: introduce 'ret' in cmdDomFSInfo
  virsh: do not report error on zero filesystems in cmdDomFSInfo
  virsh: use virBufferTrim in cmdDomFSInfo
  virsh: allow empty targets in cmdDomFSInfo

 tests/vshtabletest.c | 78 +++++++++++++++++++++++---------------------
 tools/virsh-domain.c | 35 +++++++++++---------
 tools/vsh-table.c    |  3 --
 3 files changed, 60 insertions(+), 56 deletions(-)

-- 
2.19.2

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH 0/9] virsh domfsinfo fixes
Posted by Michal Privoznik 5 years, 2 months ago
On 2/12/19 10:21 AM, Ján Tomko wrote:
> Fix a crash and other issues:
> https://bugzilla.redhat.com/show_bug.cgi?id=1676354
> 
> Ján Tomko (9):
>    vshtabletest: indent strings with expected output
>    vsh-table: allow empty columns
>    virsh: introduce ninfos variable in cmdDomFSInfo
>    virsh: rename ret to rc in cmdDomFSInfo
>    virsh: do not access uninitialized memory in cmdDomFSInfo
>    virsh: introduce 'ret' in cmdDomFSInfo
>    virsh: do not report error on zero filesystems in cmdDomFSInfo
>    virsh: use virBufferTrim in cmdDomFSInfo
>    virsh: allow empty targets in cmdDomFSInfo
> 
>   tests/vshtabletest.c | 78 +++++++++++++++++++++++---------------------
>   tools/virsh-domain.c | 35 +++++++++++---------
>   tools/vsh-table.c    |  3 --
>   3 files changed, 60 insertions(+), 56 deletions(-)
> 

ACK

Michal

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list