Re: [Qemu-devel] [PATCH] docs/memory.txt: Improve list of different memory regions

2016-02-08 Thread Paolo Bonzini
On 28/01/2016 19:54, Peter Maydell wrote: > Improve the part of the memory region documentation which describes > the various different kinds of memory region: > * add the missing types ROM, IOMMU and reservation > * mention the functions used to initialize each type, as a hint >for finding t

Re: [Qemu-devel] [PATCH] docs/memory.txt: Improve list of different memory regions

2016-02-08 Thread Peter Maydell
Ping? thanks -- PMM On 28 January 2016 at 18:54, Peter Maydell wrote: > Improve the part of the memory region documentation which describes > the various different kinds of memory region: > * add the missing types ROM, IOMMU and reservation > * mention the functions used to initialize each typ

[Qemu-devel] [PATCH] docs/memory.txt: Improve list of different memory regions

2016-01-28 Thread Peter Maydell
Improve the part of the memory region documentation which describes the various different kinds of memory region: * add the missing types ROM, IOMMU and reservation * mention the functions used to initialize each type, as a hint for finding the API docs and examples of use Signed-off-by: Pete