mbox series

[0/2] fix broken pxb-cxl realization

Message ID 20230421124142.2640825-1-berrange@redhat.com (mailing list archive)
Headers show
Series fix broken pxb-cxl realization | expand

Message

Daniel P. Berrangé April 21, 2023, 12:41 p.m. UTC
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(-)

Comments

Peter Maydell April 21, 2023, 1:03 p.m. UTC | #1
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