Re: [PATCH v6 31/43] CXL/cxl_component: Add cxl_get_hb_cstate()

2022-03-02 Thread Alex Bennée
Jonathan Cameron writes: > From: Jonathan Cameron > > Accessor to get hold of the cxl state for a CXL host bridge > without exposing the internals of the implementation. > > Signed-off-by: Jonathan Cameron Reviewed-by: Alex Bennée -- Alex Bennée

[PATCH v6 31/43] CXL/cxl_component: Add cxl_get_hb_cstate()

2022-02-11 Thread Jonathan Cameron via
From: Jonathan Cameron Accessor to get hold of the cxl state for a CXL host bridge without exposing the internals of the implementation. Signed-off-by: Jonathan Cameron --- hw/pci-bridge/pci_expander_bridge.c | 7 +++ include/hw/cxl/cxl_component.h | 2 ++ 2 files changed, 9 insertion