From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:36911) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RcIjl-0002eb-1J for qemu-devel@nongnu.org; Sun, 18 Dec 2011 10:33:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RcIjj-00039a-Uv for qemu-devel@nongnu.org; Sun, 18 Dec 2011 10:33:17 -0500 Received: from mx1.redhat.com ([209.132.183.28]:52137) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RcIjj-00039J-L9 for qemu-devel@nongnu.org; Sun, 18 Dec 2011 10:33:15 -0500 From: Avi Kivity Date: Sun, 18 Dec 2011 17:32:46 +0200 Message-Id: <1324222368-25156-1-git-send-email-avi@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] xen: convert to memory API List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefano Stabellini Cc: xen-devel@lists.xensource.com, qemu-devel@nongnu.org I missed Xen while converting stuff to the memory API, as it's not in hw/. Here comes the first simple patches; expect more as ram_addr_t is retired. Please review & test (build tested only here). Also in git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git memory/xen (includes a patchset not yet merged upstream) Avi Kivity (2): memory, xen: pass MemoryRegion to xen_ram_alloc() xen: convert to memory API exec-obsolete.h | 7 +++++-- exec.c | 10 ++++++---- hw/xen.h | 4 +++- memory.c | 6 +++--- xen-all.c | 43 +++++++++++++++++++++++-------------------- xen-stub.c | 3 ++- 6 files changed, 42 insertions(+), 31 deletions(-) -- 1.7.7.1