Re: [Qemu-devel] New Bitmap module ?

2010-07-23 Thread Corentin Chary
On Thu, Jul 22, 2010 at 3:46 PM, Andre Przywara andre.przyw...@amd.com wrote: Corentin Chary wrote: 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

Re: [Qemu-devel] New Bitmap module ?

2010-07-22 Thread Andre Przywara
Corentin Chary wrote: 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 -

[Qemu-devel] New Bitmap module ?

2010-07-20 Thread Corentin Chary
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 -