From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:37658) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZ82g-0000bH-5H for qemu-devel@nongnu.org; Tue, 21 Jun 2011 16:59:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QZ82e-0008Jz-P1 for qemu-devel@nongnu.org; Tue, 21 Jun 2011 16:59:25 -0400 Received: from fmmailgate02.web.de ([217.72.192.227]:48585) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZ82e-0008Jp-EY for qemu-devel@nongnu.org; Tue, 21 Jun 2011 16:59:24 -0400 From: Jan Kiszka Date: Tue, 21 Jun 2011 22:59:06 +0200 Message-Id: Sender: jan.kiszka@web.de Subject: [Qemu-devel] [PATCH v2 0/3] Xen cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, Alexander Graf Cc: Anthony PERARD , xen-devel , Stefano Stabellini Changes to v1: - rebase over xen-next which includes - dropping of xen_unmap_block uninlining (as it's gone) PS: Alex, there must be some patch(es) with style issues in your queue. Please avoid accepting anything that fails checkpatch unless for valid exceptions. Jan Kiszka (3): xen: Clean up build system xen: Clean up map cache API naming xen: Fold CONFIG_XEN_MAPCACHE into CONFIG_XEN Makefile.objs | 4 ++-- Makefile.target | 14 ++------------ configure | 5 +---- exec.c | 34 ++++++++++++++++++---------------- hw/xen.h | 9 --------- trace-events | 6 +++--- xen-all.c | 4 ++-- xen-mapcache-stub.c | 36 ------------------------------------ xen-mapcache.c | 41 +++++++++++++++++++++++------------------ xen-mapcache.h | 14 ++++++-------- xen-stub.c | 16 ++++++++++++++++ 11 files changed, 73 insertions(+), 110 deletions(-) delete mode 100644 xen-mapcache-stub.c From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Kiszka Subject: [PATCH v2 0/3] Xen cleanups Date: Tue, 21 Jun 2011 22:59:06 +0200 Message-ID: Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org Sender: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org To: qemu-devel@nongnu.org, Alexander Graf Cc: Anthony PERARD , xen-devel , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org Changes to v1: - rebase over xen-next which includes - dropping of xen_unmap_block uninlining (as it's gone) PS: Alex, there must be some patch(es) with style issues in your queue. Please avoid accepting anything that fails checkpatch unless for valid exceptions. Jan Kiszka (3): xen: Clean up build system xen: Clean up map cache API naming xen: Fold CONFIG_XEN_MAPCACHE into CONFIG_XEN Makefile.objs | 4 ++-- Makefile.target | 14 ++------------ configure | 5 +---- exec.c | 34 ++++++++++++++++++---------------- hw/xen.h | 9 --------- trace-events | 6 +++--- xen-all.c | 4 ++-- xen-mapcache-stub.c | 36 ------------------------------------ xen-mapcache.c | 41 +++++++++++++++++++++++------------------ xen-mapcache.h | 14 ++++++-------- xen-stub.c | 16 ++++++++++++++++ 11 files changed, 73 insertions(+), 110 deletions(-) delete mode 100644 xen-mapcache-stub.c