|
From: | Philippe Mathieu-Daudé |
Subject: | Re: [PATCH 2/4] target/arm/kvm64: Ensure sve vls map is completely clear |
Date: | Fri, 20 Aug 2021 00:52:04 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 |
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 <drjones@redhat.com> > --- > target/arm/kvm64.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
[Prev in Thread] | Current Thread | [Next in Thread] |