Re: [Qemu-devel] [PATCH 00/39] Memory API, batch 2: PCI devices

2011-08-01 Thread Richard Henderson
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

Re: [Qemu-devel] [PATCH 00/39] Memory API, batch 2: PCI devices

2011-07-31 Thread Anthony Liguori
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

[Qemu-devel] [PATCH 00/39] Memory API, batch 2: PCI devices

2011-07-31 Thread Avi Kivity
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

Re: [Qemu-devel] [PATCH 00/39] Memory API, batch 2: PCI devices

2011-07-31 Thread Avi Kivity
> 79 files changed, 1654 insertions(+), 2082 deletions(-) Unexpected side effect...