> -----Original Message----- > From: Eduardo Habkost <[email protected]> > Sent: 16 September 2020 19:25 > To: [email protected] > Cc: Paolo Bonzini <[email protected]>; Daniel P. Berrange > <[email protected]>; Peter Maydell > <[email protected]>; Andrzej Zaborowski <[email protected]>; Alistair > Francis > <[email protected]>; Kevin Wolf <[email protected]>; Max Reitz > <[email protected]>; Mark Cave- > Ayland <[email protected]>; David Gibson > <[email protected]>; Richard Henderson > <[email protected]>; David Hildenbrand <[email protected]>; Cornelia Huck > <[email protected]>; Thomas > Huth <[email protected]>; Halil Pasic <[email protected]>; Christian > Borntraeger > <[email protected]>; Michael S. Tsirkin <[email protected]>; Fam Zheng > <[email protected]>; Dmitry > Fleytman <[email protected]>; Gerd Hoffmann <[email protected]>; > Marc-André Lureau > <[email protected]>; Cédric Le Goater <[email protected]>; Andrew > Jeffery <[email protected]>; Joel > Stanley <[email protected]>; Andrew Baumann <[email protected]>; > Philippe Mathieu-Daudé > <[email protected]>; Eric Auger <[email protected]>; Marcel Apfelbaum > <[email protected]>; > Laurent Vivier <[email protected]>; Sergio Lopez <[email protected]>; John Snow > <[email protected]>; Xiao > Guangrong <[email protected]>; Peter Chubb > <[email protected]>; Beniamino Galvani > <[email protected]>; Edgar E. Iglesias <[email protected]>; Stefano > Stabellini > <[email protected]>; Anthony Perard <[email protected]>; Paul > Durrant <[email protected]>; > Jason Wang <[email protected]>; [email protected]; [email protected]; > [email protected]; > [email protected]; [email protected] > Subject: [PATCH 4/5] [automated] Use OBJECT_DECLARE_TYPE when possible > > This converts existing DECLARE_OBJ_CHECKERS usage to > OBJECT_DECLARE_TYPE when possible. > > $ ./scripts/codeconverter/converter.py -i \ > --pattern=AddObjectDeclareType $(git grep -l '' -- '*.[ch]') > > Signed-off-by: Eduardo Habkost <[email protected]>
Acked-by: Paul Durrant <[email protected]>
