All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] New Bitmap module ?
@ 2010-07-21  5:49 Corentin Chary
  2010-07-22 13:46 ` Andre Przywara
  0 siblings, 1 reply; 3+ messages in thread
From: Corentin Chary @ 2010-07-21  5:49 UTC (permalink / raw)
  To: Qemu-development List, Anthony Liguori; +Cc: Alexander Graf

Hi,
I was working on merging VNC updates into bigger ones to see if it
lower the overhead (big updates sometime use less network/cpu than a
lot of small updates).
For that, I needed some new bitmap functions, and no we got, in vnc.c:
- set_bit
- clear_bit
- set_bits
- clear_bits
- find_next_bit
- find_next_zero_bit
- find_next_zero_area

Should we move that into bitmap.c/bitmap.h ? Which part of QEMU could
use that (block.c maybe ?)
Thanks
-- 
Corentin Chary
http://xf.iksaif.net

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

end of thread, other threads:[~2010-07-23  7:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-21  5:49 [Qemu-devel] New Bitmap module ? Corentin Chary
2010-07-22 13:46 ` Andre Przywara
2010-07-23  7:27   ` Corentin Chary

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.