According to qdev-properties.h, properties of pointer type should be avoid, so convert qdev property to link, Whilst we are here, also update some hardcoded strings with already defineded macros.
Mao Zhongyi (4): wm8750: remove duplicate macro audio: use TYPE_WM8750 instead of a hardcoded string audio: use object link instead of qdev property to pass wm8750 reference audio: use existing macros istead of hardcoded strings hw/arm/musicpal.c | 19 ++++++++++--------- hw/audio/marvell_88w8618.c | 17 +++++++---------- hw/audio/wm8750.c | 18 ++++++++---------- include/hw/audio/wm8750.h | 1 + 4 files changed, 26 insertions(+), 29 deletions(-) -- 2.17.1