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 for creating ROM/device regions memory: correct documentation typos docs/memory.txt | 8 +++--- memory.c | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++++- memory.h | 35 +++++++++++++++++++++++++++ 3 files changed, 107 insertions(+), 6 deletions(-) -- 1.7.5.3 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html