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

Jonathan Cameron via posted 4 patches 1 year, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230904132806.6094-1-Jonathan.Cameron@huawei.com
Maintainers: Jonathan Cameron <jonathan.cameron@huawei.com>, Fan Ni <fan.ni@samsung.com>, "Michael S. Tsirkin" <mst@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
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(-)
[PATCH 0/4] hw/cxl: Minor CXL emulation fixes and cleanup
Posted by Jonathan Cameron via 1 year, 2 months ago
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(-)

-- 
2.39.2
Re: [PATCH 0/4] hw/cxl: Minor CXL emulation fixes and cleanup
Posted by Michael Tokarev 1 year, 2 months ago
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
Re: [PATCH 0/4] hw/cxl: Minor CXL emulation fixes and cleanup
Posted by Philippe Mathieu-Daudé 1 year, 2 months ago
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(-)
>