[PATCH 0/2] Re-enable qom-cast-debug by default

Thomas Huth posted 2 patches 1 year ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230417130037.236747-1-thuth@redhat.com
Maintainers: Jonathan Cameron <jonathan.cameron@huawei.com>, Fan Ni <fan.ni@samsung.com>, "Michael S. Tsirkin" <mst@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Paolo Bonzini <pbonzini@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, Thomas Huth <thuth@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>
include/hw/cxl/cxl.h                |  1 -
include/hw/cxl/cxl_component.h      |  1 -
include/hw/pci/pci_bridge.h         |  1 -
hw/cxl/cxl-host.c                   | 31 ++++++++------------
hw/pci-bridge/pci_expander_bridge.c | 44 ++++-------------------------
meson_options.txt                   |  2 +-
scripts/meson-buildoptions.sh       |  2 +-
7 files changed, 19 insertions(+), 63 deletions(-)
[PATCH 0/2] Re-enable qom-cast-debug by default
Posted by Thomas Huth 1 year ago
This switch had been disabled by default by accident in commit
c55cf6ab03f. But we should enable it by default instead to avoid
regressions in the QOM device hierarchy.

Two bugs crept in while we had it disabled. One has been fixed
by Peter in commit 6c50845a91 ("hw/i2c/allwinner-i2c: Fix subclassing
of TYPE_AW_I2C_SUN6I") already, the other one can be found in the
file hw/pci-bridge/pci_expander_bridge.c - this first needs some
clarification how the device hierarchy should look like here.
Revert the patch that introduce the bug for the time being until
a proper replacement is available.

Thomas Huth (2):
  Revert "hw/pxb-cxl: Support passthrough HDM Decoders unless
    overridden"
  meson_options.txt: Enable qom-cast-debug by default again

 include/hw/cxl/cxl.h                |  1 -
 include/hw/cxl/cxl_component.h      |  1 -
 include/hw/pci/pci_bridge.h         |  1 -
 hw/cxl/cxl-host.c                   | 31 ++++++++------------
 hw/pci-bridge/pci_expander_bridge.c | 44 ++++-------------------------
 meson_options.txt                   |  2 +-
 scripts/meson-buildoptions.sh       |  2 +-
 7 files changed, 19 insertions(+), 63 deletions(-)

-- 
2.31.1