commit | a4fb331dab20e3da6f0189f0cbb02208673f7cfd | [log] [tgz] |
---|---|---|
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | Mon Jun 25 09:42:16 2018 -0300 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Jul 02 15:41:15 2018 +0200 |
tree | 6a9514db440d5b53b54cdf7a2f8570404432536b | |
parent | b000325a3ab522339bb1122bf78ee5cae1217749 [diff] |
hw/microblaze: Use the IEC binary prefix definitions It eases code review, unit is explicit. Patch generated using: $ git grep -E '(1024|2048|4096|8192|(<<|>>).?(10|20|30))' hw/ include/hw/ and modified manually. Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20180625124238.25339-25-f4bug@amsat.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>