commit | 0cb98af2187a5c7e1723fc28f8ed359634dff550 | [log] [tgz] |
---|---|---|
author | Stefano Garzarella <sgarzare@redhat.com> | Wed Mar 27 10:56:34 2019 +0100 |
committer | Kevin Wolf <kwolf@redhat.com> | Tue Apr 30 15:29:00 2019 +0200 |
tree | 8b30d2fe9ae5b31e97aee692fe6844861a1c5e91 | |
parent | e9991e29ea5efb91324a1b1e10fbf553867964df [diff] |
block/vhdx: Use IEC binary prefixes for size constants Using IEC binary prefixes in order to make the code more readable, with the exception of DEFAULT_LOG_SIZE because it's passed to stringify(). Signed-off-by: Stefano Garzarella <sgarzare@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: John Snow <jsnow@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>