On 07/31/2011 10:57 AM, Avi Kivity wrote:
> This is a mostly mindless conversion of all QEMU PCI devices to the memory
> API.
> After this patchset is applied, it is no longer possible to create a PCI
> device
> using the old API.
>
> An immediate benefit is that PCI BARs that overlap each other
On 07/31/2011 01:02 PM, Avi Kivity wrote:
79 files changed, 1654 insertions(+), 2082 deletions(-)
Unexpected side effect...
But always welcome :-)
Regards,
Anthony Liguori
This is a mostly mindless conversion of all QEMU PCI devices to the memory API.
After this patchset is applied, it is no longer possible to create a PCI device
using the old API.
An immediate benefit is that PCI BARs that overlap each other are now handled
correctly: currently, the sequence
map
> 79 files changed, 1654 insertions(+), 2082 deletions(-)
Unexpected side effect...