Message ID | 20230904132806.6094-1-Jonathan.Cameron@huawei.com |
---|---|
Headers | show |
Series | hw/cxl: Minor CXL emulation fixes and cleanup | expand |
Cc'ing qemu-trivial@ On 4/9/23 15:28, Jonathan Cameron wrote: > A small set gathering patches that have been posted and reviewed on list > over the last few months. Looking to get these upstream before making > any significant changes to the CXL emulation for this cycle. > > More wide spread cleanup will follow later this cycle (reference > updates to available spec and line length improvements). > > Dave Jiang (1): > hw/pci-bridge/cxl_upstream: Fix bandwidth entry base unit for SSLBIS > > Fan Ni (1): > hw/cxl/cxl_device: Replace magic number in CXLError definition > > Li Zhijian (2): > hw/cxl: Fix CFMW config memory leak > docs/cxl: Change to lowercase as others > > docs/system/devices/cxl.rst | 8 ++++---- > include/hw/cxl/cxl_device.h | 2 +- > hw/cxl/cxl-host.c | 12 ++++++------ > hw/pci-bridge/cxl_upstream.c | 2 +- > 4 files changed, 12 insertions(+), 12 deletions(-) >
04.09.2023 16:28, Jonathan Cameron via wrote: > A small set gathering patches that have been posted and reviewed on list > over the last few months. Looking to get these upstream before making > any significant changes to the CXL emulation for this cycle. > > More wide spread cleanup will follow later this cycle (reference > updates to available spec and line length improvements). > > Dave Jiang (1): > hw/pci-bridge/cxl_upstream: Fix bandwidth entry base unit for SSLBIS > > Fan Ni (1): > hw/cxl/cxl_device: Replace magic number in CXLError definition > > Li Zhijian (2): > hw/cxl: Fix CFMW config memory leak > docs/cxl: Change to lowercase as others > > docs/system/devices/cxl.rst | 8 ++++---- > include/hw/cxl/cxl_device.h | 2 +- > hw/cxl/cxl-host.c | 12 ++++++------ > hw/pci-bridge/cxl_upstream.c | 2 +- > 4 files changed, 12 insertions(+), 12 deletions(-) > Applied to my trivial-patches tree. Thank you! /mjt