Re: [Qemu-devel] [PATCH 10/17] object: add uint property setter/getter
Marc-André Lureau writes: > Signed-off-by: Marc-André Lureau > --- > include/qom/object.h | 23 +++ > qom/object.c | 33 + > 2 files changed, 56 insertions(+) > > diff --git a/include/qom/object.h b/include/qom/object.h > index cd0f412
[Qemu-devel] [PATCH 10/17] object: add uint property setter/getter
Signed-off-by: Marc-André Lureau --- include/qom/object.h | 23 +++ qom/object.c | 33 + 2 files changed, 56 insertions(+) diff --git a/include/qom/object.h b/include/qom/object.h index cd0f412ce9..abaeb8cf4e 100644 --- a/include/qom/ob