Re: [libvirt] [PATCH v3 3/4] cmdDomblkinfoPrint: support printing "-" for invalid virDomainBlockInfo

2018-06-21 Thread John Ferlan
On 06/19/2018 06:01 AM, Chen Hanxiao wrote: > From: Chen Hanxiao > > For inactive domain, we'll set virDomainBlockInfo to 0 > if specific error code got. > Print "-" to show the value should be ignored in this scenario. > > Signed-off-by: Chen Hanxiao > --- > tools/virsh-domain-monitor.c |

[libvirt] [PATCH v3 3/4] cmdDomblkinfoPrint: support printing "-" for invalid virDomainBlockInfo

2018-06-19 Thread Chen Hanxiao
From: Chen Hanxiao For inactive domain, we'll set virDomainBlockInfo to 0 if specific error code got. Print "-" to show the value should be ignored in this scenario. Signed-off-by: Chen Hanxiao --- tools/virsh-domain-monitor.c | 73 1 file changed, 49