On 2025-10-22 16:01, Philippe Mathieu-Daudé wrote:
Both are equivalent:target_long_bits() sizeof(target_u?long) * BITS_PER_BYTE Prefer the former which is target-agnostic. Signed-off-by: Philippe Mathieu-Daudé <[email protected]> --- hw/xen/xen-hvm-common.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Pierrick Bouvier <[email protected]>
