Re: [Qemu-devel] [PATCH 1/4] pci: Split pcie_host_mmcfg_map()

2015-01-12 Thread Claudio Fontana
On 06.01.2015 17:03, Alexander Graf wrote: > The mmcfg space is a memory region that allows access to PCI config space > in the PCIe world. To maintain abstraction layers, I would like to expose > the mmcfg space as a sysbus mmio region rather than have it mapped straight > into the system's memory

[Qemu-devel] [PATCH 1/4] pci: Split pcie_host_mmcfg_map()

2015-01-06 Thread Alexander Graf
The mmcfg space is a memory region that allows access to PCI config space in the PCIe world. To maintain abstraction layers, I would like to expose the mmcfg space as a sysbus mmio region rather than have it mapped straight into the system's memory address space though. So this patch splits the in