Re: [Qemu-devel] [PATCH 11/23] qom: allow object_class_foreach to take additional parameters to refine search

2012-01-31 Thread Andreas Färber
$subject is a bit long. Am 30.01.2012 22:08, schrieb Anthony Liguori: > Signed-off-by: Anthony Liguori Reviewed-by: Andreas Färber However... > diff --git a/hw/qdev.c b/hw/qdev.c > index 636b6b4..a7980c5 100644 > --- a/hw/qdev.c > +++ b/hw/qdev.c > @@ -255,7 +255,7 @@ int qdev_device_help(Qem

[Qemu-devel] [PATCH 11/23] qom: allow object_class_foreach to take additional parameters to refine search

2012-01-30 Thread Anthony Liguori
Signed-off-by: Anthony Liguori --- hw/qdev.c |4 ++-- include/qemu/object.h |1 + qom/object.c | 18 -- 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/hw/qdev.c b/hw/qdev.c index 636b6b4..a7980c5 100644 --- a/hw/qdev.c +++ b/hw/qdev.