From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: [PATCH 0/3] Memory API updates Date: Mon, 8 Aug 2011 19:58:47 +0300 Message-ID: <1312822730-9577-1-git-send-email-avi@redhat.com> Cc: kvm@vger.kernel.org To: qemu-devel@nongnu.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:20097 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751408Ab1HHQ6z (ORCPT ); Mon, 8 Aug 2011 12:58:55 -0400 Sender: kvm-owner@vger.kernel.org List-ID: 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