qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 2/4] target/arm/kvm64: Ensure sve vls map is completely cl


From: Richard Henderson
Subject: Re: [PATCH v2 2/4] target/arm/kvm64: Ensure sve vls map is completely clear
Date: Mon, 23 Aug 2021 10:45:12 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0

On 8/23/21 9:06 AM, 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>
Reviewed-by: Philippe Mathieu-Daudé<philmd@redhat.com>
---
  target/arm/kvm64.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]