• E
    virsh: output scaled values with correct units · 706aa7c5
    Eric Blake 提交于
    The recent push to use correct scaling terms (kB for 1000, KiB for
    1024 - such as commit 9dfdeadc) missed some places in virsh.
    
    * tools/virsh.c (prettyCapacity, cmdDominfo, cmdFreecell)
    (cmdNodeinfo, cmdNodeMemStats, cmdMigrateSetMaxSpeed)
    (cmdBlockCopy, cmdBlockPull, cmdBlockJob): Use KiB, not kB, when
    referring to multiples of 1024.
    * tests/virshtest.c: Update expected output to match.
    706aa7c5
virsh.c 591.2 KB