Re: [PATCH 0/2] use helper when using abstract QOM parent functions

2020-06-17 Thread maozy
Hi, On 10/14/19 5:12 PM, Auger Eric wrote: Hi, On 10/12/19 11:43 AM, Mao Zhongyi wrote: Philippe introduced a series of helpers to make the device class_init() easier to understand when a device class change the parent hooks, some devices in the source tree missed helper, so convert it. Cc: e

Re: [PATCH 0/2] use helper when using abstract QOM parent functions

2019-10-14 Thread Auger Eric
Hi, On 10/12/19 11:43 AM, Mao Zhongyi wrote: > Philippe introduced a series of helpers to make the > device class_init() easier to understand when a device > class change the parent hooks, some devices in the > source tree missed helper, so convert it. > > Cc: eric.au...@redhat.com > Cc: peter.ma

[PATCH 0/2] use helper when using abstract QOM parent functions

2019-10-12 Thread Mao Zhongyi
Philippe introduced a series of helpers to make the device class_init() easier to understand when a device class change the parent hooks, some devices in the source tree missed helper, so convert it. Cc: eric.au...@redhat.com Cc: peter.mayd...@linaro.org Cc: hpous...@reactos.org Cc: f4...@amsat.or