From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: [PATCH 0 of 6] Various patches - debug help, xend fixes and S3 resume fixes (v1). Date: Sat, 24 Mar 2012 13:41:41 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xensource.com, keir.fraser@eu.citrix.com, Ian.Jackson@eu.citrix.com, Ian.Campbell@citrix.com Cc: konrad.wilk@oracle.com List-Id: xen-devel@lists.xenproject.org Hello, The majority of these patches are for Xend and for some of the operations it can do. I know that python stack is deprecated but some distros and companies still use - so it makes sense to carry them until those companies (cough cough) convert over to xl. The minority of the patches are: - Fix to PAT when resuming from S3 - this is a fix from VirtualComputer and the authorship should be theirs. - A VGA debug facility when you don't have any other mechanism to debug - And a fix to the xencommons to load the Xen ACPI processor which has been accepted upstream. Please pull or advice on whether I should split these patches up, etc. tools/python/xen/lowlevel/xc/xc.c | 247 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ tools/python/xen/util/pci.py | 7 ++++- tools/python/xen/xend/XendConfig.py | 13 ++++++++ tools/python/xen/xend/image.py | 10 ++++++- tools/python/xen/xm/create.py | 8 ++++- tools/python/xen/xm/xenapi_create.py | 7 ++++- xen/arch/x86/acpi/power.c | 18 ++++++++++++ xen/drivers/video/vga.c | 7 ++++- 8 files changed, 312 insertions(+), 5 deletions(-)