Re: [Qemu-devel] [PATCH v2 03/21] pci: pci capability must be in PCI space

2012-10-13 Thread Blue Swirl
On Tue, Oct 9, 2012 at 3:30 AM, Jason Baron wrote: > From: Isaku Yamahata > > pci capability must be in PCI space. > It can't lay in PCIe extended config space. > > Signed-off-by: Isaku Yamahata > Signed-off-by: Jason Baron > --- > hw/pci.c |5 ++--- > 1 files changed, 2 insertions(+), 3 d

Re: [Qemu-devel] [PATCH v2 03/21] pci: pci capability must be in PCI space

2012-10-09 Thread Paolo Bonzini
Il 09/10/2012 05:30, Jason Baron ha scritto: > From: Isaku Yamahata > > pci capability must be in PCI space. > It can't lay in PCIe extended config space. > > Signed-off-by: Isaku Yamahata > Signed-off-by: Jason Baron > --- > hw/pci.c |5 ++--- > 1 files changed, 2 insertions(+), 3 deleti

[Qemu-devel] [PATCH v2 03/21] pci: pci capability must be in PCI space

2012-10-08 Thread Jason Baron
From: Isaku Yamahata pci capability must be in PCI space. It can't lay in PCIe extended config space. Signed-off-by: Isaku Yamahata Signed-off-by: Jason Baron --- hw/pci.c |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/hw/pci.c b/hw/pci.c index f855cf3..85ebef6 1