]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/xen: Use the IEC binary prefix definitions
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Mon, 25 Jun 2018 12:42:03 +0000 (09:42 -0300)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 2 Jul 2018 13:41:13 +0000 (15:41 +0200)
commit8f951a13f0dd801dcf95c822091a7db49b323ca2
tree164dc59772032bdf47e3f0f81cfd3b5f5dc65e22
parent968dfd0516728c9b284f53d22e96637ca543f699
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>
hw/block/xen_disk.c
hw/i386/xen/xen-mapcache.c
hw/xenpv/xen_domainbuild.c