mbox series

[0/4] hw/cxl: Minor CXL emulation fixes and cleanup

Message ID 20230904132806.6094-1-Jonathan.Cameron@huawei.com
Headers show
Series hw/cxl: Minor CXL emulation fixes and cleanup | expand

Message

Jonathan Cameron Sept. 4, 2023, 1:28 p.m. UTC
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(-)

Comments

Philippe Mathieu-Daudé Sept. 13, 2023, 6:38 a.m. UTC | #1
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(-)
>
Michael Tokarev Sept. 13, 2023, 2 p.m. UTC | #2
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