]> git.proxmox.com Git - mirror_qemu.git/commit
hw/usb: Use the IEC binary prefix definitions
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Mon, 25 Jun 2018 12:42:27 +0000 (09:42 -0300)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 2 Jul 2018 13:41:16 +0000 (15:41 +0200)
commit246e195b521b02860914754fd39f7809f96be67f
tree5d0dd75278d9f6316fd09bda81d9b1af600de593
parent872a2b7c4dcad2d4fa2bd34747c37a28a76cec2b
hw/usb: 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-36-f4bug@amsat.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/usb/ccid-card-passthru.c
hw/usb/combined-packet.c
hw/usb/dev-smartcard-reader.c
hw/usb/redirect.c