[PATCH v2 0/3] hw/cxl: Misc small fixes

Jonathan Cameron via posted 3 patches 7 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230919101927.1470-1-Jonathan.Cameron@huawei.com
Maintainers: Jonathan Cameron <jonathan.cameron@huawei.com>, Fan Ni <fan.ni@samsung.com>
docs/system/devices/cxl.rst |  4 ++--
include/hw/cxl/cxl.h        |  2 +-
hw/mem/cxl_type3.c          | 11 +++++++++++
hw/mem/cxl_type3_stubs.c    | 10 ++++++++++
4 files changed, 24 insertions(+), 3 deletions(-)
[PATCH v2 0/3] hw/cxl: Misc small fixes
Posted by Jonathan Cameron via 7 months, 1 week ago
v2:
 - Tag collection.
 - Patch 2 discussion on appropriate license concluded that this should
   have originally only been accepted on GPL-v2 and later. However, I've
   left it as GPL-v2-only as that is what was used for other CXL files and
   for the license to be usefully relaxed we need to do them all - which
   is a job for another day.
 - Added SPDX
 - Added similar header to cxl_type3_stubs.c
 
Misc set of trivial fixes.  No conflicts with other sets outstanding
so can go with main CXL patches or perhaps via the trivial tree.

Dmitry Frolov (1):
  hw/cxl: Fix out of bound array access

Jonathan Cameron (2):
  hw/mem/cxl_type3: Add missing copyright and license notice
  docs/cxl: Cleanout some more aarch64 examples.

 docs/system/devices/cxl.rst |  4 ++--
 include/hw/cxl/cxl.h        |  2 +-
 hw/mem/cxl_type3.c          | 11 +++++++++++
 hw/mem/cxl_type3_stubs.c    | 10 ++++++++++
 4 files changed, 24 insertions(+), 3 deletions(-)

-- 
2.39.2
Re: [PATCH v2 0/3] hw/cxl: Misc small fixes
Posted by Michael Tokarev 7 months, 1 week ago
19.09.2023 13:19, Jonathan Cameron via wrote:
> v2:
>   - Tag collection.
>   - Patch 2 discussion on appropriate license concluded that this should
>     have originally only been accepted on GPL-v2 and later. However, I've
>     left it as GPL-v2-only as that is what was used for other CXL files and
>     for the license to be usefully relaxed we need to do them all - which
>     is a job for another day.
>   - Added SPDX
>   - Added similar header to cxl_type3_stubs.c
>   
> Misc set of trivial fixes.  No conflicts with other sets outstanding
> so can go with main CXL patches or perhaps via the trivial tree.

Appied to my trivial-patches tree.  Thank you!

/mjt