[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.00.1102161739370.2826@kaball-desktop>
Date: Wed, 16 Feb 2011 17:51:06 +0000
From: Stefano Stabellini <stefano.stabellini@...citrix.com>
To: <linux-kernel@...r.kernel.org>
CC: <xen-devel@...ts.xensource.com>,
Jeremy Fitzhardinge <Jeremy.Fitzhardinge@...rix.com>,
Konrad Rzeszutek Wilk <konrad.wilk@...cle.com>,
Stefano Stabellini <Stefano.Stabellini@...citrix.com>
Subject: [PATCH 0/7] Xen PV on HVM fixes and improvements
Hi all,
this patch series is a collection of fixes and improvements for Linux
running as Xen PV on HVM guest.
Most of the patches have already been sent to the list at least once,
some have already been acked.
The list of patches with diffstat follows:
Stefano Stabellini (7):
xen: no need to delay xen_setup_shutdown_event for hvm guests anymore
xen: do not use xen_info on HVM, set pv_info name to "Xen HVM"
xen-blkfront: handle Xen major numbers other than XENVBD
xen: make the ballon driver work for hvm domains
xen: PV on HVM: support PV spinlocks
xen: enable event channels to send and receive IPIs for PV on HVM guests
xen: fix compile issue if XEN is enabled but XEN_PVHVM is disabled
arch/x86/xen/enlighten.c | 6 ++-
arch/x86/xen/smp.c | 42 ++++++++++++++++++++
arch/x86/xen/suspend.c | 2 +
arch/x86/xen/xen-ops.h | 2 +
drivers/block/xen-blkfront.c | 79 +++++++++++++++++++++++++++++++++++--
drivers/xen/balloon.c | 14 ++++--
drivers/xen/manage.c | 17 ++------
drivers/xen/platform-pci.c | 3 -
include/xen/interface/io/blkif.h | 21 ++++++++++
9 files changed, 158 insertions(+), 28 deletions(-)
A branch with these patches on 2.6.38-rc5 is available here:
git://xenbits.xen.org/people/sstabellini/linux-pvhvm.git 2.6.38-rc5-pvhvm
Cheers,
Stefano
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists