On Wed, Jan 13, 2010 at 01:02:50PM +, Paul Brook wrote:
> On Tuesday 12 January 2010, Isaku Yamahata wrote:
> > To use pci host framework, use PCIHostState instead of PCIBus in
> > PCIVPBState.
>
> No.
>
> pci_host.[ch] provides very specific functionality, it is not a generic PCI
> host de
On Tuesday 12 January 2010, Isaku Yamahata wrote:
> To use pci host framework, use PCIHostState instead of PCIBus in
> PCIVPBState.
No.
pci_host.[ch] provides very specific functionality, it is not a generic PCI
host device. Specifically it provides indirect access to PCI config space via
a me
To use pci host framework, use PCIHostState instead of PCIBus in PCIVPBState.
Cc: Paul Brook
Signed-off-by: Isaku Yamahata
---
hw/versatile_pci.c | 29 +++--
1 files changed, 19 insertions(+), 10 deletions(-)
diff --git a/hw/versatile_pci.c b/hw/versatile_pci.c
index