From patchwork Tue Jul 19 02:53:26 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Graf X-Patchwork-Id: 105668 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id B7218B6F71 for ; Wed, 20 Jul 2011 22:20:50 +1000 (EST) Received: from localhost ([::1]:45274 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QjVle-0005SS-Ro for incoming@patchwork.ozlabs.org; Wed, 20 Jul 2011 08:20:47 -0400 Received: from eggs.gnu.org ([140.186.70.92]:58141) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QjTyD-0001Ii-Tl for qemu-devel@nongnu.org; Wed, 20 Jul 2011 06:25:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QjTy9-0004OS-4h for qemu-devel@nongnu.org; Wed, 20 Jul 2011 06:25:37 -0400 Received: from cantor2.suse.de ([195.135.220.15]:45647 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QjTy8-0004OD-GL for qemu-devel@nongnu.org; Wed, 20 Jul 2011 06:25:32 -0400 Received: from relay1.suse.de (charybdis-ext.suse.de [195.135.221.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx2.suse.de (Postfix) with ESMTP id 5969F8EFD4; Wed, 20 Jul 2011 12:25:30 +0200 (CEST) From: Alexander Graf To: QEMU-devel Developers Date: Tue, 19 Jul 2011 04:53:26 +0200 Message-Id: <1311044012-24288-1-git-send-email-agraf@suse.de> X-Mailer: git-send-email 1.6.0.2 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-Received-From: 195.135.220.15 Cc: Anthony Liguori , Avi Kivity Subject: [Qemu-devel] [PATCH 0/6] Xen patch queue 2011-07-20 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Hi Anthony, This is my current patch queue for Xen stuff that fixes even more regressions introduced by recent Xen patches. I hope this time we're regression-free. Please pull. Alex The following changes since commit 03ff09580ef6cbc4a893b6e3e6bbff33180ec70a: Anthony Liguori (1): Merge remote-tracking branch 'agraf/xen-next' into staging are available in the git repository at: git://repo.or.cz/qemu/agraf.git xen-next Alexander Graf (3): xen: add mapcache stubs xen: remove CONFIG_XEN_MAPCACHE xen: make xen_enabled even more clever Anthony PERARD (3): xen: introduce xen_change_state_handler xen: Fix xen_enabled(). exec.c: Use ram_addr_t in cpu_physical_memory_rw(...). configure | 8 +++++--- exec.c | 4 ++-- hw/xen.h | 2 +- xen-all.c | 25 ++++++++++++++++++------- xen-stub.c | 26 ++++++++++++++++++++++++++ 5 files changed, 52 insertions(+), 13 deletions(-)