From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:53419) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QN3xt-0006g1-NC for qemu-devel@nongnu.org; Thu, 19 May 2011 10:12:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QN3xs-0004yL-Ru for qemu-devel@nongnu.org; Thu, 19 May 2011 10:12:37 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51168) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QN3xs-0004yD-KK for qemu-devel@nongnu.org; Thu, 19 May 2011 10:12:36 -0400 From: Avi Kivity Date: Thu, 19 May 2011 10:12:31 -0400 Message-Id: <1305814352-15044-1-git-send-email-avi@redhat.com> Subject: [Qemu-devel] [RFC v1] Memory API List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kvm@vger.kernel.org The following patch includes a memory API proposal (without implementation). Subject to review comments and endless discussions, my plans are to post a v2 with an implementation and partial conversion, and v3 with full conversion and elimination of cpu_register_physical_memory(). Avi Kivity (1): Add declarations for hierarchical memory region API memory.h | 142 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 142 insertions(+), 0 deletions(-) create mode 100644 memory.h -- 1.7.5.1