qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] qom: Replace INTERFACE_CHECK with OBJECT_CHECK
@ 2020-09-16 19:30 Eduardo Habkost
  2020-09-16 19:30 ` [PATCH 1/3] qom: Correct object_class_dynamic_cast_assert() documentation Eduardo Habkost
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Eduardo Habkost @ 2020-09-16 19:30 UTC (permalink / raw)
  To: qemu-devel; +Cc: Paolo Bonzini, Daniel P. Berrange

This series replaces INTERFACE_CHECK with OBJECT_CHECK because
both macros are exactly the same.

The last patch is a new run of the OBJECT_CHECK ->
DECLARE*_CHECKER* converter script that will convert the former
INTERFACE_CHECK-based macros.

Eduardo Habkost (3):
  qom: Correct object_class_dynamic_cast_assert() documentation
  qom: Replace INTERFACE_CHECK with OBJECT_CHECK
  [automated] Use DECLARE_*CHECKER* macros

 include/hw/acpi/acpi_dev_interface.h |  7 +++----
 include/hw/arm/linux-boot-if.h       |  6 +++---
 include/hw/fw-path-provider.h        |  6 +++---
 include/hw/hotplug.h                 |  6 +++---
 include/hw/intc/intc.h               |  7 +++----
 include/hw/ipmi/ipmi.h               |  6 +++---
 include/hw/isa/isa.h                 |  2 +-
 include/hw/mem/memory-device.h       |  6 +++---
 include/hw/nmi.h                     |  6 +++---
 include/hw/ppc/pnv_xscom.h           |  4 ++--
 include/hw/ppc/spapr_irq.h           |  4 ++--
 include/hw/ppc/xics.h                |  4 ++--
 include/hw/ppc/xive.h                | 12 ++++++------
 include/hw/rdma/rdma.h               |  7 +++----
 include/hw/rtc/m48t59.h              |  6 +++---
 include/hw/stream.h                  |  6 +++---
 include/hw/vmstate-if.h              |  6 +++---
 include/qom/object.h                 | 14 +-------------
 include/qom/object_interfaces.h      |  7 +++----
 include/sysemu/tpm.h                 |  6 +++---
 target/arm/idau.h                    |  6 +++---
 tests/check-qom-interface.c          |  6 +++---
 22 files changed, 62 insertions(+), 78 deletions(-)

-- 
2.26.2




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

end of thread, other threads:[~2020-09-18 18:43 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-16 19:30 [PATCH 0/3] qom: Replace INTERFACE_CHECK with OBJECT_CHECK Eduardo Habkost
2020-09-16 19:30 ` [PATCH 1/3] qom: Correct object_class_dynamic_cast_assert() documentation Eduardo Habkost
2020-09-16 19:31 ` [PATCH 2/3] qom: Replace INTERFACE_CHECK with OBJECT_CHECK Eduardo Habkost
2020-09-16 19:31 ` [PATCH 3/3] [automated] Use DECLARE_*CHECKER* macros Eduardo Habkost
2020-09-16 21:31 ` [PATCH 0/3] qom: Replace INTERFACE_CHECK with OBJECT_CHECK Marc-André Lureau
2020-09-16 22:13   ` Eduardo Habkost
2020-09-17  7:19   ` Philippe Mathieu-Daudé
2020-09-17  7:25     ` Marc-André Lureau
2020-09-18 18:23       ` Eduardo Habkost
2020-09-17  7:05 ` Markus Armbruster

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).