Re: [PATCH v6 cxl2.0-v6-doe 3/6] hw/pci: PCIe Data Object Exchange implementation

2021-07-02 Thread Michael S. Tsirkin
On Thu, Jun 10, 2021 at 09:16:08AM -0400, Chris Browy wrote: > From: hchkuo > > PCIe Data Object Exchange (DOE) implementation for QEMU referring to > "PCIe Data Object Exchange ECN, March 12, 2020". > > The patch supports multiple DOE capabilities for a single PCIe device in > QEMU. For each ca

Re: [PATCH v6 cxl2.0-v6-doe 3/6] hw/pci: PCIe Data Object Exchange implementation

2021-06-15 Thread Jonathan Cameron
On Thu, 10 Jun 2021 09:16:08 -0400 Chris Browy wrote: > From: hchkuo > > PCIe Data Object Exchange (DOE) implementation for QEMU referring to > "PCIe Data Object Exchange ECN, March 12, 2020". > > The patch supports multiple DOE capabilities for a single PCIe device in > QEMU. For each capabil

[PATCH v6 cxl2.0-v6-doe 3/6] hw/pci: PCIe Data Object Exchange implementation

2021-06-10 Thread Chris Browy
From: hchkuo PCIe Data Object Exchange (DOE) implementation for QEMU referring to "PCIe Data Object Exchange ECN, March 12, 2020". The patch supports multiple DOE capabilities for a single PCIe device in QEMU. For each capability, a static array of DOEProtocol should be passed to pcie_doe_init()