commit | 8f951a13f0dd801dcf95c822091a7db49b323ca2 | [log] [tgz] |
---|---|---|
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | Mon Jun 25 09:42:03 2018 -0300 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Jul 02 15:41:13 2018 +0200 |
tree | 164dc59772032bdf47e3f0f81cfd3b5f5dc65e22 | |
parent | 968dfd0516728c9b284f53d22e96637ca543f699 [diff] |
hw/xen: 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> Reviewed-by: Alan Robinson <Alan.Robinson@ts.fujitsu.com> Message-Id: <20180625124238.25339-12-f4bug@amsat.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>