summaryrefslogtreecommitdiffstats
path: root/include/qemu/bitmap.h
Commit message (Collapse)AuthorAgeFilesLines
* bitmap: Add bitmap_zero_extend operationJuan Quintela2014-01-131-0/+9
| | | | | | Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: Orit Wasserman <owasserm@redhat.com>
* bitmap: use long as indexJuan Quintela2014-01-131-38/+39
| | | | | | | | | | 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 <quintela@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: Orit Wasserman <owasserm@redhat.com>
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-0/+222
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>