Re: [Qemu-devel] [PATCH v2 1/2] qdev: add list built for devices

2014-09-30 Thread Igor Mammedov
On Tue, 30 Sep 2014 17:40:34 +0800 Zhu Guihua wrote: rephrase subj to qdev: func_name() helper > For peripheral device del completion, add a function to build a list for > devices. > > Signed-off-by: Zhu Guihua > --- > hw/core/qdev.c | 13 + > include/hw/qdev-core.h | 2

[Qemu-devel] [PATCH v2 1/2] qdev: add list built for devices

2014-09-30 Thread Zhu Guihua
For peripheral device del completion, add a function to build a list for devices. Signed-off-by: Zhu Guihua --- hw/core/qdev.c | 13 + include/hw/qdev-core.h | 2 ++ 2 files changed, 15 insertions(+) diff --git a/hw/core/qdev.c b/hw/core/qdev.c index fcb1638..041ac38 100644