qemu-riscv
[Top][All Lists]
Advanced

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

Re: [PATCH v4 36/57] tcg/loongarch64: Assert the host supports unaligned


From: Peter Maydell
Subject: Re: [PATCH v4 36/57] tcg/loongarch64: Assert the host supports unaligned accesses
Date: Fri, 5 May 2023 13:30:35 +0100

On Wed, 3 May 2023 at 08:15, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> This should be true of all server class loongarch64.

By this do you mean "anything that runs Linux" ?

If not, we should be a bit more user-friendly about bailing
out than just assert()ing. For the "tried to run on an
ARMv5" case we use error_report and exit:

            error_report("TCG: ARMv%d is unsupported; exiting", arm_arch);
            exit(EXIT_FAILURE);

thanks
-- PMM



reply via email to

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