Re: [PATCH 12/19] hw/cxl: Implement Physical Ports status retrieval

2023-09-27 Thread Jonathan Cameron via
... > +/* CXL r3.0 Section 7.6.7.1.2: Get Physical Port State (Opcode 5101h) */ > +static CXLRetCode cmd_get_physical_port_state(const struct cxl_cmd *cmd, > + uint8_t *payload_in, > + size_t len_in, > +

[PATCH 12/19] hw/cxl: Implement Physical Ports status retrieval

2023-09-25 Thread Jonathan Cameron via
Add this command for both the Switch CCI and the MCTP CCI found in switch upstream ports. Signed-off-by: Jonathan Cameron --- hw/cxl/cxl-mailbox-utils.c | 121 + 1 file changed, 121 insertions(+) diff --git a/hw/cxl/cxl-mailbox-utils.c