translate-all: use bitmap helpers for PageDesc's bitmap
commit510a647fa27a12b66be40da4c2c098430003225c
authorEmilio G. Cota <cota@braap.org>
Wed, 22 Apr 2015 21:50:52 +0000 (22 17:50 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 28 Apr 2015 20:14:14 +0000 (28 22:14 +0200)
treed343c28eae0ee041ae25738f88560c40357e33d2
parentb8eb5512fd8a115f164edbbe897cdf8884920ccb
translate-all: use bitmap helpers for PageDesc's bitmap

Here we have an open-coded byte-based bitmap implementation.
Get rid of it since there's a ulong-based implementation to be
used by all code.

Signed-off-by: Emilio G. Cota <cota@braap.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
translate-all.c