summaryrefslogtreecommitdiff
path: root/util/bitmap.c
AgeCommit message (Collapse)AuthorFilesLines
2014-01-13bitmap: use long as indexJuan Quintela1-30/+30
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>
2013-01-12build: move libqemuutil.a components to util/Paolo Bonzini1-0/+256
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>