Re: [Qemu-devel] [PATCH v5 00/46] Use the IEC binary prefix definitions

2018-06-25 Thread Michael S. Tsirkin
On Mon, Jun 25, 2018 at 09:41:52AM -0300, Philippe Mathieu-Daudé wrote: > Hi, > > This series: > > - split the byte-based definitions from "qemu/cutils.h" to "qemu/units.h" > (this now triggers WARNING: 1 added file, does MAINTAINERS need updating?) > - clean hw/ includes; > - replace different

[Qemu-devel] [PATCH v5 00/46] Use the IEC binary prefix definitions

2018-06-25 Thread Philippe Mathieu-Daudé
Hi, This series: - split the byte-based definitions from "qemu/cutils.h" to "qemu/units.h" (this now triggers WARNING: 1 added file, does MAINTAINERS need updating?) - clean hw/ includes; - replace different constants used for byte size with their corresponding IEC binary prefix definitions.