> > +OBJECT_DEFINE_SIMPLE_TYPE_WITH_INTERFACES(S390PVGuest, > > + s390_pv_guest, > > + S390_PV_GUEST, > > + CONFIDENTIAL_GUEST_SUPPORT, > > + { TYPE_USER_CREATABLE }, > > + { NULL }) > > I'll note that existing callers of OBJECT_DEFINE_SIMPLE_TYPE_WITH_INTERFACES > happily ignore the line limit and put it into a single line. > > (which ends up looking better IMHO)
Ok, I'll onor the existing conventions (which I'll apply to other patches as well). > Reviewed-by: David Hildenbrand <da...@redhat.com> Thanks! Regards, Zhao