[libvirt] [PATCH] virsh: fix cpu-stats command output format issue

lhuang lhuang at redhat.com
Tue Jan 26 09:56:46 UTC 2016



On 01/26/2016 04:24 PM, Peter Krempa wrote:
> On Tue, Jan 26, 2016 at 10:25:05 +0800, Luyao Huang wrote:
>> After commit 57177f1, the cpu-stats command format change to:
>>
>> CPU0:
>>      cpu_time         14401.507878990 seconds
>>      vcpu_time    14378732785511
>>
>> vcpu_time is not user friendly. After this patch, it will
>> change back:
>> CPU0:
>>      cpu_time         14401.507878990 seconds
>>      vcpu_time        14378.732785511 seconds
>>
>> https://bugzilla.redhat.com/show_bug.cgi?id=1301807
>>
>> Signed-off-by: Luyao Huang <lhuang at redhat.com>
>> ---
>>   tools/virsh-domain.c | 1 +
>>   1 file changed, 1 insertion(+)
> ACK, I'll push it shortly.

Thanks a lot for your quick review,

Luyao

> Peter




More information about the libvir-list mailing list