Re: [Qemu-devel] [PATCH] qom: Introduce object_class_is_abstract()

2012-01-28 Thread Andreas Färber
Am 28.01.2012 18:51, schrieb Andreas Färber: > Since struct TypeImpl is not public, this is useful for enumerating > available types. > > Signed-off-by: Andreas Färber BTW Anthony, this cc-less patch shows that an entry is missing in MAINTAINERS. Could you please add an appropriate one? Thanks!

[Qemu-devel] [PATCH] qom: Introduce object_class_is_abstract()

2012-01-28 Thread Andreas Färber
Since struct TypeImpl is not public, this is useful for enumerating available types. Signed-off-by: Andreas Färber --- include/qemu/object.h |8 qom/object.c |5 + 2 files changed, 13 insertions(+), 0 deletions(-) diff --git a/include/qemu/object.h b/include/qemu/o