Re: [PATCH 4/9] hw/core/qdev-properties: Export enum-related functions

2020-03-15 Thread Richard Henderson
On 3/13/20 11:46 AM, Philippe Mathieu-Daudé wrote: > We are going to split this file and reuse these static functions. > Add the local "qdev-prop-internal.h" header declaring them. > > Signed-off-by: Philippe Mathieu-Daudé > --- > hw/core/qdev-prop-internal.h | 19 > hw/core/qdev-pr

[PATCH 4/9] hw/core/qdev-properties: Export enum-related functions

2020-03-13 Thread Philippe Mathieu-Daudé
We are going to split this file and reuse these static functions. Add the local "qdev-prop-internal.h" header declaring them. Signed-off-by: Philippe Mathieu-Daudé --- hw/core/qdev-prop-internal.h | 19 hw/core/qdev-properties.c| 58 +++- 2 files