> -----Original Message-----
> From: Qemu-devel <qemu-devel-
> bounces+tsimpson=quicinc....@nongnu.org> On Behalf Of Peter Maydell
> Sent: Friday, July 30, 2021 5:00 AM
> To: qemu-devel@nongnu.org
> Cc: Paolo Bonzini <pbonz...@redhat.com>; Markus Armbruster
> <arm...@redhat.com>; Eduardo Habkost <ehabk...@redhat.com>
> Subject: [PATCH for-6.2 5/8] arch_init.h: Add QEMU_ARCH_HEXAGON
> 
> When Hexagon was added we forgot to add it to the QEMU_ARCH_*
> enumeration.  This doesn't cause a visible effect because at the moment
> Hexagon is linux-user only and the QEMU_ARCH_* constants are only used
> in softmmu, but we might as well add it in, since it's the only architecture
> currently missing from the list.
> 
> Signed-off-by: Peter Maydell <peter.mayd...@linaro.org>


> +    QEMU_ARCH_HEXAGON = (1 << 22),

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

Reply via email to