On Wed, Sep 02, 2020 at 06:42:54PM -0400, Eduardo Habkost wrote: > This will make the type name constant consistent with the name of > the type checking macro. > > Signed-off-by: Eduardo Habkost <ehabk...@redhat.com> > --- > Cc: Yoshinori Sato <ys...@users.sourceforge.jp> > Cc: Magnus Damm <magnus.d...@gmail.com> > Cc: qemu-devel@nongnu.org > --- [...] > -#define TYPE_RENESAS_TMR "renesas-tmr" > +#define TYPE_RTMR "renesas-tmr" > typedef struct RTMRState RTMRState; > -DECLARE_INSTANCE_CHECKER(RTMRState, RTMR, > - TYPE_RENESAS_TMR) > +DECLARE_INSTANCE_CHECKER(RTMRState, RENESAS_TMR, > + TYPE_RTMR)
Please ignore this patch. I've made a mistake while rebasing the series and accidentally squashed in a commit that renamed TYPE_RENESAS_TMR to TYPE_RTMR. -- Eduardo