[PATCH 0/2] fix broken pxb-cxl realization

Daniel P. Berrangé posted 2 patches 1 year ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230421124142.2640825-1-berrange@redhat.com
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Thomas Huth <thuth@redhat.com>, Wainer dos Santos Moschetta <wainersm@redhat.com>, Beraldo Leal <bleal@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
.gitlab-ci.d/buildtest-template.yml | 1 +
hw/pci-bridge/pci_expander_bridge.c | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
[PATCH 0/2] fix broken pxb-cxl realization
Posted by Daniel P. Berrangé 1 year ago
This flaw was discovered in Fedora builds which have
--enable-qom-cast-debug enabled

Daniel P. Berrangé (2):
  hw/pci-bridge: fix cast for pxb-cxl dev realization
  gitlab: run all jobs with QOM debugging enabled

 .gitlab-ci.d/buildtest-template.yml | 1 +
 hw/pci-bridge/pci_expander_bridge.c | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

-- 
2.39.1


Re: [PATCH 0/2] fix broken pxb-cxl realization
Posted by Peter Maydell 1 year ago
On Fri, 21 Apr 2023 at 13:42, Daniel P. Berrangé <berrange@redhat.com> wrote:
>
> This flaw was discovered in Fedora builds which have
> --enable-qom-cast-debug enabled
>
> Daniel P. Berrangé (2):
>   hw/pci-bridge: fix cast for pxb-cxl dev realization
>   gitlab: run all jobs with QOM debugging enabled

How does this compare with

hw/pci-bridge: pci_expander_bridge: Fix wrong type and rework inheritance

posted yesterday to fix the same issue?

thanks
-- PMM