From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:55770) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QqTAI-00029e-5I for qemu-devel@nongnu.org; Mon, 08 Aug 2011 12:58:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QqTAF-0000UX-Nk for qemu-devel@nongnu.org; Mon, 08 Aug 2011 12:58:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:1381) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QqTAF-0000UE-Ds for qemu-devel@nongnu.org; Mon, 08 Aug 2011 12:58:55 -0400 From: Avi Kivity Date: Mon, 8 Aug 2011 19:58:47 +0300 Message-Id: <1312822730-9577-1-git-send-email-avi@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] Memory API updates List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kvm@vger.kernel.org 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