qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] Fix qdev 32-bit compilation
@ 2013-07-30 18:18 Richard Henderson
  2013-07-30 18:18 ` [Qemu-devel] [PATCH 1/2] qdev: Fix 32-bit compilation in print_size Richard Henderson
  2013-07-30 18:18 ` [Qemu-devel] [PATCH 2/2] qdev: Use clz " Richard Henderson
  0 siblings, 2 replies; 3+ messages in thread
From: Richard Henderson @ 2013-07-30 18:18 UTC (permalink / raw)
  To: qemu-devel
  Cc: vasilis.liaskovitis, imammedo, aliguori, Richard Henderson,
	afaerber

From: Richard Henderson <rth@grit.twiddle.net>

The patch e8cd45c78f53501e75bd455140da63d1b7ed3685 broke
compilation on 32-bit with a 40-bit shift of "long int".

The first patch is the trivial fix for that bug.

The second patch is an optional improvement that avoids
the division loop entirely.


r~


Richard Henderson (2):
  qdev: Fix 32-bit compilation in print_size
  qdev: Use clz in print_size

 hw/core/qdev-properties.c | 20 +++++++++++++-------
 1 file changed, 13 insertions(+), 7 deletions(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2013-07-30 18:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-30 18:18 [Qemu-devel] [PATCH 0/2] Fix qdev 32-bit compilation Richard Henderson
2013-07-30 18:18 ` [Qemu-devel] [PATCH 1/2] qdev: Fix 32-bit compilation in print_size Richard Henderson
2013-07-30 18:18 ` [Qemu-devel] [PATCH 2/2] qdev: Use clz " Richard Henderson

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).