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

2011-02-12 Thread Markus Armbruster
Blue Swirl writes: > Signed-off-by: Blue Swirl > --- > hw/isa-bus.c | 12 > hw/isa.h |1 + > 2 files changed, 13 insertions(+), 0 deletions(-) > > diff --git a/hw/isa-bus.c b/hw/isa-bus.c > index 0cb1afb..6f349a5 100644 > --- a/hw/isa-bus.c > +++ b/hw/isa-bus.c > @@ -146,

[Qemu-devel] [PATCH 07/10] isa: add creation function that may fail

2011-02-03 Thread Blue Swirl
Signed-off-by: Blue Swirl --- hw/isa-bus.c | 12 hw/isa.h |1 + 2 files changed, 13 insertions(+), 0 deletions(-) diff --git a/hw/isa-bus.c b/hw/isa-bus.c index 0cb1afb..6f349a5 100644 --- a/hw/isa-bus.c +++ b/hw/isa-bus.c @@ -146,6 +146,18 @@ ISADevice *isa_create(const c