qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/1] include: Auto-generate the sizes lookup table
@ 2019-01-02 11:08 Leonid Bloch
  2019-01-02 11:09 ` [Qemu-devel] [PATCH 1/1] " Leonid Bloch
  0 siblings, 1 reply; 11+ messages in thread
From: Leonid Bloch @ 2019-01-02 11:08 UTC (permalink / raw)
  To: qemu-devel@nongnu.org
  Cc: qemu-block@nongnu.org, Stefan Weil, Max Reitz, Kevin Wolf,
	Philippe Mathieu-Daudé, Leonid Bloch, Alberto Garcia,
	Markus Armbruster

Following the conversations here:
https://patchwork.kernel.org/patch/10665157
and here:
https://patchwork.kernel.org/patch/10666975

Making the lookup table for power-of-two sizes auto-generated, instead
of being hard-coded into the units.h file.

I'm not sure if the changes I've made to Makefile here are "standard".
Please correct me if that's not the case.

Sorry it took so much time - I was busy with something completely
different.


Regards,
Leonid.

Leonid Bloch (1):
  include: Auto-generate the sizes lookup table

 .gitignore           |  1 +
 Makefile             |  5 +++
 block/qcow2.h        |  2 +-
 block/vdi.c          |  1 +
 include/qemu/units.h | 73 --------------------------------------------
 scripts/gen-sizes.sh | 66 +++++++++++++++++++++++++++++++++++++++
 6 files changed, 74 insertions(+), 74 deletions(-)
 create mode 100755 scripts/gen-sizes.sh

-- 
2.20.1

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2019-01-04 21:23 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-02 11:08 [Qemu-devel] [PATCH 0/1] include: Auto-generate the sizes lookup table Leonid Bloch
2019-01-02 11:09 ` [Qemu-devel] [PATCH 1/1] " Leonid Bloch
2019-01-03  9:19   ` Alberto Garcia
2019-01-03 20:57     ` Leonid Bloch
2019-01-03 21:04       ` Eric Blake
2019-01-03 21:21         ` Leonid Bloch
2019-01-03 21:42           ` Eric Blake
2019-01-04  9:31             ` Alberto Garcia
2019-01-04 21:23               ` Leonid Bloch
2019-01-03  9:33   ` Philippe Mathieu-Daudé
2019-01-03 21:06     ` Leonid Bloch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).