Hi
On Tue, Dec 11, 2018 at 8:24 PM Igor Mammedov wrote:
>
> On Tue, 4 Dec 2018 18:20:19 +0400
> Marc-André Lureau wrote:
>
> > Add a simple function to retrieve the associated class data.
> >
> > Signed-off-by: Marc-André Lureau
> > ---
> > include/qom/object.h | 9 +
> > qom/object.c
On Tue, 4 Dec 2018 18:20:19 +0400
Marc-André Lureau wrote:
> Add a simple function to retrieve the associated class data.
>
> Signed-off-by: Marc-André Lureau
> ---
> include/qom/object.h | 9 +
> qom/object.c | 5 +
> 2 files changed, 14 insertions(+)
>
> diff --git a/in
Add a simple function to retrieve the associated class data.
Signed-off-by: Marc-André Lureau
---
include/qom/object.h | 9 +
qom/object.c | 5 +
2 files changed, 14 insertions(+)
diff --git a/include/qom/object.h b/include/qom/object.h
index 5183c587f3..d5266405da 100644
--