Re: [Qemu-devel] [PATCH 03/10] pci: add creation functions 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/pci.c |   20 >>  hw/pci.h |    4 >>  2 files changed, 24 insertions(+), 0 deletions(-) >> >> diff --git a/hw/pci.c b/hw/pci.c >> index d5bbba9..5e

Re: [Qemu-devel] [PATCH 03/10] pci: add creation functions that may fail

2011-02-12 Thread Markus Armbruster
Blue Swirl writes: > Signed-off-by: Blue Swirl > --- > hw/pci.c | 20 > hw/pci.h |4 > 2 files changed, 24 insertions(+), 0 deletions(-) > > diff --git a/hw/pci.c b/hw/pci.c > index d5bbba9..5e6e216 100644 > --- a/hw/pci.c > +++ b/hw/pci.c > @@ -1708,6 +1708,21 @

[Qemu-devel] [PATCH 03/10] pci: add creation functions that may fail

2011-02-03 Thread Blue Swirl
Signed-off-by: Blue Swirl --- hw/pci.c | 20 hw/pci.h |4 2 files changed, 24 insertions(+), 0 deletions(-) diff --git a/hw/pci.c b/hw/pci.c index d5bbba9..5e6e216 100644 --- a/hw/pci.c +++ b/hw/pci.c @@ -1708,6 +1708,21 @@ PCIDevice *pci_create_multifunction(PCIB