Re: [PATCH-for-8.0 6/7] hw/mips/meson: Make gt64xxx_pci.c endian-agnostic

2022-12-19 Thread Richard Henderson
On 12/9/22 07:15, Philippe Mathieu-Daudé wrote: From: Philippe Mathieu-Daudé The single machine using this device explicitly sets its endianness. We don't need to set a default. This allow us to remove the target specificity from the build system. Signed-off-by: Philippe Mathieu-Daudé ---

[PATCH-for-8.0 6/7] hw/mips/meson: Make gt64xxx_pci.c endian-agnostic

2022-12-09 Thread Philippe Mathieu-Daudé
From: Philippe Mathieu-Daudé The single machine using this device explicitly sets its endianness. We don't need to set a default. This allow us to remove the target specificity from the build system. Signed-off-by: Philippe Mathieu-Daudé --- hw/mips/gt64xxx_pci.c | 2 +- hw/mips/meson.build