Re: [PATCH v3 8/8] target/ppc: Set the correct endianness for powernv memory dumps

2022-01-09 Thread David Gibson
On Fri, Jan 07, 2022 at 07:26:01PM -0300, Fabiano Rosas wrote: > We use the endianness of interrupts to determine which endianness to > use for the guest kernel memory dump. For machines that support HILE > (powernv8 and up) we have been always generating big endian dump > files. > > This patch us

[PATCH v3 8/8] target/ppc: Set the correct endianness for powernv memory dumps

2022-01-07 Thread Fabiano Rosas
We use the endianness of interrupts to determine which endianness to use for the guest kernel memory dump. For machines that support HILE (powernv8 and up) we have been always generating big endian dump files. This patch uses the HILE support recently added to ppc_interrupts_little_endian to fix t