Re: [PATCH v8 19/46] hw/cxl/device: Add some trivial commands

2022-03-23 Thread Jonathan Cameron via
On Fri, 18 Mar 2022 09:56:22 -0700 Alison Schofield wrote: > On Fri, Mar 18, 2022 at 03:06:08PM +, Jonathan Cameron wrote: > > From: Ben Widawsky > > > > GET_FW_INFO and GET_PARTITION_INFO, for this emulation, is equivalent to > > info already returned in the IDENTIFY command. To have a mor

Re: [PATCH v8 19/46] hw/cxl/device: Add some trivial commands

2022-03-18 Thread Alison Schofield
On Fri, Mar 18, 2022 at 03:06:08PM +, Jonathan Cameron wrote: > From: Ben Widawsky > > GET_FW_INFO and GET_PARTITION_INFO, for this emulation, is equivalent to > info already returned in the IDENTIFY command. To have a more robust > implementation, add those. > > Signed-off-by: Ben Widawsky

[PATCH v8 19/46] hw/cxl/device: Add some trivial commands

2022-03-18 Thread Jonathan Cameron via
From: Ben Widawsky GET_FW_INFO and GET_PARTITION_INFO, for this emulation, is equivalent to info already returned in the IDENTIFY command. To have a more robust implementation, add those. Signed-off-by: Ben Widawsky Signed-off-by: Jonathan Cameron --- hw/cxl/cxl-mailbox-utils.c | 69 +