[PATCH 0/7] hw/cxl: Round up of fixes.

Jonathan Cameron via posted 7 patches 1 month, 1 week ago
include/hw/cxl/cxl_device.h         | 36 ++++++++++++++++++-----------
hw/cxl/cxl-mailbox-utils.c          | 31 +++++++++++--------------
hw/mem/cxl_type3.c                  | 15 +++++-------
hw/pci-bridge/pci_expander_bridge.c | 13 +++++++----
4 files changed, 49 insertions(+), 46 deletions(-)
[PATCH 0/7] hw/cxl: Round up of fixes.
Posted by Jonathan Cameron via 1 month, 1 week ago
A mixed bag of fixes that have all been on the list already with the
exception of:
"hw/pci-bridge: Make pxb_dev_realize_common() return if it succeeded"
(so that's the one that needs more eyes).

I've tweaked the others to fix typos and correct Fixes tags (adding
them where missing and fixing formatting), but they are fundamentally
the same that has been reviewed on list.

Ajay Joshi (1):
  hw/cxl: Fix background completion percentage calculation

Dmitry Frolov (1):
  hw/cxl: Fix uint32 overflow cxl-mailbox-utils.c

Fan Ni (1):
  hw/mem/cxl_type3: Fix More flag setting for dynamic capacity event
    records

Jonathan Cameron (2):
  hw/cxl: Fix indent of structure member
  hw/pci-bridge: Make pxb_dev_realize_common() return if it succeeded

Shiju Jose (1):
  hw/cxl/cxl-mailbox-utils: Fix for device DDR5 ECS control feature
    tables

Yao Xingtao (1):
  mem/cxl_type3: Fix overlapping region validation error

 include/hw/cxl/cxl_device.h         | 36 ++++++++++++++++++-----------
 hw/cxl/cxl-mailbox-utils.c          | 31 +++++++++++--------------
 hw/mem/cxl_type3.c                  | 15 +++++-------
 hw/pci-bridge/pci_expander_bridge.c | 13 +++++++----
 4 files changed, 49 insertions(+), 46 deletions(-)

-- 
2.43.0
Re: [PATCH 0/7] hw/cxl: Round up of fixes.
Posted by Michael Tokarev 2 weeks, 2 days ago
14.10.2024 15:18, Jonathan Cameron via wrote:
> A mixed bag of fixes that have all been on the list already with the
> exception of:
> "hw/pci-bridge: Make pxb_dev_realize_common() return if it succeeded"
> (so that's the one that needs more eyes).
> 
> I've tweaked the others to fix typos and correct Fixes tags (adding
> them where missing and fixing formatting), but they are fundamentally
> the same that has been reviewed on list.
> 
> Ajay Joshi (1):
>    hw/cxl: Fix background completion percentage calculation
> 
> Dmitry Frolov (1):
>    hw/cxl: Fix uint32 overflow cxl-mailbox-utils.c
> 
> Fan Ni (1):
>    hw/mem/cxl_type3: Fix More flag setting for dynamic capacity event
>      records
> 
> Jonathan Cameron (2):
>    hw/cxl: Fix indent of structure member
>    hw/pci-bridge: Make pxb_dev_realize_common() return if it succeeded
> 
> Shiju Jose (1):
>    hw/cxl/cxl-mailbox-utils: Fix for device DDR5 ECS control feature
>      tables
> 
> Yao Xingtao (1):
>    mem/cxl_type3: Fix overlapping region validation error

Is anything in there for qemu-stable?

Thanks,

/mjt

>   include/hw/cxl/cxl_device.h         | 36 ++++++++++++++++++-----------
>   hw/cxl/cxl-mailbox-utils.c          | 31 +++++++++++--------------
>   hw/mem/cxl_type3.c                  | 15 +++++-------
>   hw/pci-bridge/pci_expander_bridge.c | 13 +++++++----
>   4 files changed, 49 insertions(+), 46 deletions(-)
> 

-- 
GPG Key transition (from rsa2048 to rsa4096) since 2024-04-24.
New key: rsa4096/61AD3D98ECDF2C8E  9D8B E14E 3F2A 9DD7 9199  28F1 61AD 3D98 ECDF 2C8E
Old key: rsa2048/457CE0A0804465C5  6EE1 95D1 886E 8FFB 810D  4324 457C E0A0 8044 65C5
Transition statement: http://www.corpit.ru/mjt/gpg-transition-2024.txt
Re: [PATCH 0/7] hw/cxl: Round up of fixes.
Posted by Jonathan Cameron via 1 month, 1 week ago
On Mon, 14 Oct 2024 13:18:55 +0100
Jonathan Cameron <Jonathan.Cameron@huawei.com> wrote:

> A mixed bag of fixes that have all been on the list already with the
> exception of:
> "hw/pci-bridge: Make pxb_dev_realize_common() return if it succeeded"
> (so that's the one that needs more eyes).
> 
> I've tweaked the others to fix typos and correct Fixes tags (adding
> them where missing and fixing formatting), but they are fundamentally
> the same that has been reviewed on list.
Oops. This should have been
[PATCH qemu 0/7]...
to match the additions to the patch title for the others.
Note for qemu people, we do this for CXL patches to that it is
easier to manage the patchwork instance on linux-cxl as that is only
currently used to track kernel patches and hence these should be excluded.

Jonathan

> 
> Ajay Joshi (1):
>   hw/cxl: Fix background completion percentage calculation
> 
> Dmitry Frolov (1):
>   hw/cxl: Fix uint32 overflow cxl-mailbox-utils.c
> 
> Fan Ni (1):
>   hw/mem/cxl_type3: Fix More flag setting for dynamic capacity event
>     records
> 
> Jonathan Cameron (2):
>   hw/cxl: Fix indent of structure member
>   hw/pci-bridge: Make pxb_dev_realize_common() return if it succeeded
> 
> Shiju Jose (1):
>   hw/cxl/cxl-mailbox-utils: Fix for device DDR5 ECS control feature
>     tables
> 
> Yao Xingtao (1):
>   mem/cxl_type3: Fix overlapping region validation error
> 
>  include/hw/cxl/cxl_device.h         | 36 ++++++++++++++++++-----------
>  hw/cxl/cxl-mailbox-utils.c          | 31 +++++++++++--------------
>  hw/mem/cxl_type3.c                  | 15 +++++-------
>  hw/pci-bridge/pci_expander_bridge.c | 13 +++++++----
>  4 files changed, 49 insertions(+), 46 deletions(-)
>