Re: [PATCH 6/9] hw/core/qdev-properties: Export some integer-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. > Declare them in the local "qdev-prop-internal.h" header. > > Signed-off-by: Philippe Mathieu-Daudé > --- > hw/core/qdev-prop-internal.h | 9 > hw/core/qdev-propertie

[PATCH 6/9] hw/core/qdev-properties: Export some integer-related functions

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