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

[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