Re: [PATCH 0/5] hw/arm: Remove big-endian checks on machine code

2020-03-02 Thread Peter Maydell
On Fri, 28 Feb 2020 at 12:53, Philippe Mathieu-Daudé wrote: > > We only build the little-endian softmmu configurations. > Checking for big endian is pointless, remove the unused code. > > Philippe Mathieu-Daudé (5): > hw/arm/gumstix: Simplify since the machines are little-endian only > hw/arm/

Re: [PATCH 0/5] hw/arm: Remove big-endian checks on machine code

2020-02-29 Thread Richard Henderson
On 2/28/20 4:53 AM, Philippe Mathieu-Daudé wrote: > We only build the little-endian softmmu configurations. > Checking for big endian is pointless, remove the unused code. > > Philippe Mathieu-Daudé (5): > hw/arm/gumstix: Simplify since the machines are little-endian only > hw/arm/mainstone: S

[PATCH 0/5] hw/arm: Remove big-endian checks on machine code

2020-02-28 Thread Philippe Mathieu-Daudé
We only build the little-endian softmmu configurations. Checking for big endian is pointless, remove the unused code. Philippe Mathieu-Daudé (5): hw/arm/gumstix: Simplify since the machines are little-endian only hw/arm/mainstone: Simplify since the machines are little-endian only hw/arm/oma