qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] Memory API updates
@ 2011-08-08 16:58 Avi Kivity
  2011-08-08 16:58 ` [Qemu-devel] [PATCH 1/3] memory: reclaim resources when a memory region is destroyed for good Avi Kivity
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Avi Kivity @ 2011-08-08 16:58 UTC (permalink / raw)
  To: qemu-devel; +Cc: kvm

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2011-08-14 15:51 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-08 16:58 [Qemu-devel] [PATCH 0/3] Memory API updates Avi Kivity
2011-08-08 16:58 ` [Qemu-devel] [PATCH 1/3] memory: reclaim resources when a memory region is destroyed for good Avi Kivity
2011-08-08 16:58 ` [Qemu-devel] [PATCH 2/3] memory: add API for creating ROM/device regions Avi Kivity
2011-08-12 13:48   ` Anthony Liguori
2011-08-14  3:05     ` Avi Kivity
2011-08-14 13:29       ` Anthony Liguori
2011-08-14 15:43         ` Alexander Graf
2011-08-14 13:51           ` Anthony Liguori
2011-08-08 16:58 ` [Qemu-devel] [PATCH 3/3] memory: correct documentation typos Avi Kivity
2011-08-12 13:47 ` [Qemu-devel] [PATCH 0/3] Memory API updates Anthony Liguori

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).