mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
hw: Use IEC binary prefix definitions from "qemu/units.h"
Code change produced with: $ git ls-files | egrep '\.[ch]$' | \ xargs sed -i -e 's/\(\W[KMGTPE]\)_BYTE/\1iB/g' Suggested-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Acked-by: David Gibson <david@gibson.dropbear.id.au> (ppc parts) Message-Id: <20180625124238.25339-6-f4bug@amsat.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
5fa96cad01
commit
d23b6caadb
19 changed files with 76 additions and 80 deletions
|
@ -884,7 +884,7 @@ static void ibm_40p_machine_init(MachineClass *mc)
|
|||
mc->desc = "IBM RS/6000 7020 (40p)",
|
||||
mc->init = ibm_40p_init;
|
||||
mc->max_cpus = 1;
|
||||
mc->default_ram_size = 128 * M_BYTE;
|
||||
mc->default_ram_size = 128 * MiB;
|
||||
mc->block_default_type = IF_SCSI;
|
||||
mc->default_boot_order = "c";
|
||||
mc->default_cpu_type = POWERPC_CPU_TYPE_NAME("604");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue