On Thu, Aug 05 2021, Eduardo Habkost <[email protected]> wrote: > We have a SCLPEventsBus struct type defined, but no QOM type > checkers are declared for the type. > > Use OBJECT_DECLARE_SIMPLE_TYPE to declare the struct type and > have a SCLP_EVENT_BUS typecast wrapper defined. > > Signed-off-by: Eduardo Habkost <[email protected]> > --- > Changes v1 -> v2: > * v1 was previously submitted as part of series: > [PATCH for-6.2 0/6] qom: Fix broken OBJECT_CHECK usage > at > https://lore.kernel.org/qemu-devel/[email protected] > * Fix typo (s/SCLP_EVENT_BUS/SCLP_EVENTS_BUS/) > > Cc: Richard Henderson <[email protected]> > Cc: David Hildenbrand <[email protected]> > Cc: Cornelia Huck <[email protected]> > Cc: Halil Pasic <[email protected]> > Cc: Christian Borntraeger <[email protected]> > Cc: Thomas Huth <[email protected]> > Cc: [email protected] > Cc: [email protected] > --- > hw/s390x/event-facility.c | 1 + > 1 file changed, 1 insertion(+)
Reviewed-by: Cornelia Huck <[email protected]>
