Re: [RFC PATCH v3 10/31] hw/pxb: Use a type for realizing expanders

2021-02-02 Thread Jonathan Cameron
On Mon, 1 Feb 2021 16:59:27 -0800 Ben Widawsky wrote: > This opens up the possibility for more types of expanders (other than > PCI and PCIe). We'll need this to create a CXL expander. > > Signed-off-by: Ben Widawsky Minor suggestion inline but nothing important if you don't want to change it.

[RFC PATCH v3 10/31] hw/pxb: Use a type for realizing expanders

2021-02-01 Thread Ben Widawsky
This opens up the possibility for more types of expanders (other than PCI and PCIe). We'll need this to create a CXL expander. Signed-off-by: Ben Widawsky --- hw/pci-bridge/pci_expander_bridge.c | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git