Re: [Qemu-devel] [PATCH v3] PortioList: Store PortioList in device state

2014-05-05 Thread Andreas Färber
Am 29.04.2014 15:38, schrieb Kirill Batuzov: > PortioList is an abstraction used for construction of MemoryRegionPortioList > from MemoryRegionPortio. It can be used later to unmap created memory regions. > It also requires proper cleanup because some of the memory inside is allocated > dynamically

Re: [Qemu-devel] [PATCH v3] PortioList: Store PortioList in device state

2014-04-29 Thread Paolo Bonzini
Il 29/04/2014 15:38, Kirill Batuzov ha scritto: PortioList is an abstraction used for construction of MemoryRegionPortioList from MemoryRegionPortio. It can be used later to unmap created memory regions. It also requires proper cleanup because some of the memory inside is allocated dynamically.