Re: [Qemu-devel] [PATCH qemu] spapr/rtas: Force big endian compile for rtas

2019-06-11 Thread David Gibson
On Wed, Jun 12, 2019 at 10:29:55AM +1000, Alexey Kardashevskiy wrote: > > > On 14/02/2019 14:30, David Gibson wrote: > > On Wed, Feb 13, 2019 at 05:00:50PM +1100, Alexey Kardashevskiy wrote: > >> > >> > >> On 01/02/2019 11:40, Alexey Kardashevskiy wrote: > >>> At the moment the rtas's Makefile us

Re: [Qemu-devel] [PATCH qemu] spapr/rtas: Force big endian compile for rtas

2019-06-11 Thread Alexey Kardashevskiy
On 14/02/2019 14:30, David Gibson wrote: > On Wed, Feb 13, 2019 at 05:00:50PM +1100, Alexey Kardashevskiy wrote: >> >> >> On 01/02/2019 11:40, Alexey Kardashevskiy wrote: >>> At the moment the rtas's Makefile uses generic QEMU rules which means >>> that when QEMU is compiled on a little endian s

Re: [Qemu-devel] [PATCH qemu] spapr/rtas: Force big endian compile for rtas

2019-02-13 Thread David Gibson
On Wed, Feb 13, 2019 at 05:00:50PM +1100, Alexey Kardashevskiy wrote: > > > On 01/02/2019 11:40, Alexey Kardashevskiy wrote: > > At the moment the rtas's Makefile uses generic QEMU rules which means > > that when QEMU is compiled on a little endian system, the spapr-rtas.bin > > is compiled as li

Re: [Qemu-devel] [PATCH qemu] spapr/rtas: Force big endian compile for rtas

2019-02-12 Thread Alexey Kardashevskiy
On 01/02/2019 11:40, Alexey Kardashevskiy wrote: > At the moment the rtas's Makefile uses generic QEMU rules which means > that when QEMU is compiled on a little endian system, the spapr-rtas.bin > is compiled as little endian too which is incorrect as it is always > executed in big endian mode.