xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/11] tools changes
@ 2014-03-06 16:13 Olaf Hering
  2014-03-06 16:13 ` [PATCH 01/11] docs: remove ia64 from kexec_and_kdump.txt Olaf Hering
                   ` (13 more replies)
  0 siblings, 14 replies; 33+ messages in thread
From: Olaf Hering @ 2014-03-06 16:13 UTC (permalink / raw)
  To: xen-devel; +Cc: Olaf Hering, Ian.Jackson, Ian.Campbell

Resend of changes from the 4.4 freeze time.

Olaf Hering (11):
  docs: remove ia64 from kexec_and_kdump.txt
  unmodified_drivers: remove ia64 parts of the code
  docs: remove ia64 from tmem-internals.html
  stubdom: remove ia64 from stubdom
  libxc: remove ia64 from xg_private.h
  pygrub: remote ia64 from pygrub
  xend: remove ia64 from xend sources
  libxl: add option for discard support to xl disk configuration
  tools/xc: pass errno to callers of xc_domain_save
  xend/pvscsi: recognize also SCSI CDROM devices
  tools/xend: move assert to exception block

 docs/misc/kexec_and_kdump.txt                      |  9 +--
 docs/misc/tmem-internals.html                      |  7 --
 docs/misc/xl-disk-configuration.txt                | 15 ++++
 stubdom/Makefile                                   |  3 -
 stubdom/newlib.patch                               | 22 ------
 tools/libxc/xc_domain_save.c                       | 88 ++++++++++++++++++++--
 tools/libxc/xg_private.h                           |  4 -
 tools/libxl/check-xl-disk-parse                    | 21 ++++--
 tools/libxl/libxl.c                                |  3 +
 tools/libxl/libxl.h                                |  5 ++
 tools/libxl/libxl_types.idl                        |  1 +
 tools/libxl/libxlu_disk_l.l                        |  4 +
 tools/pygrub/src/pygrub                            | 35 +++------
 tools/python/xen/util/vscsi_util.py                |  3 +
 tools/python/xen/xend/XendCheckpoint.py            |  6 +-
 tools/python/xen/xend/XendNode.py                  | 10 ---
 tools/python/xen/xend/arch.py                      |  1 -
 tools/python/xen/xend/image.py                     | 56 --------------
 tools/python/xen/xend/server/pciif.py              |  2 +-
 tools/xm-test/lib/XmTestLib/arch.py                | 14 +---
 tools/xm-test/lib/XmTestReport/arch.py             |  4 -
 .../linux-2.6/compat-include/xen/platform-compat.h |  4 -
 unmodified_drivers/linux-2.6/mkbuildtree           | 16 +---
 unmodified_drivers/linux-2.6/overrides.mk          |  3 -
 unmodified_drivers/linux-2.6/platform-pci/Kbuild   |  4 -
 .../linux-2.6/platform-pci/panic-handler.c         | 14 ----
 .../linux-2.6/platform-pci/platform-pci.c          | 23 ------
 .../linux-2.6/platform-pci/xen_support.c           | 36 ---------
 xen/include/public/io/blkif.h                      |  8 ++
 29 files changed, 157 insertions(+), 264 deletions(-)

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

end of thread, other threads:[~2014-03-12 15:17 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-06 16:13 [PATCH 00/11] tools changes Olaf Hering
2014-03-06 16:13 ` [PATCH 01/11] docs: remove ia64 from kexec_and_kdump.txt Olaf Hering
2014-03-06 16:13 ` [PATCH 02/11] unmodified_drivers: remove ia64 parts of the code Olaf Hering
2014-03-12 13:37   ` Ian Campbell
2014-03-12 14:14   ` Jan Beulich
2014-03-12 14:26     ` Olaf Hering
2014-03-12 15:04       ` Jan Beulich
2014-03-06 16:13 ` [PATCH 03/11] docs: remove ia64 from tmem-internals.html Olaf Hering
2014-03-06 16:13 ` [PATCH 04/11] stubdom: remove ia64 from stubdom Olaf Hering
2014-03-06 16:13 ` [PATCH 05/11] libxc: remove ia64 from xg_private.h Olaf Hering
2014-03-06 16:13 ` [PATCH 06/11] pygrub: remote ia64 from pygrub Olaf Hering
2014-03-06 18:04   ` Ian Jackson
2014-03-06 18:59     ` Olaf Hering
2014-03-07 11:06       ` Ian Jackson
2014-03-06 16:13 ` [PATCH 07/11] xend: remove ia64 from xend sources Olaf Hering
2014-03-06 16:13 ` [PATCH 08/11] libxl: add option for discard support to xl disk configuration Olaf Hering
2014-03-06 18:15   ` Ian Jackson
2014-03-06 19:11     ` Olaf Hering
2014-03-06 16:13 ` [PATCH 09/11] tools/xc: pass errno to callers of xc_domain_save Olaf Hering
2014-03-06 18:17   ` Ian Jackson
2014-03-06 19:19     ` Olaf Hering
2014-03-10 16:49       ` Ian Jackson
2014-03-11  8:21         ` Olaf Hering
2014-03-11 11:18           ` Ian Jackson
2014-03-06 16:13 ` [PATCH 10/11] xend/pvscsi: recognize also SCSI CDROM devices Olaf Hering
2014-03-06 18:19   ` Ian Jackson
2014-03-06 19:20     ` Olaf Hering
2014-03-06 16:13 ` [PATCH 11/11] tools/xend: move assert to exception block Olaf Hering
2014-03-06 18:07 ` [PATCH 00/11] tools changes Ian Jackson
2014-03-12 14:41 ` Ian Campbell
2014-03-12 14:41 ` Boris Ostrovsky
2014-03-12 15:01   ` Ian Campbell
2014-03-12 15:17     ` Boris Ostrovsky

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