> -----Original Message-----
> From: Matheus Tavares Bernardino <quic_mathb...@quicinc.com>
> Sent: Thursday, May 4, 2023 1:53 PM
> To: qemu-devel@nongnu.org
> Cc: Brian Cain <bc...@quicinc.com>; Taylor Simpson
> <tsimp...@quicinc.com>; Laurent Vivier <laur...@vivier.eu>
> Subject: [PATCH 2/2] Hexagon: append eflags to unknown cpu model string
> 
> Running qemu-hexagon with a binary that was compiled for an arch version
> unknown by qemu can produce a somewhat confusing message:
> 
>   qemu-hexagon: unable to find CPU model 'unknown'
> 
> Let's give a bit more info by appending the eflags so that the message
> becomes:
> 
>   qemu-hexagon: unable to find CPU model 'unknown (0x69)'
> 
> Signed-off-by: Matheus Tavares Bernardino <quic_mathb...@quicinc.com>
> ---
>  linux-user/hexagon/target_elf.h | 7 ++++++-
>  1 file changed, 6 insertions(+), 1 deletion(-)

Reviewed-by: Taylor Simpson <tsimp...@quicinc.com>
Tested-by: Taylor Simpson <tsimp...@quicinc.com>


Reply via email to