Re: [PATCH 5/9] hw/core/qdev-properties: Export qdev_prop_enum

2020-03-15 Thread Richard Henderson
On 3/13/20 11:46 AM, Philippe Mathieu-Daudé wrote: > Signed-off-by: Philippe Mathieu-Daudé > --- > include/hw/qdev-properties.h | 1 + > hw/core/qdev-properties.c| 7 +++ > 2 files changed, 8 insertions(+) Reviewed-by: Richard Henderson r~

[PATCH 5/9] hw/core/qdev-properties: Export qdev_prop_enum

2020-03-13 Thread Philippe Mathieu-Daudé
Signed-off-by: Philippe Mathieu-Daudé --- include/hw/qdev-properties.h | 1 + hw/core/qdev-properties.c| 7 +++ 2 files changed, 8 insertions(+) diff --git a/include/hw/qdev-properties.h b/include/hw/qdev-properties.h index f161604fb6..134753d595 100644 --- a/include/hw/qdev-properties.h