Re: [PATCH 04/19] hw/cxl/mbox: Generalize the CCI command processing

2023-10-13 Thread Jonathan Cameron via
On Thu, 28 Sep 2023 11:21:31 -0700 Fan Ni wrote: > On Mon, Sep 25, 2023 at 05:11:09PM +0100, Jonathan Cameron wrote: > > By moving the parts of the mailbox command handling that are CCI type > > specific out to the caller, make the main handling code generic. Rename it > > to cxl_process_cci_mess

Re: [PATCH 04/19] hw/cxl/mbox: Generalize the CCI command processing

2023-09-28 Thread Fan Ni
On Mon, Sep 25, 2023 at 05:11:09PM +0100, Jonathan Cameron wrote: > By moving the parts of the mailbox command handling that are CCI type > specific out to the caller, make the main handling code generic. Rename it > to cxl_process_cci_message() to reflect this new generality. > > Signed-off-by: Jo

[PATCH 04/19] hw/cxl/mbox: Generalize the CCI command processing

2023-09-25 Thread Jonathan Cameron via
By moving the parts of the mailbox command handling that are CCI type specific out to the caller, make the main handling code generic. Rename it to cxl_process_cci_message() to reflect this new generality. Signed-off-by: Jonathan Cameron --- include/hw/cxl/cxl_device.h | 5 +++- hw/cxl/cxl-devi