Re: [PATCH v5 4/5] hw/nvme: fix mmio read

2021-07-20 Thread Philippe Mathieu-Daudé
On 7/20/21 3:33 PM, Peter Maydell wrote: > On Tue, 20 Jul 2021 at 13:58, Philippe Mathieu-Daudé > wrote: >> >> On 7/20/21 12:46 AM, Klaus Jensen wrote: >>> From: Klaus Jensen >>> >>> The new PMR test unearthed a long-standing issue with MMIO reads on >>> big-endian hosts. >>> >>> Fix this by unc

Re: [PATCH v5 4/5] hw/nvme: fix mmio read

2021-07-20 Thread Peter Maydell
On Mon, 19 Jul 2021 at 23:47, Klaus Jensen wrote: > > From: Klaus Jensen > > The new PMR test unearthed a long-standing issue with MMIO reads on > big-endian hosts. > > Fix this by unconditionally storing all controller registers in little > endian. > > Cc: Gollu Appalanaidu > Reported-by: Peter

Re: [PATCH v5 4/5] hw/nvme: fix mmio read

2021-07-20 Thread Peter Maydell
On Tue, 20 Jul 2021 at 13:58, Philippe Mathieu-Daudé wrote: > > On 7/20/21 12:46 AM, Klaus Jensen wrote: > > From: Klaus Jensen > > > > The new PMR test unearthed a long-standing issue with MMIO reads on > > big-endian hosts. > > > > Fix this by unconditionally storing all controller registers in

Re: [PATCH v5 4/5] hw/nvme: fix mmio read

2021-07-20 Thread Philippe Mathieu-Daudé
On 7/20/21 12:46 AM, Klaus Jensen wrote: > From: Klaus Jensen > > The new PMR test unearthed a long-standing issue with MMIO reads on > big-endian hosts. > > Fix this by unconditionally storing all controller registers in little > endian. > > Cc: Gollu Appalanaidu > Reported-by: Peter Maydell