[PATCH for-6.2 0/6] qom: Fix broken OBJECT_CHECK usage

Eduardo Habkost posted 6 patches 2 years, 9 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210805193431.307761-1-ehabkost@redhat.com
Maintainers: Igor Mammedov <imammedo@redhat.com>, Halil Pasic <pasic@linux.ibm.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Eduardo Habkost <ehabkost@redhat.com>, Cornelia Huck <cohuck@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, "Michael S. Tsirkin" <mst@redhat.com>, Thomas Huth <thuth@redhat.com>, Christian Borntraeger <borntraeger@de.ibm.com>, David Hildenbrand <david@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>
include/hw/acpi/generic_event_device.h | 2 --
include/hw/watchdog/sbsa_gwdt.h        | 4 ----
hw/i386/acpi-build.c                   | 8 ++------
hw/pci-host/i440fx.c                   | 4 +---
hw/s390x/event-facility.c              | 4 +++-
5 files changed, 6 insertions(+), 16 deletions(-)
[PATCH for-6.2 0/6] qom: Fix broken OBJECT_CHECK usage
Posted by Eduardo Habkost 2 years, 9 months ago
This series removes some broken OBJECT_CHECK macros and fix cases
where OBJECT_CHECK is being used directly in the code.

Eduardo Habkost (6):
  acpi: Delete broken ACPI_GED_X86 macro
  sbsa_gwdt: Delete broken SBSA_*CLASS macros
  s390-sclp-events-bus: Set instance_size
  s390-sclp-events-bus: Use OBJECT_DECLARE_SIMPLE_TYPE
  s390x: event-facility: Use SCLP_EVENT_BUS macro
  Use PCI_HOST_BRIDGE macro

 include/hw/acpi/generic_event_device.h | 2 --
 include/hw/watchdog/sbsa_gwdt.h        | 4 ----
 hw/i386/acpi-build.c                   | 8 ++------
 hw/pci-host/i440fx.c                   | 4 +---
 hw/s390x/event-facility.c              | 4 +++-
 5 files changed, 6 insertions(+), 16 deletions(-)

-- 
2.31.1