Message ID | 20230925161124.18940-1-Jonathan.Cameron@huawei.com |
---|---|
Headers | show |
Series | QEMU: CXL mailbox rework and features | expand |
On Mon, 25 Sep 2023 17:11:05 +0100 Jonathan Cameron <Jonathan.Cameron@huawei.com> wrote: > Based on: [PATCH] hw/cxl: Fix local variable shadowing of cap_hdrs > Based on: [PATCH v2 0/3] hw/cxl: Add dummy ACPI QTG DSM Missed one. Based on: [PATCH v4 0/4] hw/cxl: Support emulating 4 HDM decoders throughout topology > Based on: [PATCH V2] hw/pci-bridge/cxl-upstream: Add serial number extended capability support > Based on: [PATCH v3 0/4] hw/cxl: Line length reduction and related > Based on: [PATCH v6 0/3] hw/{i2c,nvme}: mctp endpoint, nvme management interface model > > I'm assuming this last dependency will go via a different tree though there > is an outstanding request for tests. That equally applies to the CXL setup, > but there are lot of moving parts. I'll experiment with basic testing > of the MCTP I2C device whilst this is being reviewed. > > Based on: Message ID: 20230904161847.18468-1-Jonathan.Cameron@huawei.com Based on: Message ID: 20230913132523.29780-1-Jonathan.Cameron@huawei.com > Based on: Message ID: 20230913133615.29876-1-Jonathan.Cameron@huawei.com > Based on: Message ID: 20230919093434.1194-1-Jonathan.Cameron@huawei.com > Based on: Message ID: 20230925152258.5444-1-Jonathan.Cameron@huawei.com And to match above, the above should have been first. > Based on: Message ID: 20230914-nmi-i2c-v6-0-11bbb4f74d18@samsung.com So should be Based on: [PATCH] hw/cxl: Fix local variable shadowing of cap_hdrs Based on: [PATCH v2 0/3] hw/cxl: Add dummy ACPI QTG DSM Based on: [PATCH v4 0/4] hw/cxl: Support emulating 4 HDM decoders throughout topology Based on: [PATCH V2] hw/pci-bridge/cxl-upstream: Add serial number extended capability support Based on: [PATCH v3 0/4] hw/cxl: Line length reduction and related Based on: [PATCH v6 0/3] hw/{i2c,nvme}: mctp endpoint, nvme management interface model Based on: Message ID: 20230904161847.18468-1-Jonathan.Cameron@huawei.com Based on: Message ID: 20230904161847.18468-1-Jonathan.Cameron@huawei.com Based on: Message ID: 20230913132523.29780-1-Jonathan.Cameron@huawei.com Based on: Message ID: 20230913133615.29876-1-Jonathan.Cameron@huawei.com Based on: Message ID: 20230919093434.1194-1-Jonathan.Cameron@huawei.com Based on: Message ID: 20230914-nmi-i2c-v6-0-11bbb4f74d18@samsung.com Sorry about that. Jonathan
On Mon, Sep 25, 2023 at 05:11:05PM +0100, Jonathan Cameron wrote: > I've been carrying most of this series on our CXL staging tree > https://gitlab.com/jic23/qemu for some time and a lot of more recent > work around Multi Head Devices and Dynamic Capacity that we need for > Linux kernel enabling are backed up behind it. Hence I reorganized my > queue to try and land this before other less 'central' features such > as CXL PMUs and arm/virt support. ... > > Jonathan Cameron (15): > hw/cxl/mbox: Pull the payload out of struct cxl_cmd and make instances > constant > hw/cxl/mbox: Split mailbox command payload into separate input and > output > hw/cxl/mbox: Pull the CCI definition out of the CXLDeviceState > hw/cxl/mbox: Generalize the CCI command processing > hw/pci-bridge/cxl_upstream: Move defintion of device to header. To save some list spam, I can't say i've reviewed and tested the entire set, but this patch series to help model the Niagara work so please add my tags as appropriate to the above. Reviewed-by: Gregory Price <gregory.price@memverge.com> Tested-by: Gregory Price <gregory.price@memverge.com> ~Gregory