On 2/13/26 9:50 AM, Philippe Mathieu-Daudé wrote:
qemu_arch_available() is used to check if a broadly available
feature should be exposed to a particular set of target
architectures.

Since its argument is a mask of bits, rename it as @arch_bitmask.

We have less than 32 target architectures so far, so restrict it
to the uint32_t type.

Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
---
  include/system/arch_init.h | 8 +++++++-
  system/arch_init.c         | 4 ++--
  2 files changed, 9 insertions(+), 3 deletions(-)


Reviewed-by: Pierrick Bouvier <[email protected]>

Reply via email to