Re: [Qemu-devel] [PATCH 02/10] qdev: add creation function that may fail

2011-02-12 Thread Blue Swirl
On Sat, Feb 12, 2011 at 7:10 PM, Markus Armbruster wrote: > Blue Swirl writes: > >> Signed-off-by: Blue Swirl >> --- >>  hw/qdev.c |   14 +- >>  hw/qdev.h |    1 + >>  2 files changed, 14 insertions(+), 1 deletions(-) >> >> diff --git a/hw/qdev.c b/hw/qdev.c >> index c7fec44..1aa1ea0

Re: [Qemu-devel] [PATCH 02/10] qdev: add creation function that may fail

2011-02-12 Thread Markus Armbruster
Blue Swirl writes: > Signed-off-by: Blue Swirl > --- > hw/qdev.c | 14 +- > hw/qdev.h |1 + > 2 files changed, 14 insertions(+), 1 deletions(-) > > diff --git a/hw/qdev.c b/hw/qdev.c > index c7fec44..1aa1ea0 100644 > --- a/hw/qdev.c > +++ b/hw/qdev.c > @@ -106,6 +106,18 @@ sta

[Qemu-devel] [PATCH 02/10] qdev: add creation function that may fail

2011-02-03 Thread Blue Swirl
Signed-off-by: Blue Swirl --- hw/qdev.c | 14 +- hw/qdev.h |1 + 2 files changed, 14 insertions(+), 1 deletions(-) diff --git a/hw/qdev.c b/hw/qdev.c index c7fec44..1aa1ea0 100644 --- a/hw/qdev.c +++ b/hw/qdev.c @@ -106,6 +106,18 @@ static DeviceState *qdev_create_from_info(Bus