xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0 of 6] Various patches - debug help, xend fixes and S3 resume fixes (v1).
@ 2012-03-24 17:41 Konrad Rzeszutek Wilk
  2012-03-24 17:41 ` [PATCH 1 of 6] linux-xencommons: Load xen-acpi-processor Konrad Rzeszutek Wilk
                   ` (5 more replies)
  0 siblings, 6 replies; 19+ messages in thread
From: Konrad Rzeszutek Wilk @ 2012-03-24 17:41 UTC (permalink / raw)
  To: xen-devel, keir.fraser, Ian.Jackson, Ian.Campbell; +Cc: konrad.wilk

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(-)

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2012-04-03 13:03 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-24 17:41 [PATCH 0 of 6] Various patches - debug help, xend fixes and S3 resume fixes (v1) Konrad Rzeszutek Wilk
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).