Re: [Qemu-devel] [PATCH] Probe PCI existence

2011-10-10 Thread Gerd Hoffmann
On 09/21/11 08:16, Jan Kiszka wrote: From: Jan Kiszka This prevents lockups when trying to allocate PCI resources on an ISA-only system like QEMU can emulate. Looks good to me. Acked-by: Gerd Hoffmann cheers, Gerd

Re: [Qemu-devel] [PATCH] Probe PCI existence

2011-09-22 Thread Kevin O'Connor
On Wed, Sep 21, 2011 at 08:16:21AM +0200, Jan Kiszka wrote: > From: Jan Kiszka > > This prevents lockups when trying to allocate PCI resources on an > ISA-only system like QEMU can emulate. > > Signed-off-by: Jan Kiszka Looks okay to me. -Kevin

[Qemu-devel] [PATCH] Probe PCI existence

2011-09-20 Thread Jan Kiszka
From: Jan Kiszka This prevents lockups when trying to allocate PCI resources on an ISA-only system like QEMU can emulate. Signed-off-by: Jan Kiszka --- src/pci.c | 14 +- src/pci.h |3 ++- src/pciinit.c |7 +-- 3 files changed, 20 insertions(+), 4 deletions(-)