commit | 510a647fa27a12b66be40da4c2c098430003225c | [log] [tgz] |
---|---|---|
author | Emilio G. Cota <cota@braap.org> | Wed Apr 22 17:50:52 2015 -0400 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue Apr 28 22:14:14 2015 +0200 |
tree | d343c28eae0ee041ae25738f88560c40357e33d2 | |
parent | b8eb5512fd8a115f164edbbe897cdf8884920ccb [diff] |
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>