From: Jonathan Cameron <Jonathan.Cameron@huawei.com>
To: <qemu-devel@nongnu.org>, Fan Ni <fan.ni@samsung.com>, <mst@redhat.com>
Cc: <linux-cxl@vger.kernel.org>, <linuxarm@huawei.com>
Subject: [PATCH qemu 0/5] hw/cxl: Cleanups and interleave support.
Date: Mon, 3 Feb 2025 16:19:03 +0000 [thread overview]
Message-ID: <20250203161908.145406-1-Jonathan.Cameron@huawei.com> (raw)
First set of CXL updates for the 10.0 cycle.
- Mixture of cleanup and hardening against a repeat of recent MSI-X
numbering bug.
- Expanded interleave support (been on my tree a long time)
Whilst I think these are in a good state, review always welcome.
Li Zhijian (4):
hw/cxl: Introduce CXL_T3_MSIX_VECTOR enumeration
hw/mem/cxl_type3: Add paired msix_uninit_exclusive_bar() call
hw/mem/cxl_type3: Fix special_ops memory leak on
msix_init_exclusive_bar() failure
hw/mem/cxl_type3: Ensure errp is set on realization failure
Yao Xingtao (1):
mem/cxl_type3: support 3, 6, 12 and 16 interleave ways
include/hw/cxl/cxl_device.h | 4 ++--
hw/cxl/cxl-component-utils.c | 9 ++++++--
hw/cxl/cxl-device-utils.c | 12 ++++------
hw/cxl/switch-mailbox-cci.c | 4 +++-
hw/mem/cxl_type3.c | 45 +++++++++++++++++++++++++-----------
5 files changed, 48 insertions(+), 26 deletions(-)
--
2.43.0
WARNING: multiple messages have this Message-ID (diff)
From: Jonathan Cameron via <qemu-devel@nongnu.org>
To: <qemu-devel@nongnu.org>, Fan Ni <fan.ni@samsung.com>, <mst@redhat.com>
Cc: <linux-cxl@vger.kernel.org>, <linuxarm@huawei.com>
Subject: [PATCH qemu 0/5] hw/cxl: Cleanups and interleave support.
Date: Mon, 3 Feb 2025 16:19:03 +0000 [thread overview]
Message-ID: <20250203161908.145406-1-Jonathan.Cameron@huawei.com> (raw)
First set of CXL updates for the 10.0 cycle.
- Mixture of cleanup and hardening against a repeat of recent MSI-X
numbering bug.
- Expanded interleave support (been on my tree a long time)
Whilst I think these are in a good state, review always welcome.
Li Zhijian (4):
hw/cxl: Introduce CXL_T3_MSIX_VECTOR enumeration
hw/mem/cxl_type3: Add paired msix_uninit_exclusive_bar() call
hw/mem/cxl_type3: Fix special_ops memory leak on
msix_init_exclusive_bar() failure
hw/mem/cxl_type3: Ensure errp is set on realization failure
Yao Xingtao (1):
mem/cxl_type3: support 3, 6, 12 and 16 interleave ways
include/hw/cxl/cxl_device.h | 4 ++--
hw/cxl/cxl-component-utils.c | 9 ++++++--
hw/cxl/cxl-device-utils.c | 12 ++++------
hw/cxl/switch-mailbox-cci.c | 4 +++-
hw/mem/cxl_type3.c | 45 +++++++++++++++++++++++++-----------
5 files changed, 48 insertions(+), 26 deletions(-)
--
2.43.0
next reply other threads:[~2025-02-03 16:19 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-03 16:19 Jonathan Cameron [this message]
2025-02-03 16:19 ` [PATCH qemu 0/5] hw/cxl: Cleanups and interleave support Jonathan Cameron via
2025-02-03 16:19 ` [PATCH qemu 1/5] hw/cxl: Introduce CXL_T3_MSIX_VECTOR enumeration Jonathan Cameron
2025-02-03 16:19 ` Jonathan Cameron via
2025-02-03 16:19 ` [PATCH qemu 2/5] hw/mem/cxl_type3: Add paired msix_uninit_exclusive_bar() call Jonathan Cameron
2025-02-03 16:19 ` Jonathan Cameron via
2025-02-03 16:19 ` [PATCH qemu 3/5] hw/mem/cxl_type3: Fix special_ops memory leak on msix_init_exclusive_bar() failure Jonathan Cameron
2025-02-03 16:19 ` Jonathan Cameron via
2025-02-03 16:45 ` Philippe Mathieu-Daudé
2025-02-03 16:19 ` [PATCH qemu 4/5] hw/mem/cxl_type3: Ensure errp is set on realization failure Jonathan Cameron
2025-02-03 16:19 ` Jonathan Cameron via
2025-02-03 16:45 ` Philippe Mathieu-Daudé
2025-02-03 16:19 ` [PATCH qemu 5/5] mem/cxl_type3: support 3, 6, 12 and 16 interleave ways Jonathan Cameron
2025-02-03 16:19 ` Jonathan Cameron via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250203161908.145406-1-Jonathan.Cameron@huawei.com \
--to=jonathan.cameron@huawei.com \
--cc=fan.ni@samsung.com \
--cc=linux-cxl@vger.kernel.org \
--cc=linuxarm@huawei.com \
--cc=mst@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.