Re: [Qemu-devel] [PATCH 0/3] Memory API updates

2011-08-12 Thread Anthony Liguori
On 08/08/2011 11:58 AM, Avi Kivity wrote: The following patches fix a resource leak, add a ROM/device API (for flash devices which act like memory when read, and as an mmio device when written), and correct typos in the documentation. Applied all. Thanks. Regards, Anthony Liguori Avi Kivi

[Qemu-devel] [PATCH 0/3] Memory API updates

2011-08-08 Thread Avi Kivity
The following patches fix a resource leak, add a ROM/device API (for flash devices which act like memory when read, and as an mmio device when written), and correct typos in the documentation. Avi Kivity (3): memory: reclaim resources when a memory region is destroyed for good memory: add API