Re: [Qemu-devel] [PATCH 2/4] qdev: add realized property and make adding child bus implied by realize

2012-07-02 Thread Paolo Bonzini
Why does this lack recursive realization? (I'm not top posting, I'm replying to the commit message. :)) Paolo Il 26/06/2012 00:43, Anthony Liguori ha scritto: > Signed-off-by: Anthony Liguori > --- > hw/qdev.c | 36 +++- > 1 files changed, 35 insertions(+), 1

[Qemu-devel] [PATCH 2/4] qdev: add realized property and make adding child bus implied by realize

2012-06-25 Thread Anthony Liguori
Signed-off-by: Anthony Liguori --- hw/qdev.c | 36 +++- 1 files changed, 35 insertions(+), 1 deletions(-) diff --git a/hw/qdev.c b/hw/qdev.c index a6c4c02..d305128 100644 --- a/hw/qdev.c +++ b/hw/qdev.c @@ -101,7 +101,6 @@ static void bus_add_child(BusState *bus