]> Git Repo - qemu.git/commit
hw/riscv: Use the IEC binary prefix definitions
authorPhilippe Mathieu-Daudé <[email protected]>
Mon, 25 Jun 2018 12:42:08 +0000 (09:42 -0300)
committerPaolo Bonzini <[email protected]>
Mon, 2 Jul 2018 13:41:13 +0000 (15:41 +0200)
commit4bf46af78b7ce205f8ce1d75b70c95d7726e0a7d
treee8e5c939e2c133da506eec1e8d54262a205b4f90
parentde9b602ebd7c3a2e22b79114478d1a3c43bdfb4f
hw/riscv: 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é <[email protected]>
Reviewed-by: Michael Clark <[email protected]>
Message-Id: <20180625124238[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
hw/riscv/virt.c
This page took 0.025275 seconds and 4 git commands to generate.