Re: [Qemu-devel] [PATCH 00/40] Memory-related changes sneak peek for 1.6

2013-05-07 Thread Paolo Bonzini
Il 07/05/2013 20:51, Peter Maydell ha scritto: > On 7 May 2013 15:16, Paolo Bonzini wrote: >> Patches 1-10 are small changes, some of them bugfixes for the IOMMU >> portion of the patches. >> >> Patches 11-13 introduce three new address_space APIs and clean up >> the dispatch logic a bit by removi

Re: [Qemu-devel] [PATCH 00/40] Memory-related changes sneak peek for 1.6

2013-05-07 Thread Peter Maydell
On 7 May 2013 15:16, Paolo Bonzini wrote: > Patches 1-10 are small changes, some of them bugfixes for the IOMMU > portion of the patches. > > Patches 11-13 introduce three new address_space APIs and clean up > the dispatch logic a bit by removing memory_region_section_addr. > > Patches 14-22 intro

Re: [Qemu-devel] [PATCH 00/40] Memory-related changes sneak peek for 1.6

2013-05-07 Thread Paolo Bonzini
Il 07/05/2013 16:46, Peter Maydell ha scritto: > On 7 May 2013 15:16, Paolo Bonzini wrote: >> These patches are also at git://github.com/bonzini/qemu.git, branch >> iommu. > > A number of the patches in this series have checkpatch issues, > mostly but not exclusively over-long lines. ERROR: spac

Re: [Qemu-devel] [PATCH 00/40] Memory-related changes sneak peek for 1.6

2013-05-07 Thread Peter Maydell
On 7 May 2013 15:16, Paolo Bonzini wrote: > These patches are also at git://github.com/bonzini/qemu.git, branch > iommu. A number of the patches in this series have checkpatch issues, mostly but not exclusively over-long lines. > From aec410066128aaca6337754c389f0e7c2d47089c Mon Sep 17 00:00:00

[Qemu-devel] [PATCH 00/40] Memory-related changes sneak peek for 1.6

2013-05-07 Thread Paolo Bonzini
Patches 1-10 are small changes, some of them bugfixes for the IOMMU portion of the patches. Patches 11-13 introduce three new address_space APIs and clean up the dispatch logic a bit by removing memory_region_section_addr. Patches 14-22 introduce IOMMU memory regions, convert sPAPR to the new API