Marc-André Lureau writes:
> Wrap the Property default value (an int64_t) in a union, to prepare
> for the next patch adding a uint64_t.
>
> Signed-off-by: Marc-André Lureau
Split like this, review is easy :)
Reviewed-by: Markus Armbruster
Wrap the Property default value (an int64_t) in a union, to prepare
for the next patch adding a uint64_t.
Signed-off-by: Marc-André Lureau
---
include/hw/qdev-core.h | 4 +++-
include/hw/qdev-properties.h | 8
hw/core/qdev-properties.c| 6 +++---
3 files changed, 10 insertions