From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
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
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 [thread overview]
Message-ID: <patchbomb.1332610901@phenom.dumpdata.com> (raw)
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(-)
next reply other threads:[~2012-03-24 17:41 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-24 17:41 Konrad Rzeszutek Wilk [this message]
2012-03-24 17:41 ` [PATCH 1 of 6] linux-xencommons: Load xen-acpi-processor Konrad Rzeszutek Wilk
2012-03-27 13:39 ` Ian Jackson
2012-03-24 17:41 ` [PATCH 2 of 6] xen/vga: Add 'vga_delay' parameter to delay screen output by 2 second per screen output Konrad Rzeszutek Wilk
2012-03-26 8:43 ` Jan Beulich
2012-03-27 13:41 ` Ian Jackson
2012-03-24 17:41 ` [PATCH 3 of 6] xen/pat: After suspend re-write PAT if BIOS changed it Konrad Rzeszutek Wilk
2012-03-26 8:50 ` Jan Beulich
2012-04-02 15:28 ` Konrad Rzeszutek Wilk
2012-04-03 13:03 ` Tom Goetz
2012-03-24 17:41 ` [PATCH 4 of 6] xend: Don't crash due to weird PCI devices Konrad Rzeszutek Wilk
2012-03-27 13:39 ` Ian Jackson
2012-03-24 17:41 ` [PATCH 5 of 6] xend/xc: Implement a domain_set_e820_hole function to be used by python code Konrad Rzeszutek Wilk
2012-03-26 9:42 ` Ian Campbell
2012-04-02 15:59 ` Konrad Rzeszutek Wilk
2012-04-02 16:02 ` Ian Campbell
2012-03-24 17:41 ` [PATCH 6 of 6] xend: Add support for passing in the host's E820 for PCI passthrough Konrad Rzeszutek Wilk
2012-03-27 13:43 ` Ian Jackson
2012-04-02 16:00 ` Konrad Rzeszutek Wilk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=patchbomb.1332610901@phenom.dumpdata.com \
--to=konrad.wilk@oracle.com \
--cc=Ian.Campbell@citrix.com \
--cc=Ian.Jackson@eu.citrix.com \
--cc=keir.fraser@eu.citrix.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.