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

2011-02-12 Thread Blue Swirl
On Sat, Feb 12, 2011 at 7:15 PM, Markus Armbruster wrote: > Blue Swirl writes: > >> Signed-off-by: Blue Swirl >> --- >>  hw/sysbus.c |   31 +++ >>  hw/sysbus.h |    9 + >>  2 files changed, 40 insertions(+), 0 deletions(-) >> >> diff --git a/hw/sysbus.c b/hw/s

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

2011-02-12 Thread Markus Armbruster
Blue Swirl writes: > Signed-off-by: Blue Swirl > --- > hw/sysbus.c | 31 +++ > hw/sysbus.h |9 + > 2 files changed, 40 insertions(+), 0 deletions(-) > > diff --git a/hw/sysbus.c b/hw/sysbus.c > index 1583bd8..8980f34 100644 > --- a/hw/sysbus.c > +++ b/h