RE: [PATCH for-6.2 5/8] arch_init.h: Add QEMU_ARCH_HEXAGON

2021-07-30 Thread Taylor Simpson
> -Original Message- > From: 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 ; Markus Armbruster > ; Eduardo Habkost > Subject: [PATCH for-6

Re: [PATCH for-6.2 5/8] arch_init.h: Add QEMU_ARCH_HEXAGON

2021-07-30 Thread Richard Henderson
On 7/30/21 12:59 AM, Peter Maydell wrote: 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

Re: [PATCH for-6.2 5/8] arch_init.h: Add QEMU_ARCH_HEXAGON

2021-07-30 Thread Philippe Mathieu-Daudé
On 7/30/21 12:59 PM, Peter Maydell wrote: > 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,

[PATCH for-6.2 5/8] arch_init.h: Add QEMU_ARCH_HEXAGON

2021-07-30 Thread Peter Maydell
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