Re: [Qemu-devel] [PATCH 01/38] bitmap: use long as index

2013-12-24 Thread Orit Wasserman
On 12/17/2013 05:25 PM, Juan Quintela wrote: Move index and size fields from int to long. We need that for migration. long is 64 bits on sane architectures, and 32bits should be enough on all the 32bits architectures. Signed-off-by: Juan Quintela --- include/qemu/bitmap.h | 77 +

Re: [Qemu-devel] [PATCH 01/38] bitmap: use long as index

2013-12-17 Thread Stefan Weil
Am 17.12.2013 19:05, schrieb Eric Blake: > On 12/17/2013 08:25 AM, Juan Quintela wrote: >> Move index and size fields from int to long. We need that for >> migration. long is 64 bits on sane architectures, and 32bits should >> be enough on all the 32bits architectures. Does this also work for "

Re: [Qemu-devel] [PATCH 01/38] bitmap: use long as index

2013-12-17 Thread Juan Quintela
Eric Blake wrote: > On 12/17/2013 08:25 AM, Juan Quintela wrote: >> Move index and size fields from int to long. We need that for >> migration. long is 64 bits on sane architectures, and 32bits should >> be enough on all the 32bits architectures. >> >> Signed-off-by: Juan Quintela >> --- >> i

Re: [Qemu-devel] [PATCH 01/38] bitmap: use long as index

2013-12-17 Thread Eric Blake
On 12/17/2013 08:25 AM, Juan Quintela wrote: > Move index and size fields from int to long. We need that for > migration. long is 64 bits on sane architectures, and 32bits should > be enough on all the 32bits architectures. > > Signed-off-by: Juan Quintela > --- > include/qemu/bitmap.h | 77 >

[Qemu-devel] [PATCH 01/38] bitmap: use long as index

2013-12-17 Thread Juan Quintela
Move index and size fields from int to long. We need that for migration. long is 64 bits on sane architectures, and 32bits should be enough on all the 32bits architectures. Signed-off-by: Juan Quintela --- include/qemu/bitmap.h | 77 ++- include/