All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH for-6.2 0/6] qom: Fix broken OBJECT_CHECK usage
@ 2021-08-05 19:34 Eduardo Habkost
  2021-08-05 19:34 ` [PATCH for-6.2 1/6] acpi: Delete broken ACPI_GED_X86 macro Eduardo Habkost
                   ` (5 more replies)
  0 siblings, 6 replies; 21+ messages in thread
From: Eduardo Habkost @ 2021-08-05 19:34 UTC (permalink / raw)
  To: qemu-devel

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




^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2021-08-09 10:57 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-05 19:34 [PATCH for-6.2 0/6] qom: Fix broken OBJECT_CHECK usage Eduardo Habkost
2021-08-05 19:34 ` [PATCH for-6.2 1/6] acpi: Delete broken ACPI_GED_X86 macro Eduardo Habkost
2021-08-06 10:42   ` Igor Mammedov
2021-08-09 10:52   ` Gerd Hoffmann
2021-08-05 19:34 ` [PATCH for-6.2 2/6] sbsa_gwdt: Delete broken SBSA_*CLASS macros Eduardo Habkost
2021-08-05 19:34 ` [PATCH for-6.2 3/6] s390-sclp-events-bus: Set instance_size Eduardo Habkost
2021-08-06  4:16   ` Thomas Huth
2021-08-06  6:54   ` David Hildenbrand
2021-08-06 11:44   ` Cornelia Huck
2021-08-05 19:34 ` [PATCH for-6.2 4/6] s390-sclp-events-bus: Use OBJECT_DECLARE_SIMPLE_TYPE Eduardo Habkost
2021-08-06  2:43   ` Eduardo Habkost
2021-08-06  2:46   ` [PATCH for-6.2 v2] " Eduardo Habkost
2021-08-06  4:14     ` Thomas Huth
2021-08-06  6:54     ` David Hildenbrand
2021-08-06 11:45     ` Cornelia Huck
2021-08-05 19:34 ` [PATCH for-6.2 5/6] s390x: event-facility: Use SCLP_EVENT_BUS macro Eduardo Habkost
2021-08-06  4:15   ` Thomas Huth
2021-08-06  6:54     ` David Hildenbrand
2021-08-06 11:47       ` Cornelia Huck
2021-08-05 19:34 ` [PATCH for-6.2 6/6] Use PCI_HOST_BRIDGE macro Eduardo Habkost
2021-08-06 11:01   ` Igor Mammedov

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.