On 3/14/20 4:39 AM, Laurent Vivier wrote:
> +qemu_arch()
> +{
> + case "$1" in
> + arm64)
> + echo "aarch64"
> + ;;
> + *)
> + upper "$1"
> + ;;
> + esac
> +}I think you can drop the upper here. That distinction is confusing. Anyway, it's only use applies upper again. With that, Reviewed-by: Richard Henderson <[email protected]> r~
