> -----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>
- [PATCH for-6.2 0/8] softmmu: Clean up arch_init.c Peter Maydell
- [PATCH for-6.2 5/8] arch_init.h: Add QEMU_ARC... Peter Maydell
- Re: [PATCH for-6.2 5/8] arch_init.h: Add ... Philippe Mathieu-Daudé
- Re: [PATCH for-6.2 5/8] arch_init.h: Add ... Richard Henderson
- RE: [PATCH for-6.2 5/8] arch_init.h: Add ... Taylor Simpson
- [PATCH for-6.2 2/8] monitor: Use accel_find(&... Peter Maydell
- Re: [PATCH for-6.2 2/8] monitor: Use acce... Richard Henderson
- [PATCH for-6.2 4/8] meson.build: Define QEMU_... Peter Maydell
- Re: [PATCH for-6.2 4/8] meson.build: Defi... Philippe Mathieu-Daudé
- Re: [PATCH for-6.2 4/8] meson.build: Defi... Richard Henderson
- [PATCH for-6.2 7/8] arch_init.h: Don't includ... Peter Maydell
- Re: [PATCH for-6.2 7/8] arch_init.h: Don'... Philippe Mathieu-Daudé
- Re: [PATCH for-6.2 7/8] arch_init.h: Don'... Richard Henderson
- Re: [PATCH for-6.2 7/8] arch_init.h: Don'... Alistair Francis
- [PATCH for-6.2 1/8] softmmu: Use accel_find(&... Peter Maydell