Re: [RESEND PATCH 1/2] hw/cxl: Fix endian handling for decoder commit.

2023-03-22 Thread Philippe Mathieu-Daudé
On 22/3/23 11:27, Jonathan Cameron via wrote: Not a real problem yet as all supported architectures are little endian, but continue to tidy these up when touching code for other reasons. Signed-off-by: Jonathan Cameron --- hw/cxl/cxl-component-utils.c | 10 -- hw/mem/cxl_type3.c

Re: [PATCH 1/2] hw/cxl: Fix endian handling for decoder commit.

2023-03-22 Thread Jonathan Cameron via
On Tue, 21 Mar 2023 19:28:02 + Fan Ni wrote: > On Tue, Mar 21, 2023 at 06:00:11PM +, Jonathan Cameron wrote: > > Not a real problem yet as all supported architectures are > > little endian, but continue to tidy these up when touching > > code for other reasons. > > > > Signed-off-by: Jon

[RESEND PATCH 1/2] hw/cxl: Fix endian handling for decoder commit.

2023-03-22 Thread Jonathan Cameron via
Not a real problem yet as all supported architectures are little endian, but continue to tidy these up when touching code for other reasons. Signed-off-by: Jonathan Cameron --- hw/cxl/cxl-component-utils.c | 10 -- hw/mem/cxl_type3.c | 9 ++--- 2 files changed, 10 insertio

Re: [PATCH 1/2] hw/cxl: Fix endian handling for decoder commit.

2023-03-21 Thread Fan Ni
On Tue, Mar 21, 2023 at 06:00:11PM +, Jonathan Cameron wrote: > Not a real problem yet as all supported architectures are > little endian, but continue to tidy these up when touching > code for other reasons. > > Signed-off-by: Jonathan Cameron Hi Jonathan, Did you forget to send the other p

[PATCH 1/2] hw/cxl: Fix endian handling for decoder commit.

2023-03-21 Thread Jonathan Cameron via
Not a real problem yet as all supported architectures are little endian, but continue to tidy these up when touching code for other reasons. Signed-off-by: Jonathan Cameron --- hw/cxl/cxl-component-utils.c | 10 -- hw/mem/cxl_type3.c | 9 ++--- 2 files changed, 10 insertio