Re: [libvirt] [PATCHv2 05/15] xml: output memory unit for clarity

2012-03-06 Thread Peter Krempa
On 03/06/2012 01:34 AM, Eric Blake wrote: Make it obvious to 'dumpxml' readers what unit we are using, since our default of KiB for memory (1024) differs from qemu's default of MiB; while we use bytes for storage. Tests were updated via: $ find tests/*data tests/*out -name '*.xml' | \ xargs

Re: [libvirt] [PATCHv2 05/15] xml: output memory unit for clarity

2012-03-06 Thread Eric Blake
On 03/06/2012 08:14 AM, Peter Krempa wrote: On 03/06/2012 01:34 AM, Eric Blake wrote: Make it obvious to 'dumpxml' readers what unit we are using, since our default of KiB for memory (1024) differs from qemu's default of MiB; while we use bytes for storage. Tests were updated via: +++

Re: [libvirt] [PATCHv2 05/15] xml: output memory unit for clarity

2012-03-06 Thread Peter Krempa
On 03/06/2012 04:14 PM, Peter Krempa wrote: On 03/06/2012 01:34 AM, Eric Blake wrote: Make it obvious to 'dumpxml' readers what unit we are using, since our default of KiB for memory (1024) differs from qemu's default of MiB; while we use bytes for storage. Tests were updated via: $ find

[libvirt] [PATCHv2 05/15] xml: output memory unit for clarity

2012-03-05 Thread Eric Blake
Make it obvious to 'dumpxml' readers what unit we are using, since our default of KiB for memory (1024) differs from qemu's default of MiB; while we use bytes for storage. Tests were updated via: $ find tests/*data tests/*out -name '*.xml' | \ xargs sed -i