qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] New Bitmap module ?


From: Corentin Chary
Subject: [Qemu-devel] New Bitmap module ?
Date: Wed, 21 Jul 2010 07:49:38 +0200

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]