On 8/19/21 9:37 PM, Andrew Jones wrote: > bitmap_clear() only clears the given range. While the given > range should be sufficient in this case we might as well be > 100% sure all bits are zeroed by using bitmap_zero(). > > Signed-off-by: Andrew Jones <drjo...@redhat.com> > --- > target/arm/kvm64.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@redhat.com>