[Pkg-xen-changes] [xen] 30/30: New upstream release candidate

Bastian Blank waldi at moszumanska.debian.org
Sun May 31 20:14:41 UTC 2015


This is an automated email from the git hooks/post-receive script.

waldi pushed a commit to branch develop
in repository xen.

commit 21f53d573e9c992102515819e9a7c007e7bca0ed
Merge: 12f001e d54d80e
Author: Bastian Blank <waldi at debian.org>
Date:   Sun May 31 18:36:59 2015 +0200

    New upstream release candidate

 Config.mk                                          |   8 +-
 MAINTAINERS                                        |  11 +-
 debian/.git-dpm                                    |   6 +-
 debian/changelog                                   |   5 +-
 debian/patches/config-prefix.diff                  |   4 +-
 debian/patches/tools-blktap2-prefix.diff           |   2 +-
 debian/patches/tools-console-prefix.diff           |   2 +-
 debian/patches/tools-hotplug-udevrules.diff        |   2 +-
 debian/patches/tools-include-install.diff          |   2 +-
 debian/patches/tools-libfsimage-abiname.diff       |   2 +-
 debian/patches/tools-libfsimage-prefix.diff        |   2 +-
 debian/patches/tools-libxc-abiname.diff            |   2 +-
 debian/patches/tools-libxl-abiname.diff            |   6 +-
 debian/patches/tools-libxl-prefix.diff             |   4 +-
 debian/patches/tools-misc-prefix.diff              |   2 +-
 debian/patches/tools-pygrub-prefix.diff            |   2 +-
 .../tools-pygrub-remove-static-solaris-support     |   2 +-
 debian/patches/tools-python-prefix.diff            |   2 +-
 debian/patches/tools-rpath.diff                    |   2 +-
 debian/patches/tools-xcutils-rpath.diff            |   2 +-
 debian/patches/tools-xenmon-install.diff           |   2 +-
 debian/patches/tools-xenmon-prefix.diff            |   2 +-
 debian/patches/tools-xenpaging-prefix.diff         |   2 +-
 debian/patches/tools-xenpmd-prefix.diff            |   2 +-
 debian/patches/tools-xenstat-abiname.diff          |   2 +-
 debian/patches/tools-xenstat-prefix.diff           |   2 +-
 debian/patches/tools-xenstore-compatibility.diff   |   2 +-
 debian/patches/tools-xenstore-prefix.diff          |   2 +-
 debian/patches/tools-xentrace-prefix.diff          |   2 +-
 debian/patches/version.diff                        |  12 +-
 .../patches/xl-coredumps-to-var-lib-xen-dump.diff  |   2 +-
 docs/misc/xen-command-line.markdown                |  26 ++++-
 tools/configure                                    |   4 +-
 tools/configure.ac                                 |   4 +-
 tools/firmware/hvmloader/pci.c                     |  36 ++++--
 tools/libxc/xc_core.h                              |   3 +
 tools/libxc/xc_core_arm.c                          |  17 +++
 tools/libxc/xc_core_x86.c                          |  17 +++
 tools/libxc/xc_dom_boot.c                          |  18 ++-
 tools/libxc/xc_domain.c                            |  46 +++++++-
 tools/libxc/xc_private.c                           |   2 +-
 tools/libxl/Makefile                               |   2 +-
 tools/libxl/libxl_create.c                         |   5 +-
 tools/libxl/libxl_dm.c                             |  21 +++-
 tools/xenstore/xs_lib.c                            |   2 +-
 xen/Makefile                                       |   2 +-
 xen/arch/arm/domain.c                              |  61 +++++++---
 xen/arch/arm/domain_build.c                        |   2 +
 xen/arch/arm/gic-v2.c                              |   2 -
 xen/arch/arm/gic-v3.c                              |   2 -
 xen/arch/arm/setup.c                               |  30 +++--
 xen/arch/arm/traps.c                               |   9 +-
 xen/arch/arm/vgic-v2.c                             |  86 ++++++++------
 xen/arch/arm/vgic-v3.c                             | 129 +++++++++++++--------
 xen/arch/arm/vgic.c                                |  15 +--
 xen/arch/x86/crash.c                               |  59 ++++------
 xen/arch/x86/domctl.c                              |  10 +-
 xen/arch/x86/hvm/hvm.c                             |  32 ++++-
 xen/arch/x86/hvm/i8254.c                           |   1 +
 xen/arch/x86/hvm/pmtimer.c                         |   1 +
 xen/arch/x86/hvm/rtc.c                             |   3 +-
 xen/arch/x86/hvm/vmx/vmx.c                         |   8 +-
 xen/arch/x86/hvm/vpic.c                            |   1 +
 xen/arch/x86/hvm/vpmu.c                            |  13 +++
 xen/arch/x86/irq.c                                 |  27 +++--
 xen/arch/x86/mm.c                                  |   6 +-
 xen/arch/x86/msi.c                                 |  14 ++-
 xen/arch/x86/setup.c                               |   2 +-
 xen/arch/x86/shutdown.c                            |  40 ++++++-
 xen/arch/x86/tboot.c                               |   3 +
 xen/arch/x86/traps.c                               |  20 +++-
 xen/arch/x86/x86_64/entry.S                        |  14 +--
 xen/arch/x86/x86_emulate/x86_emulate.c             |  33 +++---
 xen/arch/x86/xstate.c                              |  17 ++-
 xen/common/bunzip2.c                               |   2 +-
 xen/common/compat/memory.c                         |  48 ++++++++
 xen/common/cpupool.c                               |   6 -
 xen/common/domctl.c                                |  11 +-
 xen/common/efi/runtime.c                           |   8 +-
 xen/common/event_channel.c                         |  10 +-
 xen/common/kernel.c                                |   6 +
 xen/common/lz4/decompress.c                        |   3 +
 xen/common/memory.c                                |   5 +-
 xen/common/page_alloc.c                            |   3 +-
 xen/common/softirq.c                               |   2 +-
 xen/common/sysctl.c                                |   2 +-
 xen/drivers/char/dt-uart.c                         |   6 +-
 xen/drivers/char/pl011.c                           |  16 +++
 xen/drivers/char/serial.c                          |  34 ++++++
 xen/drivers/passthrough/vtd/iommu.c                |  66 ++++++-----
 xen/drivers/passthrough/vtd/iommu.h                |  12 +-
 xen/drivers/passthrough/vtd/utils.c                |   2 +
 xen/include/asm-arm/arm64/page.h                   |   4 +-
 xen/include/asm-arm/asm_defns.h                    |   9 ++
 xen/include/asm-arm/bitops.h                       |   7 +-
 xen/include/asm-arm/domain.h                       |   2 +-
 xen/include/asm-arm/gic.h                          |   1 +
 xen/include/asm-arm/gic_v3_defs.h                  |   3 +
 xen/include/asm-arm/processor.h                    |   5 +-
 xen/include/asm-arm/regs.h                         |   8 ++
 xen/include/asm-arm/vgic.h                         |   4 +-
 xen/include/asm-x86/hvm/domain.h                   |   1 +
 xen/include/asm-x86/processor.h                    |   6 +-
 xen/include/asm-x86/xstate.h                       |   4 +
 xen/include/public/domctl.h                        |   1 +
 xen/include/public/xen-compat.h                    |   2 +-
 xen/include/xen/lib.h                              |   2 +
 xen/include/xen/serial.h                           |   4 +
 xen/include/xlat.lst                               |   2 +
 109 files changed, 881 insertions(+), 373 deletions(-)

diff --cc debian/.git-dpm
index fa031d4,0000000..31d675f
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,8 -1,0 +1,8 @@@
 +# see git-dpm(1) from git-dpm package
- d9e5c51f81f9454305888ba9a4e0439f5a2fbb9a
- d9e5c51f81f9454305888ba9a4e0439f5a2fbb9a
- 1e4a195fdf38d618847a335755b6c2de4f8151a9
++d54d80e8d4668b6f7a0c161f6868eab43c0a0d9b
++d54d80e8d4668b6f7a0c161f6868eab43c0a0d9b
++9245d82e421a7ce0f7387b7c1b8185088769ddb3
 +9245d82e421a7ce0f7387b7c1b8185088769ddb3
 +xen_4.5.1~rc1.orig.tar.xz
 +5ce257effdc1f929d2e024b1a8199be52aa56d88
 +3485596
diff --cc debian/changelog
index bebdba7,0000000..48ca98d
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,1210 -1,0 +1,1213 @@@
- xen (4.5.0-2) UNRELEASED; urgency=medium
++xen (4.5.1~rc1-1) UNRELEASED; urgency=medium
 +
 +  [ Ian Campbell ]
 +  * Use xen-init-dom0 from initscript when it is available.
 +  * Install some user facing docs in xen-utils-common. (Closes: #688308)
 +
++  [ Bastian Blank ]
++  * New upstream release candidate.
++
 + -- Ian Campbell <ijc at debian.org>  Tue, 27 Jan 2015 09:46:21 +0000
 +
 +xen (4.5.0-1) experimental; urgency=medium
 +
 +  [ Ian Campbell ]
 +  * New upstream release
 +
 + -- Bastian Blank <waldi at debian.org>  Wed, 21 Jan 2015 20:21:45 +0100
 +
 +xen (4.5.0~rc3-1) experimental; urgency=medium
 +
 +  * New upstream release candidate.
 +  * Re-add xend config.
 +
 + -- Bastian Blank <waldi at debian.org>  Wed, 17 Dec 2014 22:37:23 +0100
 +
 +xen (4.4.1-6) unstable; urgency=medium
 +
 +  * Fix starvation of writers in locks.
 +    CVE-2014-9065
 +
 + -- Bastian Blank <waldi at debian.org>  Thu, 11 Dec 2014 15:56:08 +0100
 +
 +xen (4.4.1-5) unstable; urgency=medium
 +
 +  * Fix excessive checks of hypercall arguments.
 +    CVE-2014-8866
 +  * Fix boundary checks of emulated MMIO access.
 +    CVE-2014-8867
 +  * Fix additional memory leaks in xl. (closes: #767295)
 +
 + -- Bastian Blank <waldi at debian.org>  Sun, 30 Nov 2014 20:13:32 +0100
 +
 +xen (4.4.1-4) unstable; urgency=medium
 +
 +  [ Bastian Blank ]
 +  * Make operations pre-emptible.
 +    CVE-2014-5146, CVE-2014-5149
 +  * Don't allow page table updates from non-PV page tables.
 +    CVE-2014-8594
 +  * Enforce privilege level while loading code segment.
 +    CVE-2014-8595
 +  * Fix reference counter leak.
 +    CVE-2014-9030
 +  * Use linux 3.16.0-4 stuff.
 +  * Fix memory leak in xl. (closes: #767295)
 +
 +  [ Ian Campbell ]
 +  * Add licensing for tools/python/logging to debian/copyright.
 +    (Closes: #759384)
 +  * Correctly include xen-init-name in xen-utils-common. (Closes: #769543)
 +  * xen-utils recommends grub-xen-host package (Closes: #770460)
 +
 + -- Bastian Blank <waldi at debian.org>  Thu, 27 Nov 2014 20:17:36 +0100
 +
 +xen (4.4.1-3) unstable; urgency=medium
 +
 +  [ Bastian Blank ]
 +  * Remove unused build-depencencies.
 +  * Extend list affected systems for broken interrupt assignment.
 +    CVE-2013-3495
 +  * Fix race in hvm memory management.
 +    CVE-2014-7154
 +  * Fix missing privilege checks on instruction emulation.
 +    CVE-2014-7155, CVE-2014-7156
 +  * Fix uninitialized control structures in FIFO handling.
 +    CVE-2014-6268
 +  * Fix MSR range check in emulation.
 +    CVE-2014-7188
 +
 +  [ Ian Campbell ]
 +  * Install xen.efi into /boot for amd64 builds.
 +
 + -- Bastian Blank <waldi at debian.org>  Fri, 17 Oct 2014 16:27:46 +0200
 +
 +xen (4.4.1-2) unstable; urgency=medium
 +
 +  * Re-build with correct content.
 +  * Use dh_lintian.
 +
 + -- Bastian Blank <waldi at debian.org>  Wed, 24 Sep 2014 20:23:14 +0200
 +
 +xen (4.4.1-1) unstable; urgency=medium
 +
 +  * New upstream release.
 +    - Fix several vulnerabilities. (closes: #757724)
 +      CVE-2014-2599, CVE-2014-3124,
 +      CVE-2014-3967, CVE-2014-3968,
 +      CVE-2014-4021
 +
 + -- Bastian Blank <waldi at debian.org>  Sun, 21 Sep 2014 10:45:47 +0200
 +
 +xen (4.4.0-5) unstable; urgency=medium
 +
 +  [ Ian Campbell ]
 +  * Expand on the descriptions of some packages. (Closes: #466683)
 +  * Clarify where xen-utils-common is required. (Closes: #612403)
 +  * No longer depend on gawk. Xen can now use any awk one of which is always
 +    present. (Closes: #589176)
 +  * Put core dumps in /var/lib/xen/dump and ensure it exists.
 +    (Closes: #444000)
 +
 +  [ Bastian Blank ]
 +  * Handle JSON output from xl in xendomains init script.
 +
 + -- Bastian Blank <waldi at debian.org>  Sat, 06 Sep 2014 22:11:20 +0200
 +
 +xen (4.4.0-4) unstable; urgency=medium
 +
 +  [ Bastian Blank ]
 +  * Also remove unused OCaml packages from control file.
 +  * Make library packages multi-arch: same. (closes: #730417)
 +  * Use debhelper compat level 9. (closes: #692352)
 +
 +  [ Ian Campbell ]
 +  * Correct contents of /etc/xen/scripts/hotplugpath.sh (Closes: #706283)
 +  * Drop references cpuperf-xen and cpuperf-perfcntr. (Closes: #733847)
 +  * Install xentrace_format(1), xentrace(8) and xentop(1). (Closes: #407143)
 +
 + -- Bastian Blank <waldi at debian.org>  Sat, 30 Aug 2014 13:34:04 +0200
 +
 +xen (4.4.0-3) unstable; urgency=medium
 +
 +  [ Ian Campbell ]
 +  * Use correct SeaBIOS binary which supports Xen (Closes: #737905).
 +
 +  [ Bastian Blank ]
 +  * Really update config.{sub,guess}.
 +
 + -- Bastian Blank <waldi at debian.org>  Fri, 29 Aug 2014 16:33:19 +0200
 +
 +xen (4.4.0-2) unstable; urgency=medium
 +
 +  * Remove broken and unused OCaml-support.
 +
 + -- Bastian Blank <waldi at debian.org>  Mon, 18 Aug 2014 15:18:42 +0200
 +
 +xen (4.4.0-1) unstable; urgency=medium
 +
 +  [ Bastian Blank ]
 +  * New upstream release.
 +    - Update scripts for compatiblity with latest coreutils.
 +      (closes: #718898)
 +    - Fix guest reboot with xl toolstack. (closes: #727100)
 +    - CVE-2013-6375: Insufficient TLB flushing in VT-d (iommu) code.
 +      (closes: #730254)
 +    - xl support for global VNC options. (closes: #744157)
 +    - vif scripts can now be named relative to /etc/xen/scripts.
 +      (closes: #744160)
 +    - Support for arbitrary sized SeaBIOS binaries. (closes: #737905)
 +    - pygrub searches for extlinux.conf in the expected places.
 +      (closes: #697407)
 +    - Update scripts to use correct syntax for ip command.
 +      (closes: #705659)
 +  * Fix install of xend configs to not break compatibility.
 +
 +  [ Ian Campbell ]
 +  * Disable blktap1 support using new configure option instead of by patching.
 +  * Disable qemu-traditional and rombios support using new configure option
 +    instead of by patching. No need to build-depend on ipxe any more.
 +  * Use system qemu-xen via new configure option instead of patching.
 +  * Use system seabios via new configure option instead of patching.
 +  * Use EXTRA_CFLAGS_XEN_TOOLS and APPEND_{CPPFLAGS,LDFLAGS} during build.
 +  * Add support for armhf and arm64.
 +  * Update config.{sub,guess}.
 +
 + -- Bastian Blank <waldi at debian.org>  Sat, 09 Aug 2014 13:09:00 +0200
 +
 +xen (4.3.0-3) unstable; urgency=low
 +
 +  * Revive hypervisor on i386.
 +
 + -- Bastian Blank <waldi at debian.org>  Fri, 18 Oct 2013 00:15:16 +0200
 +
 +xen (4.3.0-2) unstable; urgency=low
 +
 +  * Force proper install order. (closes: #721999)
 +
 + -- Bastian Blank <waldi at debian.org>  Sat, 05 Oct 2013 15:03:36 +0000
 +
 +xen (4.3.0-1) unstable; urgency=low
 +
 +  * New upstream release.
 +    - Fix HVM PCI passthrough. (closes: #706543)
 +  * Call configure with proper arguments.
 +  * Remove now empty xen-docs package.
 +  * Disable external code retrieval.
 +  * Drop all i386 hypervisor packages.
 +  * Drop complete blktap support.
 +  * Create /run/xen.
 +  * Make xen-utils recommend qemu-system-x86. (closes: #688311)
 +    - This version comes with audio support. (closes: #635166)
 +  * Make libxenlight and libxlutil public. (closes: #644390)
 +    - Set versioned ABI name.
 +    - Install headers.
 +    - Move libs into normal library path.
 +  * Use build flags in the tools build.
 +    - Fix fallout from harderning flags.
 +  * Update Standards-Version to 3.9.4. No changes.
 +
 + -- Bastian Blank <waldi at debian.org>  Thu, 05 Sep 2013 13:54:03 +0200
 +
 +xen (4.2.2-1) unstable; urgency=low
 +
 +  * New upstream release.
 +    - Fix build with gcc 4.8. (closes: #712376)
 +  * Build-depend on libssl-dev. (closes: #712366)
 +  * Enable hardening as much as possible.
 +  * Re-enable ocaml build fixes. (closes: #695176)
 +  * Check for out-of-bound values in CPU affinity setup.
 +    CVE-2013-2072
 +  * Fix information leak on AMD CPUs.
 +    CVE-2013-2076
 +  * Recover from faults on XRSTOR.
 +    CVE-2013-2077
 +  * Properly check guest input to XSETBV.
 +    CVE-2013-2078
 +
 + -- Bastian Blank <waldi at debian.org>  Thu, 11 Jul 2013 00:28:24 +0200
 +
 +xen (4.2.1-2) unstable; urgency=low
 +
 +  * Actually upload to unstable.
 +
 + -- Bastian Blank <waldi at debian.org>  Sun, 12 May 2013 00:20:58 +0200
 +
 +xen (4.2.1-1) experimental; urgency=low
 +
 +  * New upstream release.
 +  * Enable usage of seabios.
 +  * Fix some toolchain issues.
 +
 + -- Bastian Blank <waldi at debian.org>  Sat, 11 May 2013 23:55:46 +0200
 +
 +xen (4.2.0-2) experimental; urgency=low
 +
 +  * Support JSON output in domain init script helper.
 +
 + -- Bastian Blank <waldi at debian.org>  Mon, 01 Oct 2012 15:11:30 +0200
 +
 +xen (4.2.0-1) experimental; urgency=low
 +
 +  * New upstream release.
 +
 + -- Bastian Blank <waldi at debian.org>  Tue, 18 Sep 2012 13:54:30 +0200
 +
 +xen (4.2.0~rc3-1) experimental; urgency=low
 +
 +  * New upstream snapshot.
 +
 + -- Bastian Blank <waldi at debian.org>  Fri, 07 Sep 2012 20:28:46 +0200
 +
 +xen (4.2.0~rc2-1) experimental; urgency=low
 +
 +  * New upstream snapshot.
 +  * Build-depend against libglib2.0-dev and libyajl-dev.
 +  * Disable seabios build for now.
 +  * Remove support for Lenny and earlier.
 +  * Support build-arch and build-indep make targets.
 +
 + -- Bastian Blank <waldi at debian.org>  Sun, 13 May 2012 12:21:10 +0000
 +
 +xen (4.1.4-4) unstable; urgency=high
 +
 +  * Make several long runing operations preemptible.
 +    CVE-2013-1918
 +  * Fix source validation for VT-d interrupt remapping.
 +    CVE-2013-1952
 +
 + -- Bastian Blank <waldi at debian.org>  Thu, 02 May 2013 14:30:29 +0200
 +
 +xen (4.1.4-3) unstable; urgency=high
 +
 +  * Fix return from SYSENTER.
 +    CVE-2013-1917
 +  * Fix various problems with guest interrupt handling.
 +    CVE-2013-1919
 +  * Only save pointer after access checks.
 +    CVE-2013-1920
 +  * Fix domain locking for transitive grants.
 +    CVE-2013-1964
 +
 + -- Bastian Blank <waldi at debian.org>  Fri, 19 Apr 2013 13:01:57 +0200
 +
 +xen (4.1.4-2) unstable; urgency=low
 +
 +  * Use pre-device interrupt remapping mode per default. Fix removing old
 +    remappings.
 +    CVE-2013-0153
 +
 + -- Bastian Blank <waldi at debian.org>  Wed, 06 Feb 2013 13:04:52 +0100
 +
 +xen (4.1.4-1) unstable; urgency=low
 +
 +  * New upstream release.
 +    - Disable process-context identifier support in newer CPUs for all
 +      domains.
 +    - Add workarounds for AMD errata.
 +    - Don't allow any non-canonical addresses.
 +    - Use Multiboot memory map if BIOS emulation does not provide one.
 +    - Fix several problems in tmem.
 +      CVE-2012-3497
 +    - Fix error handling in domain creation.
 +    - Adjust locking and interrupt handling during S3 resume.
 +    - Tighten more resource and memory range checks.
 +    - Reset performance counters. (closes: #698651)
 +    - Remove special-case for first IO-APIC.
 +    - Fix MSI handling for HVM domains. (closes: #695123)
 +    - Revert cache value of disks in HVM domains.
 +
 + -- Bastian Blank <waldi at debian.org>  Thu, 31 Jan 2013 15:44:50 +0100
 +
 +xen (4.1.3-8) unstable; urgency=high
 +
 +  * Fix error in VT-d interrupt remapping source validation.
 +    CVE-2012-5634
 +  * Fix buffer overflow in qemu e1000 emulation.
 +    CVE-2012-6075
 +  * Update patch, mention second CVE.
 +    CVE-2012-5511, CVE-2012-6333
 +
 + -- Bastian Blank <waldi at debian.org>  Sat, 19 Jan 2013 13:55:07 +0100
 +
 +xen (4.1.3-7) unstable; urgency=low
 +
 +  * Fix clock jump due to incorrect annotated inline assembler.
 +    (closes: #599161)
 +  * Add support for XZ compressed Linux kernels to hypervisor and userspace
 +    based loaders, it is needed for any Linux kernels newer then Wheezy.
 +    (closes: #695056)
 +
 + -- Bastian Blank <waldi at debian.org>  Tue, 11 Dec 2012 18:54:59 +0100
 +
 +xen (4.1.3-6) unstable; urgency=high
 +
 +  * Fix error handling in physical to machine memory mapping.
 +    CVE-2012-5514
 +
 + -- Bastian Blank <waldi at debian.org>  Tue, 04 Dec 2012 10:51:43 +0100
 +
 +xen (4.1.3-5) unstable; urgency=high
 +
 +  * Fix state corruption due to incomplete grant table switch.
 +    CVE-2012-5510
 +  * Check range of arguments to several HVM operations.
 +    CVE-2012-5511, CVE-2012-6333
 +  * Check array index before using it in HVM memory operation.
 +    CVE-2012-5512
 +  * Check memory range in memory exchange operation.
 +    CVE-2012-5513
 +  * Don't allow too large memory size and avoid busy looping.
 +    CVE-2012-5515
 +
 + -- Bastian Blank <waldi at debian.org>  Mon, 03 Dec 2012 19:37:38 +0100
 +
 +xen (4.1.3-4) unstable; urgency=high
 +
 +  * Use linux 3.2.0-4 stuff.
 +  * Fix overflow in timer calculations.
 +    CVE-2012-4535
 +  * Check value of physical interrupts parameter before using it.
 +    CVE-2012-4536
 +  * Error out on incorrect memory mapping updates.
 +    CVE-2012-4537
 +  * Check if toplevel page tables are present.
 +    CVE-2012-4538
 +  * Fix infinite loop in compatibility code.
 +    CVE-2012-4539
 +  * Limit maximum kernel and ramdisk size.
 +    CVE-2012-2625, CVE-2012-4544
 +
 + -- Bastian Blank <waldi at debian.org>  Tue, 20 Nov 2012 15:51:01 +0100
 +
 +xen (4.1.3-3) unstable; urgency=low
 +
 +  * Xen domain init script:
 +    - Make sure Open vSwitch is started before any domain.
 +    - Properly handle and show output of failed migration and save.
 +    - Ask all domains to shut down before checking them.
 +
 + -- Bastian Blank <waldi at debian.org>  Tue, 18 Sep 2012 13:26:32 +0200
 +
 +xen (4.1.3-2) unstable; urgency=medium
 +
 +  * Don't allow writing reserved bits in debug register.
 +    CVE-2012-3494
 +  * Fix error handling in interrupt assignment.
 +    CVE-2012-3495
 +  * Don't trigger bug messages on invalid flags.
 +    CVE-2012-3496
 +  * Check array bounds in interrupt assignment.
 +    CVE-2012-3498
 +  * Properly check bounds while setting the cursor in qemu.
 +    CVE-2012-3515
 +  * Disable monitor in qemu by default.
 +    CVE-2012-4411
 +
 + -- Bastian Blank <waldi at debian.org>  Fri, 07 Sep 2012 19:41:46 +0200
 +
 +xen (4.1.3-1) unstable; urgency=medium
 +
 +  * New upstream release: (closes: #683286)
 +    - Don't leave the x86 emulation in a bad state. (closes: #683279)
 +      CVE-2012-3432
 +    - Only check for shared pages while any exist on teardown.
 +      CVE-2012-3433
 +    - Fix error handling for unexpected conditions.
 +    - Update CPUID masking to latest Intel spec.
 +    - Allow large ACPI ids.
 +    - Fix IOMMU support for PCI-to-PCIe bridges.
 +    - Disallow access to some sensitive IO-ports.
 +    - Fix wrong address in IOTLB.
 +    - Fix deadlock on CPUs without working cpufreq driver.
 +    - Use uncached disk access in qemu.
 +    - Fix buffer size on emulated e1000 device in qemu.
 +  * Fixup broken and remove applied patches.
 +
 + -- Bastian Blank <waldi at debian.org>  Fri, 17 Aug 2012 11:25:02 +0200
 +
 +xen (4.1.3~rc1+hg-20120614.a9c0a89c08f2-5) unstable; urgency=low
 +
 +  [ Ian Campbell ]
 +  * Set tap device MAC addresses to fe:ff:ff:ff:ff:ff (Closes: #671018)
 +  * Only run xendomains initscript if toolstack is xl or xm (Closes: #680528)
 +
 +  [ Bastian Blank ]
 +  * Actually build-depend on new enough version of dpkg-dev.
 +  * Add xen-sytem-* meta-packages. We are finally in a position to do
 +    automatic upgrades and this package is missing. (closes: #681376)
 +
 + -- Bastian Blank <waldi at debian.org>  Sat, 28 Jul 2012 10:23:26 +0200
 +
 +xen (4.1.3~rc1+hg-20120614.a9c0a89c08f2-4) unstable; urgency=low
 +
 +  * Add Build-Using info to xen-utils package.
 +  * Fix build-arch target.
 +
 + -- Bastian Blank <waldi at debian.org>  Sun, 01 Jul 2012 19:52:30 +0200
 +
 +xen (4.1.3~rc1+hg-20120614.a9c0a89c08f2-3) unstable; urgency=low
 +
 +  * Remove /usr/lib/xen-default. It breaks systems if xenstored is not
 +    compatible.
 +  * Fix init script usage.
 +  * Fix udev rules for emulated network devices:
 +    - Force names of emulated network devices to a predictable name.
 +
 + -- Bastian Blank <waldi at debian.org>  Sun, 01 Jul 2012 16:59:04 +0200
 +
 +xen (4.1.3~rc1+hg-20120614.a9c0a89c08f2-2) unstable; urgency=low
 +
 +  * Fix pointer missmatch in interrupt functions. Fixes build on i386.
 +
 + -- Bastian Blank <waldi at debian.org>  Fri, 15 Jun 2012 18:00:51 +0200
 +
 +xen (4.1.3~rc1+hg-20120614.a9c0a89c08f2-1) unstable; urgency=low
 +
 +  * New upstream snapshot.
 +    - Fix privilege escalation and syscall/sysenter DoS while using
 +      non-canonical addresses by untrusted PV guests. (closes: #677221)
 +      CVE-2012-0217
 +      CVE-2012-0218
 +    - Disable Xen on CPUs affected by AMD Erratum #121. PV guests can
 +      cause a DoS of the host.
 +      CVE-2012-2934
 +  * Don't fail if standard toolstacks are not available. (closes: #677244)
 +
 + -- Bastian Blank <waldi at debian.org>  Thu, 14 Jun 2012 17:06:25 +0200
 +
 +xen (4.1.2-7) unstable; urgency=low
 +
 +  * Really use ucf.
 +  * Update init script dependencies:
 +    - Start $syslog before xen.
 +    - Start drbd and iscsi before xendomains. (closes: #626356)
 +    - Start corosync and heartbeat after xendomains.
 +  * Remove /var/log/xen on purge. (closes: #656216)
 +
 + -- Bastian Blank <waldi at debian.org>  Tue, 22 May 2012 10:44:41 +0200
 +
 +xen (4.1.2-6) unstable; urgency=low
 +
 +  * Fix generation of architectures for hypervisor packages.
 +  * Remove information about loop devices, it is incorrect. (closes: #503044)
 +  * Update xendomains init script:
 +    - Create directory for domain images only root readable. (closes: #596048)
 +    - Add missing sanity checks for variables. (closes: #671750)
 +    - Remove not longer supported config options.
 +    - Don't fail if no config is available.
 +    - Remove extra output if domain was restored.
 +
 + -- Bastian Blank <waldi at debian.org>  Sun, 06 May 2012 20:07:41 +0200
 +
 +xen (4.1.2-5) unstable; urgency=low
 +
 +  * Actually force init script rename. (closes: #669341)
 +  * Fix long output from xl.
 +  * Move complete init script setup.
 +  * Rewrite xendomains init script:
 +    - Use LSB output functions.
 +    - Make output more clear.
 +    - Use xen toolstack wrapper.
 +    - Use a python script to properly read domain details.
 +  * Set name for Domain-0.
 +
 + -- Bastian Blank <waldi at debian.org>  Mon, 23 Apr 2012 11:56:45 +0200
 +
 +xen (4.1.2-4) unstable; urgency=low
 +
 +  [ Bastian Blank ]
 +  * Build-depend on ipxe-qemu instead of ipxe. (closes: #665070)
 +  * Don't longer use a4wide latex package.
 +  * Use ucf for /etc/default/xen.
 +  * Remove handling for old udev rules link and xenstored directory.
 +  * Rename xend init script to xen.
 +
 +  [ Lionel Elie Mamane ]
 +  * Fix toolstack script to work with old dash. (closes: #648029)
 +
 + -- Bastian Blank <waldi at debian.org>  Mon, 16 Apr 2012 08:47:29 +0000
 +
 +xen (4.1.2-3) unstable; urgency=low
 +
 +  * Merge xen-common source package.
 +  * Remove xend wrapper, it should not be called by users.
 +  * Support xl in init script.
 +  * Restart xen daemons on upgrade.
 +  * Restart and stop xenconsoled in init script.
 +  * Load xen-gntdev module.
 +  * Create /var/lib/xen. (closes: #658101)
 +  * Cleanup udev rules. (closes: #657745)
 +
 + -- Bastian Blank <waldi at debian.org>  Wed, 01 Feb 2012 19:28:28 +0100
 +
 +xen (4.1.2-2) unstable; urgency=low
 +
 +  [ Jon Ludlam ]
 +  * Import (partially reworked) upstream changes for OCaml support.
 +    - Rename the ocamlfind packages.
 +    - Remove uuid and log libraries.
 +    - Fix 2 bit-twiddling bugs and an off-by-one
 +  * Fix build of OCaml libraries.
 +  * Add OCaml library and development package.
 +  * Include some missing headers.
 +
 + -- Bastian Blank <waldi at debian.org>  Sat, 10 Dec 2011 19:13:25 +0000
 +
 +xen (4.1.2-1) unstable; urgency=low
 +
 +  * New upstream release.
 +  * Build-depend on pkg-config.
 +  * Add package libxen-4.1. Includes some shared libs.
 +
 + -- Bastian Blank <waldi at debian.org>  Sat, 26 Nov 2011 18:28:06 +0100
 +
 +xen (4.1.1-3) unstable; urgency=low
 +
 +  [ Julien Danjou ]
 +  * Remove Julien Danjou from the Uploaders field. (closes: #590439)
 +
 +  [ Bastian Blank ]
 +  * Use current version of python. (closes: #646660)
 +  * Build-depend against liblzma-dev, it is used if available.
 +    (closes: #646694)
 +  * Update Standards-Version to 3.9.2. No changes.
 +  * Don't use brace-expansion in debhelper install files.
 +
 + -- Bastian Blank <waldi at debian.org>  Wed, 26 Oct 2011 14:42:33 +0200
 +
 +xen (4.1.1-2) unstable; urgency=low
 +
 +  * Fix hvmloader with gcc 4.6.
 +
 + -- Bastian Blank <waldi at debian.org>  Fri, 05 Aug 2011 23:58:36 +0200
 +
 +xen (4.1.1-1) unstable; urgency=low
 +
 +  * New upstream release.
 +  * Don't use qemu-dm if it is not needed. (Backport from xen-unstable.)
 +  * Use dh_python2.
 +
 + -- Bastian Blank <waldi at debian.org>  Mon, 18 Jul 2011 19:38:38 +0200
 +
 +xen (4.1.0-3) unstable; urgency=low
 +
 +  * Add ghostscript to build-deps.
 +  * Enable qemu-dm build.
 +    - Add qemu as another orig tar.
 +    - Remove blktap1, bluetooth and sdl support from qemu.
 +    - Recommend qemu-keymaps and qemu-utils.
 +
 + -- Bastian Blank <waldi at debian.org>  Thu, 28 Apr 2011 15:20:45 +0200
 +
 +xen (4.1.0-2) unstable; urgency=low
 +
 +  * Re-enable hvmloader:
 +    - Use packaged ipxe.
 +  * Workaround incompatibility with xenstored of Xen 4.0.
 +
 + -- Bastian Blank <waldi at debian.org>  Fri, 15 Apr 2011 11:38:25 +0200
 +
 +xen (4.1.0-1) unstable; urgency=low
 +
 +  * New upstream release.
 +
 + -- Bastian Blank <waldi at debian.org>  Sun, 27 Mar 2011 18:09:28 +0000
 +
 +xen (4.1.0~rc6-1) unstable; urgency=low
 +
 +  * New upstream release candidate.
 +  * Build documentation using pdflatex.
 +  * Use python 2.6. (closes: #596545)
 +  * Fix lintian override.
 +  * Install new tools: xl, xenpaging.
 +  * Enable blktap2.
 +    - Use own md5 implementation.
 +    - Fix includes.
 +    - Fix linking of blktap2 binaries.
 +    - Remove optimization setting.
 +  * Temporarily disable hvmloader, wants to download ipxe.
 +  * Remove xenstored pid check from xl.
 +
 + -- Bastian Blank <waldi at debian.org>  Thu, 17 Mar 2011 16:12:45 +0100
 +
 +xen (4.0.1-2) unstable; urgency=low
 +
 +  * Fix races in memory management.
 +  * Make sure that frame-table compression leaves enough alligned.
 +  * Disable XSAVE support. (closes: #595490)
 +  * Check for dying domain instead of raising an assertion.
 +  * Add C6 state with EOI errata for Intel.
 +  * Make some memory management interrupt safe. Unsure if really needed.
 +  * Raise bar for inter-socket migrations on mostly-idle systems.
 +  * Fix interrupt handling for legacy routed interrupts.
 +  * Allow to set maximal domain memory even during a running change.
 +  * Support new partition name in pygrub. (closes: #599243)
 +  * Fix some comparisions "< 0" that may be optimized away.
 +  * Check for MWAIT support before using it.
 +  * Fix endless loop on interrupts on Nehalem cpus.
 +  * Don't crash upon direct GDT/LDT access. (closes: #609531)
 +    CVE-2010-4255  
 +  * Don't loose timer ticks after domain restore.
 +  * Reserve some space for IOMMU area in dom0. (closes: #608715)
 +  * Fix hypercall arguments after trace callout.
 +  * Fix some error paths in vtd support. Memory leak.
 +  * Reinstate ACPI DMAR table.
 +
 + -- Bastian Blank <waldi at debian.org>  Wed, 12 Jan 2011 15:01:40 +0100
 +
 +xen (4.0.1-1) unstable; urgency=low
 +
 +  * New upstream release.
 +    - Fix IOAPIC S3 with interrupt remapping enabled.
 +
 + -- Bastian Blank <waldi at debian.org>  Fri, 03 Sep 2010 17:14:28 +0200
 +
 +xen (4.0.1~rc6-1) unstable; urgency=low
 +
 +  * New upstream release candidate.
 +    - Add some missing locks for page table walk.
 +    - Fix NMU injection into guest.
 +    - Fix ioapic updates for vt-d.
 +    - Add check for GRUB2 commandline behaviour.
 +    - Fix handling of invalid kernel images.
 +    - Allow usage of powernow.
 +  * Remove lowlevel python modules usage from pygrub. (closes: #588811)
 +
 + -- Bastian Blank <waldi at debian.org>  Tue, 17 Aug 2010 23:15:34 +0200
 +
 +xen (4.0.1~rc5-1) unstable; urgency=low
 +
 +  * New upstream release candidate.
 +
 + -- Bastian Blank <waldi at debian.org>  Mon, 02 Aug 2010 17:06:27 +0200
 +
 +xen (4.0.1~rc3-1) unstable; urgency=low
 +
 +  * New upstream release candidate.
 +  * Call dh_pyversion with the correct version.
 +  * Restart xen daemon on upgrade.
 +
 + -- Bastian Blank <waldi at debian.org>  Wed, 30 Jun 2010 16:30:47 +0200
 +
 +xen (4.0.0-2) unstable; urgency=low
 +
 +  * Fix python dependency. (closes: #586666)
 +    - Use python-support.
 +    - Hardcode to use python 2.5 for now.
 +
 + -- Bastian Blank <waldi at debian.org>  Mon, 21 Jun 2010 17:23:16 +0200
 +
 +xen (4.0.0-1) unstable; urgency=low
 +
 +  * Update to unstable.
 +  * Fix spelling in README.
 +  * Remove unnecessary build-depends.
 +  * Fixup xend to use different filename lookup.
 +
 + -- Bastian Blank <waldi at debian.org>  Thu, 17 Jun 2010 11:16:55 +0200
 +
 +xen (4.0.0-1~experimental.2) experimental; urgency=low
 +
 +  * Merge changes from 3.4.3-1.
 +
 + -- Bastian Blank <waldi at debian.org>  Fri, 28 May 2010 12:58:12 +0200
 +
 +xen (4.0.0-1~experimental.1) experimental; urgency=low
 +
 +  * New upstream version.
 +  * Rename source package to xen.
 +  * Build depend against iasl and uuid-dev.
 +  * Disable blktap2 support, it links against OpenSSL.
 +  * Update copyright file.
 +
 + -- Bastian Blank <waldi at debian.org>  Thu, 06 May 2010 15:47:38 +0200
 +
 +xen-3 (3.4.3-1) unstable; urgency=low
 +
 +  * New upstream version.
 +  * Disable blktap support, it is unusable with current kernels.
 +  * Disable libaio, was only used by blktap.
 +  * Drop device creation support. (closes: #583283)
 +
 + -- Bastian Blank <waldi at debian.org>  Fri, 28 May 2010 11:43:18 +0200
 +
 +xen-3 (3.4.3~rc6-1) unstable; urgency=low
 +
 +  * New upstream release candidate.
 +    - Relocate multiboot modules. (closes: #580045)
 +    - Support grub2 in pygrub. (closes: #573311)
 +
 + -- Bastian Blank <waldi at debian.org>  Sat, 08 May 2010 11:32:29 +0200
 +
 +xen-3 (3.4.3~rc3-2) unstable; urgency=low
 +
 +  * Again list the complete version in the hypervisor.
 +  * Fix path detection for bootloader, document it. (closes: #481105)
 +  * Rewrite README.
 +
 + -- Bastian Blank <waldi at debian.org>  Thu, 08 Apr 2010 16:14:58 +0200
 +
 +xen-3 (3.4.3~rc3-1) unstable; urgency=low
 +
 +  * New upstream release candidate.
 +  * Use 3.0 (quilt) source format.
 +  * Always use current python version.
 +
 + -- Bastian Blank <waldi at debian.org>  Mon, 01 Mar 2010 22:14:22 +0100
 +
 +xen-3 (3.4.2-2) unstable; urgency=low
 +
 +  * Remove Jeremy T. Bouse from uploaders.
 +  * Export blktap lib and headers.
 +  * Build amd64 hypervisor on i386. (closes: #366315)
 +
 + -- Bastian Blank <waldi at debian.org>  Sun, 22 Nov 2009 16:54:47 +0100
 +
 +xen-3 (3.4.2-1) unstable; urgency=low
 +
 +  * New upstream version.
 +  * Strip hvmloader by hand.
 +  * Remove extra license file from libxen-dev.
 +
 + -- Bastian Blank <waldi at debian.org>  Mon, 16 Nov 2009 20:57:07 +0100
 +
 +xen-3 (3.4.1-1) unstable; urgency=low
 +
 +  * New upstream version.
 +
 + -- Bastian Blank <waldi at debian.org>  Fri, 21 Aug 2009 21:34:38 +0200
 +
 +xen-3 (3.4.0-2) unstable; urgency=low
 +
 +  * Add symbols file for libxenstore3.0. (closes: #536173)
 +  * Document that ioemu is currently unsupported. (closes: #536175)
 +  * Fix location of fsimage plugins. (closes: #536174)
 +
 + -- Bastian Blank <waldi at debian.org>  Sat, 18 Jul 2009 18:05:35 +0200
 +
 +xen-3 (3.4.0-1) unstable; urgency=low
 +
 +  [ Bastian Blank ]
 +  * New upstream version.
 +  * Remove ioemu for now. (closes: #490409, #496367)
 +  * Remove non-pae hypervisor.
 +  * Use debhelper compat level 7.
 +  * Make the init script start all daemons.
 +
 + -- Bastian Blank <waldi at debian.org>  Tue, 30 Jun 2009 22:33:22 +0200
 +
 +xen-3 (3.2.1-2) unstable; urgency=low
 +
 +  * Use e2fslibs based ext2 support for pygrub. (closes: #476366)
 +  * Fix missing checks in pvfb code.
 +    See CVE-2008-1952. (closes: #487095)
 +  * Add support for loading bzImage files. (closes: #474509)
 +  * Enable TLS support in ioemu code.
 +  * Drop libcrypto usage because of GPL-incompatibility.
 +  * Remove AES code from blktap drivers. Considered broken.
 +
 + -- Bastian Blank <waldi at debian.org>  Sat, 28 Jun 2008 11:30:43 +0200
 +
 +xen-3 (3.2.1-1) unstable; urgency=low
 +
 +  * New upstream version.
 +  * Set rpath relative to ${ORIGIN}.
 +  * Add lintian override to xen-utils package.
 +
 + -- Bastian Blank <waldi at debian.org>  Thu, 22 May 2008 14:01:47 +0200
 +
 +xen-3 (3.2.0-5) unstable; urgency=low
 +
 +  * Provide correct directory to dh_pycentral.
 +
 + -- Bastian Blank <waldi at debian.org>  Mon, 14 Apr 2008 21:43:49 +0200
 +
 +xen-3 (3.2.0-4) unstable; urgency=low
 +
 +  * Pull in newer xen-utils-common.
 +  * Fix missing size checks in the ioemu block driver. (closes: #469654)
 +    See: CVE-2008-0928
 +
 + -- Bastian Blank <waldi at debian.org>  Fri, 07 Mar 2008 14:21:38 +0100
 +
 +xen-3 (3.2.0-3) unstable; urgency=low
 +
 +  * Clean environment for build.
 +  * Add packages libxenstore3.0 and xenstore-utils.
 +  * Move docs package in docs section to match overwrites.
 +  * Make the hypervisor only recommend the utils.
 +  * Cleanup installation. (closes: #462989)
 +
 + -- Bastian Blank <waldi at debian.org>  Tue, 12 Feb 2008 12:40:56 +0000
 +
 +xen-3 (3.2.0-2) unstable; urgency=low
 +
 +  * Fix broken patch. (closes: #462522)
 +
 + -- Bastian Blank <waldi at debian.org>  Sat, 26 Jan 2008 17:21:52 +0000
 +
 +xen-3 (3.2.0-1) unstable; urgency=low
 +
 +  * New upstream version.
 +  * Add package libxen-dev. Including public headers and static libs.
 +    (closes: #402249)
 +  * Don't longer install xenfb, removed upstream.
 +
 + -- Bastian Blank <waldi at debian.org>  Tue, 22 Jan 2008 12:51:49 +0000
 +
 +xen-3 (3.1.2-2) unstable; urgency=low
 +
 +  * Add missing rpath definitions.
 +  * Fix building of pae version.
 +
 + -- Bastian Blank <waldi at debian.org>  Sat, 08 Dec 2007 12:07:42 +0000
 +
 +xen-3 (3.1.2-1) unstable; urgency=high
 +
 +  * New upstream release:
 +    - Move shared file into /var/run. (closes: #447795)
 +      See CVE-2007-3919.
 +    - x86: Fix various problems with debug-register handling. (closes: #451626)
 +      See CVE-2007-5906.
 +
 + -- Bastian Blank <waldi at debian.org>  Sat, 24 Nov 2007 13:24:45 +0000
 +
 +xen-3 (3.1.1-1) unstable; urgency=low
 +
 +  * New upstream release:
 +    - Don't use exec with untrusted values in pygrub. (closes: #444430)
 +      See CVE-2007-4993.
 +
 + -- Bastian Blank <waldi at debian.org>  Fri, 19 Oct 2007 16:02:37 +0000
 +
 +xen-3 (3.1.0-2) unstable; urgency=low
 +
 +  * Switch to texlive for documentation.
 +  * Drop unused transfig.
 +  * Drop unused latex features from documentation.
 +  * Build depend against gcc-multilib for amd64. (closes: #439662)
 +
 + -- Bastian Blank <waldi at debian.org>  Fri, 31 Aug 2007 08:15:50 +0000
 +
 +xen-3 (3.1.0-1) unstable; urgency=low
 +
 +  [ Julien Danjou ]
 +  * New upstream version.
 +
 +  [ Ralph Passgang ]
 +  * Added graphviz to Build-Indeps
 +
 +  [ Bastian Blank ]
 +  * Upstream removed one part of the version. Do it also.
 +  * Merge utils packages.
 +  * Install blktap support.
 +  * Install pygrub.
 +  * Install xenfb tools.
 +  * xenconsoled startup is racy, wait a little bit.
 +
 + -- Bastian Blank <waldi at debian.org>  Mon, 20 Aug 2007 15:05:08 +0000
 +
 +xen-3.0 (3.0.4-1-1) unstable; urgency=low
 +
 +  [ Bastian Blank ]
 +  * New upstream version (closes: #394411)
 +
 +  [ Guido Trotter ]
 +  * Actually try to build and release xen 3.0.4
 +  * Update build dependencies
 +
 + -- Guido Trotter <ultrotter at debian.org>  Wed, 23 May 2007 11:57:29 +0100
 +
 +xen-3.0 (3.0.3-0-2) unstable; urgency=medium
 +
 +  [Bastian Blank]
 +  * Remove device recreate code.
 +  * Remove build dependency on linux-support-X
 +
 +  [ Guido Trotter ]
 +  * Add missing build dependency on zlib1g-dev (closes: #396557)
 +  * Add missing build dependencies on libncurses5-dev and x11proto-core-dev
 +    (closes: #396561, #396567)
 +
 + -- Guido Trotter <ultrotter at debian.org>  Thu,  2 Nov 2006 16:38:02 +0000
 +
 +xen-3.0 (3.0.3-0-1) unstable; urgency=low
 +
 +  * New upstream version.
 +
 + -- Bastian Blank <waldi at debian.org>  Fri, 20 Oct 2006 11:04:35 +0000
 +
 +xen-3.0 (3.0.3~rc4+hg11760-1) unstable; urgency=low
 +
 +  * New upstream snapshot.
 +  * Ignore update-grub errors. (closes: #392534)
 +
 + -- Bastian Blank <waldi at debian.org>  Sat, 14 Oct 2006 13:09:53 +0000
 +
 +xen-3.0 (3.0.3~rc1+hg11686-1) unstable; urgency=low
 +
 +  * New upstream snapshot.
 +  * Rename ioemu package to include the complete version.
 +  * Fix name of hypervisor. (closes: #391771)
 +
 + -- Bastian Blank <waldi at debian.org>  Mon,  9 Oct 2006 12:48:13 +0000
 +
 +xen-3.0 (3.0.2-3+hg9762-1) unstable; urgency=low
 +
 +  * New upstream snapshot.
 +  * Rename hypervisor and utils packages to include the complete version.
 +  * Redo build environment.
 +
 + -- Bastian Blank <waldi at debian.org>  Mon,  4 Sep 2006 18:43:12 +0000
 +
 +xen-3.0 (3.0.2+hg9697-2) unstable; urgency=low
 +
 +  [ Guido Trotter ]
 +  * Update xen-utils' README.Debian (closes: #372524)
 +
 +  [ Bastian Blank ]
 +  * Adopt new python policy. (closes: #380990)
 +  * Add patch to make new kernels working on the hypervisor.
 +
 + -- Bastian Blank <waldi at debian.org>  Tue, 15 Aug 2006 19:20:08 +0000
 +
 +xen-3.0 (3.0.2+hg9697-1) unstable; urgency=low
 +
 +  [ Guido Trotter ]
 +  * Update Standards Version
 +  * Merge upstream fixes trunk (upstream 3.0.2-3 + a couple of fixes)
 +
 +  [ Bastian Blank ]
 +  * Add xen-ioemu-3.0 package to support HVM guests (closes: #368496)
 +
 + -- Guido Trotter <ultrotter at debian.org>  Wed, 31 May 2006 10:50:05 +0200
 +
 +xen-3.0 (3.0.2+hg9681-1) unstable; urgency=low
 +
 +  * Update xen-hypervisor-3.0-i386 and xen-hypervisor-3.0-i386-pae
 +    descriptions, specifying what the difference between the two packages is
 +    (closes: #366019)
 +  * Merge upstream fixes trunk
 +
 + -- Guido Trotter <ultrotter at debian.org>  Thu, 18 May 2006 15:25:02 +0200
 +
 +xen-3.0 (3.0.2+hg9656-1) unstable; urgency=low
 +
 +  * Merge upstream fixes trunk
 +    - This includes a fix for CVE-2006-1056
 +
 + -- Guido Trotter <ultrotter at debian.org>  Thu, 27 Apr 2006 17:34:03 +0200
 +
 +xen-3.0 (3.0.2+hg9651-1) unstable; urgency=low
 +
 +  * Merge upstream fixes trunk
 +  * Fix PAE disabled in pae build (Closes: #364875) 
 +
 + -- Julien Danjou <acid at debian.org>  Wed, 26 Apr 2006 13:19:39 +0200
 +
 +xen-3.0 (3.0.2+hg9646-1) unstable; urgency=low
 +
 +  [ Guido Trotter ]
 +  * Merge upstream fixes trunk
 +
 +  [ Bastian Blank ]
 +  * debian/patches/libdir.dpatch: Update to make xm save work
 +
 + -- Julien Danjou <acid at debian.org>  Mon, 24 Apr 2006 18:02:07 +0200
 +
 +xen-3.0 (3.0.2+hg9611-1) unstable; urgency=low
 +
 +  * Merge upstream bug fixes
 +  * Fix bug with xend init.d script
 +
 + -- Julien Danjou <acid at debian.org>  Wed, 12 Apr 2006 17:35:35 +0200
 +
 +xen-3.0 (3.0.2+hg9598-1) unstable; urgency=low
 +
 +  * New upstream release
 +  * Fix copyright file
 +
 + -- Julien Danjou <acid at debian.org>  Mon, 10 Apr 2006 17:02:55 +0200
 +
 +xen-3.0 (3.0.1+hg8762-1) unstable; urgency=low
 +
 +  * The "preserve our homes" release
 +  * Now cooperatively maintained by the Debian Xen Team
 +  * New upstream release (closes: #327493, #342249)
 +  * Build depend on transfig (closes: #321157)
 +  * Use gcc rather than gcc-3.4 to compile (closes: #323698)
 +  * Split xen-hypervisor-3.0 and xen-utils-3.0
 +  * Build both normal and pae hypervisor packages
 +  * Change maintainer and add uploaders field
 +  * Add force-reload support for init script xendomains
 +  * Remove dependency against bash
 +  * Bump standards version to 3.6.2.2
 +  * xen-utils-3.0 conflicts and replaces xen
 +  * Add dpatch structure to the package
 +  * Remove build-dependency on gcc (it's build essential anyway)
 +  * Make SrvServer.py not executable
 +  * Create NEWS.Debian file with important upgrade notices
 +  * Update copyright file
 +  * Remove the linux-patch-xen package
 +  * Removed useless build-dependencies: libncurses5-dev, wget
 +  * Changed xendomains config path to /etc/default
 +  * xen-utils-3.0 now provides xen-utils and xen-hypervisor-3.0-i386 &
 +    xen-hypervisor-3.0-i386-pae & xen-hypervizor-amd64 now provide
 +    xen-hypervisor
 +  * Made xen-utils-3.0.postinst more fault-tolerant, so that upgrading
 +    xen2 -> xen3 don't fail because of a running xen2 hypervisor
 +  * Updated the "Replaces & Conflicts"
 +  * Install only and correctly udev files
 +  * Compile date is no more in current locale
 +  * Add patch which add the debian version and maintainer in the version
 +    string and removes the banner.
 +  * Don't install unusable cruft in xen-utils
 +  * Remove libxen packages (no stable API/ABI)
 +
 + -- Julien Danjou <acid at debian.org>  Wed,  5 Apr 2006 16:05:07 +0200
 +
 +xen (2.0.6-1) unstable; urgency=low
 +
 +  * Patches applied upstream: non-xen-init-exit.patch, add-build.patch,
 +    python-install.patch, disable-html-docs.patch.
 +  * New upstream released.  Closes: #311336.
 +  * Remove comparison to UML from xen short description.  Closes: #317066.
 +  * Make packages conflicts with 1.2 doc debs.  Closes: #304285.
 +  * Add iproute to xen depends, as it uses /bin/ip.  Closes: #300488,
 +    #317468.
 +
 + -- Adam Heath <doogie at brainfood.com>  Wed, 06 Jul 2005 12:35:50 -0500
 +
 +xen (2.0.5-3) experimental; urgency=low
 +
 +  * Change priority/section to match the overrides file.
 +
 + -- Adam Heath <doogie at brainfood.com>  Fri, 18 Mar 2005 12:43:50 -0600
 +
 +xen (2.0.5-2) experimental; urgency=low
 +
 +  * Mike McCallister <mike+debian at metalogue.com>,
 +    Tommi Virtanen <tv at debian.org>, Tom Hibbert <tom at nsp.co.nz>:
 +    Fix missing '.' in update-rc.d call in xen.postinst.  Closes: #299384
 +
 + -- Adam Heath <doogie at brainfood.com>  Fri, 18 Mar 2005 11:39:56 -0600
 +
 +xen (2.0.5-1) experimental; urgency=low
 +
 +  * New upstream.
 +  * Remove pic-lib.patch, tools-misc-TARGETS.patch, and clean-mttr.patch
 +    as they have been applied upstream(in various forms).
 +  * xend now starts at priority 20, stops at 21, while xendomains starts
 +    at 21, and stops at 20.
 +
 + -- Adam Heath <doogie at brainfood.com>  Fri, 11 Mar 2005 14:33:33 -0600
 +
 +xen (2.0.4-4) experimental; urgency=low
 +
 +  * Bah, major booboo.  Add /boot to debian/xen.install, so xen.gz will
 +    get shipped.  Reported by Clint Adams <schizo at debian.org>.
 +
 + -- Adam Heath <doogie at brainfood.com>  Tue, 15 Feb 2005 13:00:57 -0600
 +
 +xen (2.0.4-3) experimental; urgency=low
 +
 +  * Fix file overlap(/usr/share/doc/xen/examples/*) between xen and
 +    xen-docs.  Reported by Tupshin Harper <tupshin at tupshin.com>.
 +
 + -- Adam Heath <doogie at brainfood.com>  Sun, 06 Feb 2005 01:22:45 -0600
 +
 +xen (2.0.4-2) experimental; urgency=low
 +
 +  * Fix kernel patch generation.  It was broken when I integrated with
 +    debian's kernel source.  I used a symlink, and diff doesn't follow
 +    those.
 +
 + -- Adam Heath <doogie at brainfood.com>  Sat, 05 Feb 2005 18:16:35 -0600
 +
 +xen (2.0.4-1) experimental; urgency=low
 +
 +  * New upstream.
 +  * xen.deb can now install on a plain kernel; that is, the init scripts
 +    exit successfully if /proc/xen/privcmd doesn't exist.  This allows
 +    for dual-boot setups.
 +  * Manpages do not yet exist xend, xenperf, xensv, xfrd, nor xm.  xend
 +    xfrd are daemons, and take little if any options.  I've not had a need
 +    to use xenperf nor xensv yet.  xm has nice built in help(xm help).
 +  * Upstream now requires either linux 2.4.29, or 2.6.10.  Since 2.4.29 is
 +    not yet in debian, disable the 2.4 patch generation.  Closes: #271245.
 +  * Not certain how the kernel-patch-xen was empty.  It's not now, with
 +    the repackaging.  Closes: #272299.
 +  * Xen no longer produces kernel images, so problems about missing features
 +    are no longer valid.  Closes: #253924.
 +  * Acknowledge nmu bugs:
 +    * No longer build-depend on gcc 3.3, as the default gcc works. Closes:
 +      #243048.
 +
 + -- Adam Heath <doogie at brainfood.com>  Sat, 05 Feb 2005 18:04:27 -0600
 +
 +xen (2.0.3-0.1) unstable; urgency=low
 +
 +  * Changes from Tommi Virtanen:
 +    * Added dh-kpatches and libcurl3-dev to Build-Depends.
 +    * Add /etc/xen/sv/params.py and /etc/xen/xend/params.py.
 +    * Add xmexample1 and xmexample2 to xen/doc/examples.
 +
 + -- Adam Heath <doogie at brainfood.com>  Wed, 26 Jan 2005 10:55:07 -0600
 +
 +xen (2.0.3-0) unstable; urgency=low
 +
 +  * New upstream.  Closes: #280733.
 +  * Repackaged from scratch.
 +  * Using unreleased patch management system.  See debian/README.build.
 +    * After extracting the .dsc, there are no special steps needed
 +    * Those wanting to change the source, use the normal procedures for
 +      any package, including using interdiff(or other tool) to send a
 +      patch to me or the bts.
 +  * No longer try to do anything fancy with regard to the layout of the
 +    built kernels.  Now, only patches are distributed.  Please make use of
 +    the xen support in kernel-package.
 +  * Early preview release to #debian-devel.
 +
 + -- Adam Heath <doogie at brainfood.com>  Tue, 25 Jan 2005 13:24:54 -0600
 +
 +xen (1.2-4.1) unstable; urgency=high
 +
 +  * NMU
 +  * Remove gcc-3.2 from Build-Depends as isn't used during build
 +    (Closes: #243048)
 +
 + -- Frank Lichtenheld <djpig at debian.org>  Sat, 21 Aug 2004 17:42:28 +0200
 +
 +xen (1.2-4) unstable; urgency=low
 +
 +  * Added xen-docs.README.Debian, which explains the kernel image layout,
 +    and contains references on the locations differ from what is mentioned
 +    by the upstream documentation.  Closes: #230345.
 +
 + -- Adam Heath <doogie at brainfood.com>  Fri, 26 Mar 2004 17:36:41 -0600
 +
 +xen (1.2-3) unstable; urgency=low
 +
 +  * Add kernel-source-2.4.25 and kernel-patch-debian-2.4.25 to
 +    Build-Depends-Indep.
 +
 + -- Adam Heath <doogie at brainfood.com>  Tue, 23 Mar 2004 20:14:39 -0600
 +
 +xen (1.2-2) unstable; urgency=low
 +
 +  * xen: moved /boot/xen.gz to /usr/lib/kernels/xen-i386/images/vmlinuz
 +  * kernel-image, kernel-modules: swapped i386/xeno to xeno/i386 in
 +    /usr/lib/kernels.
 +  * Add kernel-patch-nfs-swap deb.
 +  * Apply additional patches to kernel-image-xen:
 +    * nfs-group
 +    * nfs-swap
 +
 + -- Adam Heath <doogie at brainfood.com>  Thu, 04 Mar 2004 12:47:47 -0600
 +
 +xen (1.2-1) unstable; urgency=low
 +
 +  * Initial version.
 +
 + -- Adam Heath <doogie at brainfood.com>  Tue, 02 Mar 2004 13:21:52 -0600
diff --cc debian/patches/config-prefix.diff
index a24b4a8,0000000..7ce99e7
mode 100644,000000..100644
--- a/debian/patches/config-prefix.diff
+++ b/debian/patches/config-prefix.diff
@@@ -1,47 -1,0 +1,47 @@@
- From 91aca1c82d48c8226faa72e0a6f16cef25bbe130 Mon Sep 17 00:00:00 2001
++From e36cf5d946d4b1422c3f00450089395c8c70fdb5 Mon Sep 17 00:00:00 2001
 +From: Bastian Blank <waldi at debian.org>
 +Date: Sat, 5 Jul 2014 11:46:45 +0200
 +Subject: config-prefix.diff
 +
 +Patch-Name: config-prefix.diff
 +---
 + Config.mk          | 2 +-
 + config/Paths.mk.in | 5 +++--
 + 2 files changed, 4 insertions(+), 3 deletions(-)
 +
 +diff --git a/Config.mk b/Config.mk
- index 7288326..68775d4 100644
++index b9a89a1..a604aca 100644
 +--- a/Config.mk
 ++++ b/Config.mk
 +@@ -75,7 +75,7 @@ EXTRA_LIB += $(EXTRA_PREFIX)/lib
 + endif
 + 
 + PYTHON      ?= python
 +-PYTHON_PREFIX_ARG ?= --prefix="$(PREFIX)"
 ++PYTHON_PREFIX_ARG ?= --home="$(LIBEXEC)"
 + # The above requires that PREFIX contains *no spaces*. This variable is here
 + # to permit the user to set PYTHON_PREFIX_ARG to '' to workaround this bug:
 + #  https://bugs.launchpad.net/ubuntu/+bug/362570
 +diff --git a/config/Paths.mk.in b/config/Paths.mk.in
 +index fe10f76..c3b9200 100644
 +--- a/config/Paths.mk.in
 ++++ b/config/Paths.mk.in
 +@@ -13,6 +13,7 @@
 + # http://wiki.xen.org/wiki/Category:Host_Configuration#System_wide_xen_configuration
 + 
 + PACKAGE_TARNAME          := @PACKAGE_TARNAME@
 ++PACKAGE_VERSION          := @PACKAGE_VERSION@
 + prefix                   := @prefix@
 + bindir                   := @bindir@
 + sbindir                  := @sbindir@
 +@@ -33,8 +34,8 @@ PREFIX                   := $(prefix)
 + 
 + SBINDIR                  := $(sbindir)
 + BINDIR                   := $(bindir)
 +-LIBEXEC                  := $(libexecdir)/$(PACKAGE_TARNAME)
 +-LIBEXEC_BIN              := @LIBEXEC_BIN@
 ++LIBEXEC                  := $(libexecdir)/$(PACKAGE_TARNAME)-$(PACKAGE_VERSION)
 ++LIBEXEC_BIN              := $(LIBEXEC)/bin
 + LIBEXEC_LIB              := $(LIBEXEC)/lib
 + LIBEXEC_INC              := $(LIBEXEC)/include
 + 
diff --cc debian/patches/tools-blktap2-prefix.diff
index d809e49,0000000..e967927
mode 100644,000000..100644
--- a/debian/patches/tools-blktap2-prefix.diff
+++ b/debian/patches/tools-blktap2-prefix.diff
@@@ -1,154 -1,0 +1,154 @@@
- From 37a1cad3e6ea62e26352f264432dd89f19d253b6 Mon Sep 17 00:00:00 2001
++From 6c4f6b7cf74c6a5f93b894096e8042c8bb64a64c Mon Sep 17 00:00:00 2001
 +From: Bastian Blank <waldi at debian.org>
 +Date: Sat, 5 Jul 2014 11:46:53 +0200
 +Subject: tools-blktap2-prefix.diff
 +
 +Patch-Name: tools-blktap2-prefix.diff
 +---
 + tools/blktap2/control/Makefile | 26 ++++++++------------------
 + tools/blktap2/vhd/Makefile     |  1 +
 + tools/blktap2/vhd/lib/Makefile | 29 +++++++++--------------------
 + 3 files changed, 18 insertions(+), 38 deletions(-)
 +
 +diff --git a/tools/blktap2/control/Makefile b/tools/blktap2/control/Makefile
 +index a88ff4c..d2615d9 100644
 +--- a/tools/blktap2/control/Makefile
 ++++ b/tools/blktap2/control/Makefile
 +@@ -1,10 +1,7 @@
 + XEN_ROOT := $(CURDIR)/../../../
 + include $(XEN_ROOT)/tools/Rules.mk
 + 
 +-MAJOR              = 1.0
 +-MINOR              = 0
 + LIBNAME            = libblktapctl
 +-LIBSONAME          = $(LIBNAME).so.$(MAJOR)
 + 
 + IBIN               = tap-ctl
 + 
 +@@ -38,39 +35,32 @@ OBJS = $(CTL_OBJS) tap-ctl.o
 + PICS = $(CTL_PICS)
 + 
 + LIB_STATIC = $(LIBNAME).a
 +-LIB_SHARED = $(LIBSONAME).$(MINOR)
 ++LIB_SHARED = $(LIBNAME).so
 + IBIN = tap-ctl
 + 
 + all: build
 + 
 + build: $(IBIN) $(LIB_STATIC) $(LIB_SHARED)
 + 
 +-$(LIBNAME).so: $(LIBSONAME)
 +-	ln -sf $< $@
 +-
 +-$(LIBSONAME): $(LIB_SHARED)
 +-	ln -sf $< $@
 +-
 + tap-ctl: tap-ctl.o $(LIBNAME).so
 +-	$(CC) $(LDFLAGS) -o $@ $^ $(APPEND_LDFLAGS)
 ++	$(CC) $(LDFLAGS) $(call LDFLAGS_RPATH,../lib) -o $@ $^ $(APPEND_LDFLAGS)
 + 
 + $(LIB_STATIC): $(CTL_OBJS)
 + 	$(AR) r $@ $^
 + 
 + $(LIB_SHARED): $(CTL_PICS)
 +-	$(CC) $(LDFLAGS) -fPIC  -Wl,$(SONAME_LDFLAG) -Wl,$(LIBSONAME) $(SHLIB_LDFLAGS) -rdynamic $^ -o $@  $(APPEND_LDFLAGS)
 ++	$(CC) $(LDFLAGS) -fPIC $(SHLIB_LDFLAGS) -rdynamic $^ -o $@ $(APPEND_LDFLAGS)
 + 
 + install: $(IBIN) $(LIB_STATIC) $(LIB_SHARED)
 +-	$(INSTALL_DIR) -p $(DESTDIR)$(SBINDIR)
 +-	$(INSTALL_PROG) $(IBIN) $(DESTDIR)$(SBINDIR)
 ++	$(INSTALL_DIR) -p $(DESTDIR)$(LIBDIR)
 ++	$(INSTALL_DIR) -p $(DESTDIR)$(LIBEXEC_BIN)
 ++	$(INSTALL_DIR) -p $(DESTDIR)$(LIBEXEC_LIB)
 ++	$(INSTALL_PROG) $(IBIN) $(DESTDIR)$(LIBEXEC_BIN)
 + 	$(INSTALL_DATA) $(LIB_STATIC) $(DESTDIR)$(LIBDIR)
 +-	$(INSTALL_PROG) $(LIB_SHARED) $(DESTDIR)$(LIBDIR)
 +-	ln -sf $(LIBSONAME) $(DESTDIR)$(LIBDIR)/$(LIBNAME).so
 +-	ln -sf $(LIB_SHARED) $(DESTDIR)$(LIBDIR)/$(LIBSONAME)
 ++	$(INSTALL_PROG) $(LIB_SHARED) $(DESTDIR)$(LIBEXEC_LIB)
 + 
 + clean:
 + 	rm -f $(OBJS) $(PICS) $(DEPS) $(IBIN) $(LIB_STATIC) $(LIB_SHARED)
 +-	rm -f $(LIBNAME).so $(LIBSONAME)
 + 	rm -f *~
 + 
 + .PHONY: all build clean install
 +diff --git a/tools/blktap2/vhd/Makefile b/tools/blktap2/vhd/Makefile
 +index fef0d36..cf8b639 100644
 +--- a/tools/blktap2/vhd/Makefile
 ++++ b/tools/blktap2/vhd/Makefile
 +@@ -12,6 +12,7 @@ CFLAGS            += -Werror
 + CFLAGS            += -Wno-unused
 + CFLAGS            += -I../include
 + CFLAGS            += -D_GNU_SOURCE
 ++CFLAGS  += $(CFLAGS_libxenctrl)
 + 
 + ifeq ($(CONFIG_X86_64),y)
 + CFLAGS            += -fPIC
 +diff --git a/tools/blktap2/vhd/lib/Makefile b/tools/blktap2/vhd/lib/Makefile
 +index 99e3cdb..45fac4f 100644
 +--- a/tools/blktap2/vhd/lib/Makefile
 ++++ b/tools/blktap2/vhd/lib/Makefile
 +@@ -2,25 +2,19 @@ XEN_ROOT=$(CURDIR)/../../../..
 + BLKTAP_ROOT := ../..
 + include $(XEN_ROOT)/tools/Rules.mk
 + 
 +-LIBVHD-MAJOR     = 1.0
 +-LIBVHD-MINOR     = 0
 +-LIBVHD-SONAME    = libvhd.so.$(LIBVHD-MAJOR)
 +-
 + LVM-UTIL-OBJ    := $(BLKTAP_ROOT)/lvm/lvm-util.o
 + 
 +-LIBVHD-BUILD    := libvhd.a
 +-
 +-INST-DIR         = $(LIBDIR)
 +-
 + CFLAGS          += -Werror
 + CFLAGS          += -Wno-unused
 + CFLAGS          += -I../../include
 + CFLAGS          += -D_GNU_SOURCE
 + CFLAGS          += -fPIC
 ++CFLAGS		+= $(CFLAGS_libxenctrl)
 + 
 + ifeq ($(CONFIG_Linux),y)
 + LIBS            := -luuid
 + endif
 ++LDFLAGS += $(LDFLAGS_libxenctrl) $(call LDFLAGS_RPATH)
 + 
 + ifeq ($(CONFIG_LIBICONV),y)
 + LIBS            += -liconv
 +@@ -50,27 +44,22 @@ LIB-OBJS        += $(LVM-UTIL-OBJ)
 + 
 + LIB-PICOBJS      = $(patsubst %.o,%.opic,$(LIB-OBJS))
 + 
 +-LIBVHD           = libvhd.a libvhd.so.$(LIBVHD-MAJOR).$(LIBVHD-MINOR)
 ++LIBVHD           = libvhd.a libvhd.so
 + 
 + all: build
 + 
 +-build: libvhd.a libvhd.so.$(LIBVHD-MAJOR).$(LIBVHD-MINOR)
 ++build: libvhd.a libvhd.so
 + 
 + libvhd.a: $(LIB-OBJS)
 + 	$(AR) rc $@ $^
 + 
 +-libvhd.so.$(LIBVHD-MAJOR).$(LIBVHD-MINOR): $(LIB-PICOBJS)
 +-	$(CC) -Wl,$(SONAME_LDFLAG),$(LIBVHD-SONAME) $(SHLIB_LDFLAGS) \
 +-		$(LDFLAGS) -o libvhd.so.$(LIBVHD-MAJOR).$(LIBVHD-MINOR) $^ $(LIBS)
 +-	ln -sf libvhd.so.$(LIBVHD-MAJOR).$(LIBVHD-MINOR) libvhd.so.$(LIBVHD-MAJOR)
 +-	ln -sf libvhd.so.$(LIBVHD-MAJOR) libvhd.so
 ++libvhd.so: $(LIB-PICOBJS)
 ++	$(CC) $(SHLIB_LDFLAGS) $(LDFLAGS) -o libvhd.so $^ $(LIBS)
 + 
 + install: all
 +-	$(INSTALL_DIR) -p $(DESTDIR)$(INST-DIR)
 +-	$(INSTALL_DATA) libvhd.a $(DESTDIR)$(INST-DIR)
 +-	$(INSTALL_PROG) libvhd.so.$(LIBVHD-MAJOR).$(LIBVHD-MINOR) $(DESTDIR)$(INST-DIR)
 +-	ln -sf libvhd.so.$(LIBVHD-MAJOR).$(LIBVHD-MINOR) $(DESTDIR)$(INST-DIR)/libvhd.so.$(LIBVHD-MAJOR)
 +-	ln -sf libvhd.so.$(LIBVHD-MAJOR) $(DESTDIR)$(INST-DIR)/libvhd.so
 ++	$(INSTALL_DIR) -p $(DESTDIR)$(LIBDIR)
 ++	$(INSTALL_DATA) libvhd.a $(DESTDIR)$(LIBDIR)
 ++	$(INSTALL_PROG) libvhd.so $(DESTDIR)$(LIBDIR)
 + 
 + clean:
 + 	rm -rf *.a *.so* *.o *.opic *~ $(DEPS) $(LIBVHD)
diff --cc debian/patches/tools-console-prefix.diff
index b8cd0fb,0000000..7d630f0
mode 100644,000000..100644
--- a/debian/patches/tools-console-prefix.diff
+++ b/debian/patches/tools-console-prefix.diff
@@@ -1,33 -1,0 +1,33 @@@
- From db197353e29273c49d85fa56e481234b19cdc15e Mon Sep 17 00:00:00 2001
++From c1f19a09aa4d7abc0331fd15265a3e47a7e5f80c Mon Sep 17 00:00:00 2001
 +From: Bastian Blank <waldi at debian.org>
 +Date: Sat, 5 Jul 2014 11:46:54 +0200
 +Subject: tools-console-prefix.diff
 +
 +Patch-Name: tools-console-prefix.diff
 +---
 + tools/console/Makefile | 5 ++---
 + 1 file changed, 2 insertions(+), 3 deletions(-)
 +
 +diff --git a/tools/console/Makefile b/tools/console/Makefile
 +index 6e55618..3e96550 100644
 +--- a/tools/console/Makefile
 ++++ b/tools/console/Makefile
 +@@ -8,6 +8,7 @@ CFLAGS  += $(CFLAGS_libxenstore)
 + LDLIBS += $(LDLIBS_libxenctrl)
 + LDLIBS += $(LDLIBS_libxenstore)
 + LDLIBS += $(SOCKET_LIBS)
 ++LDFLAGS += $(call LDFLAGS_RPATH,../lib)
 + 
 + LDLIBS_xenconsoled += $(UTIL_LIBS)
 + LDLIBS_xenconsoled += -lrt
 +@@ -30,9 +31,7 @@ xenconsole: $(patsubst %.c,%.o,$(wildcard client/*.c))
 + 
 + .PHONY: install
 + install: $(BIN)
 +-	$(INSTALL_DIR) $(DESTDIR)/$(SBINDIR)
 +-	$(INSTALL_PROG) xenconsoled $(DESTDIR)/$(SBINDIR)
 + 	$(INSTALL_DIR) $(DESTDIR)$(LIBEXEC_BIN)
 +-	$(INSTALL_PROG) xenconsole $(DESTDIR)$(LIBEXEC_BIN)
 ++	$(INSTALL_PROG) xenconsole xenconsoled $(DESTDIR)$(LIBEXEC_BIN)
 + 
 + -include $(DEPS)
diff --cc debian/patches/tools-hotplug-udevrules.diff
index 230f035,0000000..dfacce8
mode 100644,000000..100644
--- a/debian/patches/tools-hotplug-udevrules.diff
+++ b/debian/patches/tools-hotplug-udevrules.diff
@@@ -1,28 -1,0 +1,28 @@@
- From eac8e33bee46b85224b8a1a57bd7021d8a8cee7f Mon Sep 17 00:00:00 2001
++From 8e35a9d2b74f0400c4d5999520cb5fb4700c9ac7 Mon Sep 17 00:00:00 2001
 +From: Bastian Blank <waldi at debian.org>
 +Date: Sat, 5 Jul 2014 11:47:32 +0200
 +Subject: tools-hotplug-udevrules.diff
 +
 +Patch-Name: tools-hotplug-udevrules.diff
 +---
 + tools/hotplug/Linux/xen-backend.rules.in | 9 ++-------
 + 1 file changed, 2 insertions(+), 7 deletions(-)
 +
 +diff --git a/tools/hotplug/Linux/xen-backend.rules.in b/tools/hotplug/Linux/xen-backend.rules.in
 +index 7d2f914..87dacf9 100644
 +--- a/tools/hotplug/Linux/xen-backend.rules.in
 ++++ b/tools/hotplug/Linux/xen-backend.rules.in
 +@@ -5,11 +5,6 @@ SUBSYSTEM=="xen-backend", KERNEL=="vif-*", ENV{UDEV_CALL}="1", ACTION=="online",
 + SUBSYSTEM=="xen-backend", KERNEL=="vif-*", ENV{UDEV_CALL}="1", ACTION=="offline", RUN+="@XEN_SCRIPT_DIR@/vif-setup offline type_if=vif"
 + SUBSYSTEM=="xen-backend", KERNEL=="vscsi*", RUN+="@XEN_SCRIPT_DIR@/vscsi $env{ACTION}"
 + SUBSYSTEM=="xen-backend", ACTION=="remove", ENV{UDEV_CALL}="1", RUN+="@XEN_SCRIPT_DIR@/xen-hotplug-cleanup"
 +-KERNEL=="evtchn", NAME="xen/%k"
 +-SUBSYSTEM=="xen", KERNEL=="blktap[0-9]*", NAME="xen/%k", MODE="0600"
 +-SUBSYSTEM=="blktap2", KERNEL=="blktap[0-9]*", NAME="xen/blktap-2/%k", MODE="0600"
 +-KERNEL=="blktap-control", NAME="xen/blktap-2/control", MODE="0600"
 +-KERNEL=="gntdev", NAME="xen/%k", MODE="0600"
 +-KERNEL=="pci_iomul", NAME="xen/%k", MODE="0600"
 +-KERNEL=="tapdev[a-z]*", NAME="xen/blktap-2/tapdev%m", MODE="0600"
 ++SUBSYSTEM=="xen", KERNEL=="blktap[0-9]*", MODE="0600"
 ++SUBSYSTEM=="blktap2", KERNEL=="blktap[0-9]*", MODE="0600"
 + SUBSYSTEM=="net", KERNEL=="vif*-emu", ACTION=="add", ENV{UDEV_CALL}="1", RUN+="@XEN_SCRIPT_DIR@/vif-setup $env{ACTION} type_if=tap"
diff --cc debian/patches/tools-include-install.diff
index 39cd518,0000000..6a3e735
mode 100644,000000..100644
--- a/debian/patches/tools-include-install.diff
+++ b/debian/patches/tools-include-install.diff
@@@ -1,30 -1,0 +1,30 @@@
- From f2fd25514bcdd182964b651c01fc62bc04c882e8 Mon Sep 17 00:00:00 2001
++From c828f7babbc35771e43e323b13374aca2d7146bc Mon Sep 17 00:00:00 2001
 +From: Bastian Blank <waldi at debian.org>
 +Date: Sat, 5 Jul 2014 11:47:30 +0200
 +Subject: tools-include-install.diff
 +
 +Patch-Name: tools-include-install.diff
 +---
 + tools/include/Makefile | 2 --
 + 1 file changed, 2 deletions(-)
 +
 +diff --git a/tools/include/Makefile b/tools/include/Makefile
 +index f7a6256..615f5bb 100644
 +--- a/tools/include/Makefile
 ++++ b/tools/include/Makefile
 +@@ -11,7 +11,6 @@ xen-foreign:
 + xen/.dir:
 + 	@rm -rf xen
 + 	mkdir -p xen/libelf
 +-	ln -sf $(XEN_ROOT)/xen/include/public/COPYING xen
 + 	ln -sf $(wildcard $(XEN_ROOT)/xen/include/public/*.h) xen
 + 	ln -sf $(addprefix $(XEN_ROOT)/xen/include/public/,arch-x86 arch-arm hvm io xsm) xen
 + 	ln -sf ../xen-sys/$(XEN_OS) xen/sys
 +@@ -30,7 +29,6 @@ install: all
 + 	$(INSTALL_DIR) $(DESTDIR)$(INCLUDEDIR)/xen/io
 + 	$(INSTALL_DIR) $(DESTDIR)$(INCLUDEDIR)/xen/sys
 + 	$(INSTALL_DIR) $(DESTDIR)$(INCLUDEDIR)/xen/xsm
 +-	$(INSTALL_DATA) xen/COPYING $(DESTDIR)$(INCLUDEDIR)/xen
 + 	$(INSTALL_DATA) xen/*.h $(DESTDIR)$(INCLUDEDIR)/xen
 + 	$(INSTALL_DATA) xen/arch-x86/*.h $(DESTDIR)$(INCLUDEDIR)/xen/arch-x86
 + 	$(INSTALL_DATA) xen/arch-x86/hvm/*.h $(DESTDIR)$(INCLUDEDIR)/xen/arch-x86/hvm
diff --cc debian/patches/tools-libfsimage-abiname.diff
index b54073d,0000000..cb97d08
mode 100644,000000..100644
--- a/debian/patches/tools-libfsimage-abiname.diff
+++ b/debian/patches/tools-libfsimage-abiname.diff
@@@ -1,60 -1,0 +1,60 @@@
- From fa3fbc7403222ae20d2c9a706b1597f8f1b6e554 Mon Sep 17 00:00:00 2001
++From 307493934f33b78e88e083874c5c36656852c77e Mon Sep 17 00:00:00 2001
 +From: Bastian Blank <waldi at debian.org>
 +Date: Sat, 5 Jul 2014 11:46:47 +0200
 +Subject: tools-libfsimage-abiname.diff
 +
 +Patch-Name: tools-libfsimage-abiname.diff
 +---
 + tools/libfsimage/common/Makefile | 18 ++++--------------
 + 1 file changed, 4 insertions(+), 14 deletions(-)
 +
 +diff --git a/tools/libfsimage/common/Makefile b/tools/libfsimage/common/Makefile
 +index fb306f4..0e6c728 100644
 +--- a/tools/libfsimage/common/Makefile
 ++++ b/tools/libfsimage/common/Makefile
 +@@ -1,9 +1,6 @@
 + XEN_ROOT = $(CURDIR)/../../..
 + include $(XEN_ROOT)/tools/libfsimage/Rules.mk
 + 
 +-MAJOR = 1.0
 +-MINOR = 0
 +-
 + LDFLAGS-$(CONFIG_SunOS) = -Wl,-M -Wl,mapfile-SunOS
 + LDFLAGS-$(CONFIG_Linux) = -Wl,mapfile-GNU
 + LDFLAGS = $(LDFLAGS-y)
 +@@ -15,7 +12,7 @@ LIB_SRCS-y = fsimage.c fsimage_plugin.c fsimage_grub.c
 + 
 + PIC_OBJS := $(patsubst %.c,%.opic,$(LIB_SRCS-y))
 + 
 +-LIB = libfsimage.so libfsimage.so.$(MAJOR) libfsimage.so.$(MAJOR).$(MINOR)
 ++LIB = libfsimage.so
 + 
 + .PHONY: all
 + all: $(LIB)
 +@@ -24,9 +21,7 @@ all: $(LIB)
 + install: all
 + 	$(INSTALL_DIR) $(DESTDIR)$(LIBDIR)
 + 	$(INSTALL_DIR) $(DESTDIR)$(INCLUDEDIR)
 +-	$(INSTALL_PROG) libfsimage.so.$(MAJOR).$(MINOR) $(DESTDIR)$(LIBDIR)
 +-	ln -sf libfsimage.so.$(MAJOR).$(MINOR) $(DESTDIR)$(LIBDIR)/libfsimage.so.$(MAJOR)
 +-	ln -sf libfsimage.so.$(MAJOR) $(DESTDIR)$(LIBDIR)/libfsimage.so
 ++	$(INSTALL_PROG) libfsimage.so $(DESTDIR)$(LIBDIR)
 + 	$(INSTALL_DATA) fsimage.h $(DESTDIR)$(INCLUDEDIR)
 + 	$(INSTALL_DATA) fsimage_plugin.h $(DESTDIR)$(INCLUDEDIR)
 + 	$(INSTALL_DATA) fsimage_grub.h $(DESTDIR)$(INCLUDEDIR)
 +@@ -34,13 +29,8 @@ install: all
 + clean distclean::
 + 	rm -f $(LIB)
 + 
 +-libfsimage.so: libfsimage.so.$(MAJOR)
 +-	ln -sf $< $@
 +-libfsimage.so.$(MAJOR): libfsimage.so.$(MAJOR).$(MINOR)
 +-	ln -sf $< $@
 +-
 +-libfsimage.so.$(MAJOR).$(MINOR): $(PIC_OBJS)
 +-	$(CC) $(LDFLAGS) -Wl,$(SONAME_LDFLAG) -Wl,libfsimage.so.$(MAJOR) $(SHLIB_LDFLAGS) -o $@ $^ $(PTHREAD_LIBS) $(APPEND_LDFLAGS)
 ++libfsimage.so: $(PIC_OBJS)
 ++	$(CC) $(LDFLAGS) -Wl,$(SONAME_LDFLAG),$@ $(SHLIB_LDFLAGS) -o $@ $^ $(PTHREAD_LIBS) $(APPEND_LDFLAGS)
 + 
 + -include $(DEPS)
 + 
diff --cc debian/patches/tools-libfsimage-prefix.diff
index 8e05ace,0000000..6879ea5
mode 100644,000000..100644
--- a/debian/patches/tools-libfsimage-prefix.diff
+++ b/debian/patches/tools-libfsimage-prefix.diff
@@@ -1,53 -1,0 +1,53 @@@
- From 34775f98180e8ba41296d267a0802d6214a7f690 Mon Sep 17 00:00:00 2001
++From 1c31520bc0d397c34468406503e47db42f3e3043 Mon Sep 17 00:00:00 2001
 +From: Bastian Blank <waldi at debian.org>
 +Date: Sat, 5 Jul 2014 11:46:55 +0200
 +Subject: tools-libfsimage-prefix.diff
 +
 +Patch-Name: tools-libfsimage-prefix.diff
 +---
 + tools/libfsimage/Rules.mk        | 3 ++-
 + tools/libfsimage/common/Makefile | 6 ++++--
 + 2 files changed, 6 insertions(+), 3 deletions(-)
 +
 +diff --git a/tools/libfsimage/Rules.mk b/tools/libfsimage/Rules.mk
 +index 8a23655..3e35fc7 100644
 +--- a/tools/libfsimage/Rules.mk
 ++++ b/tools/libfsimage/Rules.mk
 +@@ -3,10 +3,11 @@ include $(XEN_ROOT)/tools/Rules.mk
 + CFLAGS += -Wno-unknown-pragmas -I$(XEN_ROOT)/tools/libfsimage/common/ -DFSIMAGE_FSDIR=\"$(FSDIR)\"
 + CFLAGS += -Werror -D_GNU_SOURCE
 + LDFLAGS += -L../common/
 ++LDFLAGS += $(call LDFLAGS_RPATH,../..)
 + 
 + PIC_OBJS := $(patsubst %.c,%.opic,$(LIB_SRCS-y))
 + 
 +-FSDIR = $(LIBDIR)/fs
 ++FSDIR = $(LIBEXEC_LIB)/fs
 + 
 + FSLIB = fsimage.so
 + 
 +diff --git a/tools/libfsimage/common/Makefile b/tools/libfsimage/common/Makefile
 +index 0e6c728..4e472f0 100644
 +--- a/tools/libfsimage/common/Makefile
 ++++ b/tools/libfsimage/common/Makefile
 +@@ -1,6 +1,8 @@
 + XEN_ROOT = $(CURDIR)/../../..
 + include $(XEN_ROOT)/tools/libfsimage/Rules.mk
 + 
 ++CFLAGS += -DFSDIR="\"$(LIBEXEC_LIB)/fs\""
 ++
 + LDFLAGS-$(CONFIG_SunOS) = -Wl,-M -Wl,mapfile-SunOS
 + LDFLAGS-$(CONFIG_Linux) = -Wl,mapfile-GNU
 + LDFLAGS = $(LDFLAGS-y)
 +@@ -19,9 +21,9 @@ all: $(LIB)
 + 
 + .PHONY: install
 + install: all
 +-	$(INSTALL_DIR) $(DESTDIR)$(LIBDIR)
 ++	$(INSTALL_DIR) $(DESTDIR)$(LIBEXEC_LIB)
 + 	$(INSTALL_DIR) $(DESTDIR)$(INCLUDEDIR)
 +-	$(INSTALL_PROG) libfsimage.so $(DESTDIR)$(LIBDIR)
 ++	$(INSTALL_PROG) libfsimage.so $(DESTDIR)$(LIBEXEC_LIB)
 + 	$(INSTALL_DATA) fsimage.h $(DESTDIR)$(INCLUDEDIR)
 + 	$(INSTALL_DATA) fsimage_plugin.h $(DESTDIR)$(INCLUDEDIR)
 + 	$(INSTALL_DATA) fsimage_grub.h $(DESTDIR)$(INCLUDEDIR)
diff --cc debian/patches/tools-libxc-abiname.diff
index e3d2a17,0000000..78d9102
mode 100644,000000..100644
--- a/debian/patches/tools-libxc-abiname.diff
+++ b/debian/patches/tools-libxc-abiname.diff
@@@ -1,99 -1,0 +1,99 @@@
- From 95f764dfa5d8b60d98a8136659a96cbb63a8dcc8 Mon Sep 17 00:00:00 2001
++From 71f52ec87e60da06b4ef216e3e1de227c1f78bb3 Mon Sep 17 00:00:00 2001
 +From: Bastian Blank <waldi at debian.org>
 +Date: Sat, 5 Jul 2014 11:46:48 +0200
 +Subject: tools-libxc-abiname.diff
 +
 +Patch-Name: tools-libxc-abiname.diff
 +---
 + tools/libxc/Makefile | 35 +++++++++++++----------------------
 + 1 file changed, 13 insertions(+), 22 deletions(-)
 +
 +diff --git a/tools/libxc/Makefile b/tools/libxc/Makefile
 +index bd2ca6c..09a065d 100644
 +--- a/tools/libxc/Makefile
 ++++ b/tools/libxc/Makefile
 +@@ -1,9 +1,6 @@
 + XEN_ROOT = $(CURDIR)/../..
 + include $(XEN_ROOT)/tools/Rules.mk
 + 
 +-MAJOR    = 4.5
 +-MINOR    = 0
 +-
 + CTRL_SRCS-y       :=
 + CTRL_SRCS-y       += xc_core.c
 + CTRL_SRCS-$(CONFIG_X86) += xc_core_x86.c
 +@@ -113,12 +110,12 @@ $(CTRL_PIC_OBJS) $(GUEST_PIC_OBJS) $(OSDEP_PIC_OBJS) : CFLAGS += -include $(XEN_
 + 
 + LIB := libxenctrl.a
 + ifneq ($(nosharedlibs),y)
 +-LIB += libxenctrl.so libxenctrl.so.$(MAJOR) libxenctrl.so.$(MAJOR).$(MINOR)
 ++LIB += libxenctrl.so libxenctrl-$(PACKAGE_VERSION).so
 + endif
 + 
 + LIB += libxenguest.a
 + ifneq ($(nosharedlibs),y)
 +-LIB += libxenguest.so libxenguest.so.$(MAJOR) libxenguest.so.$(MAJOR).$(MINOR)
 ++LIB += libxenguest.so libxenguest-$(PACKAGE_VERSION).so
 + endif
 + 
 + ifneq ($(nosharedlibs),y)
 +@@ -147,15 +144,13 @@ libs: $(LIB)
 + install: build
 + 	$(INSTALL_DIR) $(DESTDIR)$(LIBDIR)
 + 	$(INSTALL_DIR) $(DESTDIR)$(INCLUDEDIR)
 +-	$(INSTALL_SHLIB) libxenctrl.so.$(MAJOR).$(MINOR) $(DESTDIR)$(LIBDIR)
 ++	$(INSTALL_SHLIB) libxenctrl-$(PACKAGE_VERSION).so $(DESTDIR)$(LIBDIR)
 + 	$(INSTALL_DATA) libxenctrl.a $(DESTDIR)$(LIBDIR)
 +-	$(SYMLINK_SHLIB) libxenctrl.so.$(MAJOR).$(MINOR) $(DESTDIR)$(LIBDIR)/libxenctrl.so.$(MAJOR)
 +-	$(SYMLINK_SHLIB) libxenctrl.so.$(MAJOR) $(DESTDIR)$(LIBDIR)/libxenctrl.so
 ++	$(SYMLINK_SHLIB) libxenctrl-$(PACKAGE_VERSION).so $(DESTDIR)$(LIBDIR)/libxenctrl.so
 + 	$(INSTALL_DATA) include/xenctrl.h include/xenctrlosdep.h include/xentoollog.h $(DESTDIR)$(INCLUDEDIR)
 +-	$(INSTALL_SHLIB) libxenguest.so.$(MAJOR).$(MINOR) $(DESTDIR)$(LIBDIR)
 ++	$(INSTALL_SHLIB) libxenguest-$(PACKAGE_VERSION).so $(DESTDIR)$(LIBDIR)
 + 	$(INSTALL_DATA) libxenguest.a $(DESTDIR)$(LIBDIR)
 +-	$(SYMLINK_SHLIB) libxenguest.so.$(MAJOR).$(MINOR) $(DESTDIR)$(LIBDIR)/libxenguest.so.$(MAJOR)
 +-	$(SYMLINK_SHLIB) libxenguest.so.$(MAJOR) $(DESTDIR)$(LIBDIR)/libxenguest.so
 ++	$(SYMLINK_SHLIB) libxenguest-$(PACKAGE_VERSION).so $(DESTDIR)$(LIBDIR)/libxenguest.so
 + 	$(INSTALL_DATA) include/xenguest.h $(DESTDIR)$(INCLUDEDIR)
 + 
 + .PHONY: TAGS
 +@@ -185,22 +180,18 @@ rpm: build
 + libxenctrl.a: $(CTRL_LIB_OBJS)
 + 	$(AR) rc $@ $^
 + 
 +-libxenctrl.so: libxenctrl.so.$(MAJOR)
 +-	$(SYMLINK_SHLIB) $< $@
 +-libxenctrl.so.$(MAJOR): libxenctrl.so.$(MAJOR).$(MINOR)
 ++libxenctrl.so: libxenctrl-$(PACKAGE_VERSION).so
 + 	$(SYMLINK_SHLIB) $< $@
 + 
 +-libxenctrl.so.$(MAJOR).$(MINOR): $(CTRL_PIC_OBJS)
 +-	$(CC) $(LDFLAGS) $(PTHREAD_LDFLAGS) -Wl,$(SONAME_LDFLAG) -Wl,libxenctrl.so.$(MAJOR) $(SHLIB_LDFLAGS) -o $@ $^ $(DLOPEN_LIBS) $(PTHREAD_LIBS) $(APPEND_LDFLAGS)
 ++libxenctrl-$(PACKAGE_VERSION).so: $(CTRL_PIC_OBJS)
 ++	$(CC) $(LDFLAGS) $(PTHREAD_LDFLAGS) -Wl,$(SONAME_LDFLAG),$@ $(SHLIB_LDFLAGS) -o $@ $^ $(DLOPEN_LIBS) $(PTHREAD_LIBS) $(APPEND_LDFLAGS)
 + 
 + # libxenguest
 + 
 + libxenguest.a: $(GUEST_LIB_OBJS)
 + 	$(AR) rc $@ $^
 + 
 +-libxenguest.so: libxenguest.so.$(MAJOR)
 +-	$(SYMLINK_SHLIB) $< $@
 +-libxenguest.so.$(MAJOR): libxenguest.so.$(MAJOR).$(MINOR)
 ++libxenguest.so: libxenguest-$(PACKAGE_VERSION).so
 + 	$(SYMLINK_SHLIB) $< $@
 + 
 + ifeq ($(CONFIG_MiniOS),y)
 +@@ -212,9 +203,9 @@ endif
 + xc_dom_bzimageloader.o: CFLAGS += $(call zlib-options,D)
 + xc_dom_bzimageloader.opic: CFLAGS += $(call zlib-options,D)
 + 
 +-libxenguest.so.$(MAJOR).$(MINOR): COMPRESSION_LIBS = $(call zlib-options,l)
 +-libxenguest.so.$(MAJOR).$(MINOR): $(GUEST_PIC_OBJS) libxenctrl.so
 +-	$(CC) $(LDFLAGS) -Wl,$(SONAME_LDFLAG) -Wl,libxenguest.so.$(MAJOR) $(SHLIB_LDFLAGS) -o $@ $(GUEST_PIC_OBJS) $(COMPRESSION_LIBS) -lz $(LDLIBS_libxenctrl) $(PTHREAD_LIBS) $(APPEND_LDFLAGS)
 ++libxenguest-$(PACKAGE_VERSION).so: COMPRESSION_LIBS = $(call zlib-options,l)
 ++libxenguest-$(PACKAGE_VERSION).so: $(GUEST_PIC_OBJS) libxenctrl-$(PACKAGE_VERSION).so
 ++	$(CC) $(LDFLAGS) -Wl,$(SONAME_LDFLAG),$@ $(SHLIB_LDFLAGS) -o $@ $(GUEST_PIC_OBJS) $(COMPRESSION_LIBS) -lz $(LDLIBS_libxenctrl) $(PTHREAD_LIBS) $(APPEND_LDFLAGS)
 + 
 + xenctrl_osdep_ENOSYS.so: $(OSDEP_PIC_OBJS) libxenctrl.so
 + 	$(CC) $(LDFLAGS) $(SHLIB_LDFLAGS) -o $@ $(OSDEP_PIC_OBJS) $(LDLIBS_libxenctrl) $(APPEND_LDFLAGS)
diff --cc debian/patches/tools-libxl-abiname.diff
index f8eaf09,0000000..0a3343c
mode 100644,000000..100644
--- a/debian/patches/tools-libxl-abiname.diff
+++ b/debian/patches/tools-libxl-abiname.diff
@@@ -1,81 -1,0 +1,81 @@@
- From 060450f0923720abd816afa14b8c9364a6cd553e Mon Sep 17 00:00:00 2001
++From 112bfc0a9d087098616b0121140c983c228a27d0 Mon Sep 17 00:00:00 2001
 +From: Bastian Blank <waldi at debian.org>
 +Date: Sat, 5 Jul 2014 11:46:49 +0200
 +Subject: tools-libxl-abiname.diff
 +
 +Patch-Name: tools-libxl-abiname.diff
 +---
 + tools/libxl/Makefile | 34 ++++++++++------------------------
 + 1 file changed, 10 insertions(+), 24 deletions(-)
 +
 +diff --git a/tools/libxl/Makefile b/tools/libxl/Makefile
- index b417372..da526c4 100644
++index 6a8575b..6b20c14 100644
 +--- a/tools/libxl/Makefile
 ++++ b/tools/libxl/Makefile
 +@@ -5,12 +5,6 @@
 + XEN_ROOT = $(CURDIR)/../..
 + include $(XEN_ROOT)/tools/Rules.mk
 + 
 +-MAJOR = 4.5
 +-MINOR = 0
 +-
 +-XLUMAJOR = 4.3
 +-XLUMINOR = 0
 +-
 + CFLAGS += -Werror -Wno-format-zero-length -Wmissing-declarations \
 + 	-Wno-declaration-after-statement -Wformat-nonliteral
 + CFLAGS += -I. -fPIC
 +@@ -206,14 +200,11 @@ _libxl_type%.h _libxl_type%_json.h _libxl_type%_private.h _libxl_type%.c: libxl_
 + 	$(call move-if-changed,__libxl_type$*_json.h,_libxl_type$*_json.h)
 + 	$(call move-if-changed,__libxl_type$*.c,_libxl_type$*.c)
 + 
 +-libxenlight.so: libxenlight.so.$(MAJOR)
 ++libxenlight.so: libxenlight-$(PACKAGE_VERSION).so
 + 	$(SYMLINK_SHLIB) $< $@
 + 
 +-libxenlight.so.$(MAJOR): libxenlight.so.$(MAJOR).$(MINOR)
 +-	$(SYMLINK_SHLIB) $< $@
 +-
 +-libxenlight.so.$(MAJOR).$(MINOR): $(LIBXL_OBJS)
 +-	$(CC) $(LDFLAGS) -Wl,$(SONAME_LDFLAG) -Wl,libxenlight.so.$(MAJOR) $(SHLIB_LDFLAGS) -o $@ $^ $(LIBXL_LIBS) $(APPEND_LDFLAGS)
 ++libxenlight-$(PACKAGE_VERSION).so: $(LIBXL_OBJS)
 ++	$(CC) $(LDFLAGS) -Wl,$(SONAME_LDFLAG),$@ $(SHLIB_LDFLAGS) -o $@ $^ $(LIBXL_LIBS) $(APPEND_LDFLAGS)
 + 
 + libxenlight_test.so: $(LIBXL_OBJS) $(LIBXL_TEST_OBJS)
 + 	$(CC) $(LDFLAGS) -Wl,$(SONAME_LDFLAG) -Wl,libxenlight.so.$(MAJOR) $(SHLIB_LDFLAGS) -o $@ $^ $(LIBXL_LIBS) $(APPEND_LDFLAGS)
 +@@ -221,14 +212,11 @@ libxenlight_test.so: $(LIBXL_OBJS) $(LIBXL_TEST_OBJS)
 + libxenlight.a: $(LIBXL_OBJS)
 + 	$(AR) rcs libxenlight.a $^
 + 
 +-libxlutil.so: libxlutil.so.$(XLUMAJOR)
 +-	$(SYMLINK_SHLIB) $< $@
 +-
 +-libxlutil.so.$(XLUMAJOR): libxlutil.so.$(XLUMAJOR).$(XLUMINOR)
 ++libxlutil.so: libxlutil-$(PACKAGE_VERSION).so
 + 	$(SYMLINK_SHLIB) $< $@
 + 
 +-libxlutil.so.$(XLUMAJOR).$(XLUMINOR): $(LIBXLU_OBJS) libxenlight.so
 +-	$(CC) $(LDFLAGS) -Wl,$(SONAME_LDFLAG) -Wl,libxlutil.so.$(XLUMAJOR) $(SHLIB_LDFLAGS) -o $@ $(LIBXLU_OBJS) $(LIBXLU_LIBS) $(APPEND_LDFLAGS)
 ++libxlutil-$(PACKAGE_VERSION).so: $(LIBXLU_OBJS) libxenlight.so
 ++	$(CC) $(LDFLAGS) -Wl,$(SONAME_LDFLAG),$@ $(SHLIB_LDFLAGS) -o $@ $(LIBXLU_OBJS) $(LIBXLU_LIBS) $(APPEND_LDFLAGS)
 + 
 + libxlutil.a: $(LIBXLU_OBJS)
 + 	$(AR) rcs libxlutil.a $^
 +@@ -258,13 +246,11 @@ install: all
 + 	$(INSTALL_PROG) xl $(DESTDIR)$(SBINDIR)
 + 	$(INSTALL_PROG) xen-init-dom0 $(DESTDIR)$(LIBEXEC_BIN)
 + 	$(INSTALL_PROG) libxl-save-helper $(DESTDIR)$(LIBEXEC_BIN)
 +-	$(INSTALL_SHLIB) libxenlight.so.$(MAJOR).$(MINOR) $(DESTDIR)$(LIBDIR)
 +-	$(SYMLINK_SHLIB) libxenlight.so.$(MAJOR).$(MINOR) $(DESTDIR)$(LIBDIR)/libxenlight.so.$(MAJOR)
 +-	$(SYMLINK_SHLIB) libxenlight.so.$(MAJOR) $(DESTDIR)$(LIBDIR)/libxenlight.so
 ++	$(INSTALL_SHLIB) libxenlight-$(PACKAGE_VERSION).so $(DESTDIR)$(LIBDIR)
 ++	$(SYMLINK_SHLIB) libxenlight-$(PACKAGE_VERSION).so $(DESTDIR)$(LIBDIR)/libxenlight.so
 + 	$(INSTALL_DATA) libxenlight.a $(DESTDIR)$(LIBDIR)
 +-	$(INSTALL_SHLIB) libxlutil.so.$(XLUMAJOR).$(XLUMINOR) $(DESTDIR)$(LIBDIR)
 +-	$(SYMLINK_SHLIB) libxlutil.so.$(XLUMAJOR).$(XLUMINOR) $(DESTDIR)$(LIBDIR)/libxlutil.so.$(XLUMAJOR)
 +-	$(SYMLINK_SHLIB) libxlutil.so.$(XLUMAJOR) $(DESTDIR)$(LIBDIR)/libxlutil.so
 ++	$(INSTALL_SHLIB) libxlutil-$(PACKAGE_VERSION).so $(DESTDIR)$(LIBDIR)
 ++	$(SYMLINK_SHLIB) libxlutil-$(PACKAGE_VERSION).so $(DESTDIR)$(LIBDIR)/libxlutil.so
 + 	$(INSTALL_DATA) libxlutil.a $(DESTDIR)$(LIBDIR)
-  	$(INSTALL_DATA) libxl.h libxl_event.h libxl_json.h _libxl_types.h _libxl_types_json.h _libxl_list.h libxl_utils.h libxl_uuid.h $(DESTDIR)$(INCLUDEDIR)
++ 	$(INSTALL_DATA) libxl.h libxl_event.h libxl_json.h _libxl_types.h _libxl_types_json.h _libxl_list.h libxl_utils.h libxl_uuid.h libxlutil.h $(DESTDIR)$(INCLUDEDIR)
 + 	$(INSTALL_DATA) bash-completion $(DESTDIR)$(BASH_COMPLETION_DIR)/xl.sh
diff --cc debian/patches/tools-libxl-prefix.diff
index 5e1459d,0000000..66aa4cb
mode 100644,000000..100644
--- a/debian/patches/tools-libxl-prefix.diff
+++ b/debian/patches/tools-libxl-prefix.diff
@@@ -1,55 -1,0 +1,55 @@@
- From d7fc46960bdcf2967f9b76bdfe4d1c22d2f55eca Mon Sep 17 00:00:00 2001
++From 052023923523f1120329278313cc41210e9676ec Mon Sep 17 00:00:00 2001
 +From: Bastian Blank <waldi at debian.org>
 +Date: Sat, 5 Jul 2014 11:46:57 +0200
 +Subject: tools-libxl-prefix.diff
 +
 +Patch-Name: tools-libxl-prefix.diff
 +---
 + tools/libxl/Makefile | 9 +++++----
 + 1 file changed, 5 insertions(+), 4 deletions(-)
 +
 +diff --git a/tools/libxl/Makefile b/tools/libxl/Makefile
- index da526c4..d8b8157 100644
++index 6b20c14..0c0cb3b 100644
 +--- a/tools/libxl/Makefile
 ++++ b/tools/libxl/Makefile
 +@@ -12,6 +12,8 @@ CFLAGS += -I. -fPIC
 + ifeq ($(CONFIG_Linux),y)
 + LIBUUID_LIBS += -luuid
 + endif
 ++LDFLAGS_XL = $(call LDFLAGS_RPATH,../lib)
 ++LDFLAGS_LIBXL = $(call LDFLAGS_RPATH)
 + 
 + LIBXL_LIBS =
 + LIBXL_LIBS = $(LDLIBS_libxenctrl) $(LDLIBS_libxenguest) $(LDLIBS_libxenstore) $(LDLIBS_libblktapctl) $(PTYFUNCS_LIBS) $(LIBUUID_LIBS)
 +@@ -204,7 +206,7 @@ libxenlight.so: libxenlight-$(PACKAGE_VERSION).so
 + 	$(SYMLINK_SHLIB) $< $@
 + 
 + libxenlight-$(PACKAGE_VERSION).so: $(LIBXL_OBJS)
 +-	$(CC) $(LDFLAGS) -Wl,$(SONAME_LDFLAG),$@ $(SHLIB_LDFLAGS) -o $@ $^ $(LIBXL_LIBS) $(APPEND_LDFLAGS)
 ++	$(CC) $(LDFLAGS) -Wl,$(SONAME_LDFLAG),$@ $(LDFLAGS_LIBXL) $(SHLIB_LDFLAGS) -o $@ $^ $(LIBXL_LIBS) $(APPEND_LDFLAGS)
 + 
 + libxenlight_test.so: $(LIBXL_OBJS) $(LIBXL_TEST_OBJS)
 + 	$(CC) $(LDFLAGS) -Wl,$(SONAME_LDFLAG) -Wl,libxenlight.so.$(MAJOR) $(SHLIB_LDFLAGS) -o $@ $^ $(LIBXL_LIBS) $(APPEND_LDFLAGS)
 +@@ -222,7 +224,7 @@ libxlutil.a: $(LIBXLU_OBJS)
 + 	$(AR) rcs libxlutil.a $^
 + 
 + xl: $(XL_OBJS) libxlutil.so libxenlight.so
 +-	$(CC) $(LDFLAGS) -o $@ $(XL_OBJS) libxlutil.so $(LDLIBS_libxenlight) $(LDLIBS_libxenctrl) -lyajl $(APPEND_LDFLAGS)
 ++	$(CC) $(LDFLAGS) $(LDFLAGS_XL) -o $@ $(XL_OBJS) libxlutil.so $(LDLIBS_libxenlight) $(LDLIBS_libxenctrl) -lyajl $(APPEND_LDFLAGS)
 + 
 + xen-init-dom0: $(XEN_INIT_DOM0_OBJS) libxenlight.so
 + 	$(CC) $(LDFLAGS) -o $@ $(XEN_INIT_DOM0_OBJS) $(LDLIBS_libxenstore) $(LDLIBS_libxenlight) $(LDLIBS_libxenctrl) $(APPEND_LDFLAGS)
 +@@ -238,12 +240,11 @@ testidl: testidl.o libxlutil.so libxenlight.so
 + 
 + .PHONY: install
 + install: all
 +-	$(INSTALL_DIR) $(DESTDIR)$(SBINDIR)
 + 	$(INSTALL_DIR) $(DESTDIR)$(LIBDIR)
 + 	$(INSTALL_DIR) $(DESTDIR)$(INCLUDEDIR)
 + 	$(INSTALL_DIR) $(DESTDIR)$(BASH_COMPLETION_DIR)
 + 	$(INSTALL_DIR) $(DESTDIR)$(LIBEXEC_BIN)
 +-	$(INSTALL_PROG) xl $(DESTDIR)$(SBINDIR)
 ++	$(INSTALL_PROG) xl $(DESTDIR)$(LIBEXEC_BIN)
 + 	$(INSTALL_PROG) xen-init-dom0 $(DESTDIR)$(LIBEXEC_BIN)
 + 	$(INSTALL_PROG) libxl-save-helper $(DESTDIR)$(LIBEXEC_BIN)
 + 	$(INSTALL_SHLIB) libxenlight-$(PACKAGE_VERSION).so $(DESTDIR)$(LIBDIR)
diff --cc debian/patches/tools-misc-prefix.diff
index bc779aa,0000000..848bab9
mode 100644,000000..100644
--- a/debian/patches/tools-misc-prefix.diff
+++ b/debian/patches/tools-misc-prefix.diff
@@@ -1,37 -1,0 +1,37 @@@
- From 0b20b83dd104be27b39c5d095d7b73b529c07b76 Mon Sep 17 00:00:00 2001
++From 7794958e0bb87edd677037dee751257d1baba6c2 Mon Sep 17 00:00:00 2001
 +From: Bastian Blank <waldi at debian.org>
 +Date: Sat, 5 Jul 2014 11:46:59 +0200
 +Subject: tools-misc-prefix.diff
 +
 +Patch-Name: tools-misc-prefix.diff
 +---
 + tools/misc/Makefile | 8 +++-----
 + 1 file changed, 3 insertions(+), 5 deletions(-)
 +
 +diff --git a/tools/misc/Makefile b/tools/misc/Makefile
 +index 7a2bfd2..98627f9 100644
 +--- a/tools/misc/Makefile
 ++++ b/tools/misc/Makefile
 +@@ -32,6 +32,8 @@ INSTALL_PRIVBIN := $(INSTALL_PRIVBIN-y)
 + # Include configure output (config.h) to headers search path
 + CFLAGS += -I$(XEN_ROOT)/tools
 + 
 ++APPEND_LDFLAGS += $(call LDFLAGS_RPATH,../lib)
 ++
 + .PHONY: all
 + all: build
 + 
 +@@ -40,12 +42,8 @@ build: $(TARGETS)
 + 
 + .PHONY: install
 + install: build
 +-	$(INSTALL_DIR) $(DESTDIR)$(BINDIR)
 +-	$(INSTALL_DIR) $(DESTDIR)$(SBINDIR)
 + 	$(INSTALL_DIR) $(DESTDIR)$(LIBEXEC_BIN)
 +-	$(INSTALL_PYTHON_PROG) $(INSTALL_BIN) $(DESTDIR)$(BINDIR)
 +-	$(INSTALL_PYTHON_PROG) $(INSTALL_SBIN) $(DESTDIR)$(SBINDIR)
 +-	$(INSTALL_PYTHON_PROG) $(INSTALL_PRIVBIN) $(DESTDIR)$(LIBEXEC_BIN)
 ++	$(INSTALL_PYTHON_PROG) $(INSTALL_BIN) $(INSTALL_SBIN) $(INSTALL_PRIVBIN) $(DESTDIR)$(LIBEXEC_BIN)
 + 
 + .PHONY: clean
 + clean:
diff --cc debian/patches/tools-pygrub-prefix.diff
index 9da0417,0000000..a90b182
mode 100644,000000..100644
--- a/debian/patches/tools-pygrub-prefix.diff
+++ b/debian/patches/tools-pygrub-prefix.diff
@@@ -1,59 -1,0 +1,59 @@@
- From dadc3e25a33d401960914d30623a5e49aa038d54 Mon Sep 17 00:00:00 2001
++From bf8e9b6c1469a4c25f4ba1910b269fae50be84a0 Mon Sep 17 00:00:00 2001
 +From: Bastian Blank <waldi at debian.org>
 +Date: Sat, 5 Jul 2014 11:47:01 +0200
 +Subject: tools-pygrub-prefix.diff
 +
 +Patch-Name: tools-pygrub-prefix.diff
 +---
 + tools/pygrub/Makefile   | 5 -----
 + tools/pygrub/setup.py   | 2 ++
 + tools/pygrub/src/pygrub | 2 ++
 + 3 files changed, 4 insertions(+), 5 deletions(-)
 +
 +diff --git a/tools/pygrub/Makefile b/tools/pygrub/Makefile
 +index 3dff608..5fe4a80 100644
 +--- a/tools/pygrub/Makefile
 ++++ b/tools/pygrub/Makefile
 +@@ -13,11 +13,6 @@ install: all
 + 	CC="$(CC)" CFLAGS="$(CFLAGS) $(APPEND_LDFLAGS)" $(PYTHON) setup.py install \
 + 		$(PYTHON_PREFIX_ARG) --root="$(DESTDIR)" \
 + 		--install-scripts=$(LIBEXEC_BIN) --force
 +-	set -e; if [ $(BINDIR) != $(LIBEXEC_BIN) -a \
 +-	             "`readlink -f $(DESTDIR)/$(BINDIR)`" != \
 +-	             "`readlink -f $(LIBEXEC_BIN)`" ]; then \
 +-	    ln -sf $(LIBEXEC_BIN)/pygrub $(DESTDIR)/$(BINDIR); \
 +-	fi
 + 
 + .PHONY: clean
 + clean:
 +diff --git a/tools/pygrub/setup.py b/tools/pygrub/setup.py
 +index 52dcf57..8a1be9a 100644
 +--- a/tools/pygrub/setup.py
 ++++ b/tools/pygrub/setup.py
 +@@ -4,11 +4,13 @@ import os
 + import sys
 + 
 + extra_compile_args  = [ "-fno-strict-aliasing", "-Werror" ]
 ++extra_link_args = [ "-Wl,-rpath,${ORIGIN}/.." ]
 + 
 + XEN_ROOT = "../.."
 + 
 + fsimage = Extension("fsimage",
 +     extra_compile_args = extra_compile_args,
 ++    extra_link_args = extra_link_args,
 +     include_dirs = [ XEN_ROOT + "/tools/libfsimage/common/" ],
 +     library_dirs = [ XEN_ROOT + "/tools/libfsimage/common/" ],
 +     libraries = ["fsimage"],
 +diff --git a/tools/pygrub/src/pygrub b/tools/pygrub/src/pygrub
 +index 3ec52fd..ed5b5d6 100755
 +--- a/tools/pygrub/src/pygrub
 ++++ b/tools/pygrub/src/pygrub
 +@@ -22,6 +22,8 @@ import xen.lowlevel.xc
 + import curses, _curses, curses.wrapper, curses.textpad, curses.ascii
 + import getopt
 + 
 ++sys.path.insert(1, sys.path[0] + '/../lib/python')
 ++
 + import fsimage
 + import grub.GrubConf
 + import grub.LiloConf
diff --cc debian/patches/tools-pygrub-remove-static-solaris-support
index 0d2d886,0000000..e20aed1
mode 100644,000000..100644
--- a/debian/patches/tools-pygrub-remove-static-solaris-support
+++ b/debian/patches/tools-pygrub-remove-static-solaris-support
@@@ -1,86 -1,0 +1,86 @@@
- From ac436b3e55847282cb157a0689cf42072a9b5e32 Mon Sep 17 00:00:00 2001
++From 79df6783a7445a237888a157267f9133e825e78b Mon Sep 17 00:00:00 2001
 +From: Bastian Blank <waldi at debian.org>
 +Date: Sat, 5 Jul 2014 11:47:29 +0200
 +Subject: Remove static solaris support from pygrub
 +
 +Patch-Name: tools-pygrub-remove-static-solaris-support
 +---
 + tools/pygrub/src/pygrub | 51 +------------------------------------------------
 + 1 file changed, 1 insertion(+), 50 deletions(-)
 +
 +diff --git a/tools/pygrub/src/pygrub b/tools/pygrub/src/pygrub
 +index ed5b5d6..5c38360 100755
 +--- a/tools/pygrub/src/pygrub
 ++++ b/tools/pygrub/src/pygrub
 +@@ -17,7 +17,6 @@ import os, sys, string, struct, tempfile, re, traceback, stat, errno
 + import copy
 + import logging
 + import platform
 +-import xen.lowlevel.xc
 + 
 + import curses, _curses, curses.wrapper, curses.textpad, curses.ascii
 + import getopt
 +@@ -664,51 +663,6 @@ def run_grub(file, entry, fs, cfg_args):
 + 
 +     return grubcfg
 + 
 +-def supports64bitPVguest():
 +-    xc = xen.lowlevel.xc.xc()
 +-    caps = xc.xeninfo()['xen_caps'].split(" ")
 +-    for cap in caps:
 +-        if cap == "xen-3.0-x86_64":
 +-            return True
 +-    return False
 +-
 +-# If nothing has been specified, look for a Solaris domU. If found, perform the
 +-# necessary tweaks.
 +-def sniff_solaris(fs, cfg):
 +-    if not fs.file_exists("/platform/i86xpv/kernel/unix") and \
 +-       not fs.file_exists("/platform/i86xpv/kernel/amd64/unix"):
 +-        return cfg
 +-
 +-    if not cfg["kernel"]:
 +-        if supports64bitPVguest() and \
 +-          fs.file_exists("/platform/i86xpv/kernel/amd64/unix"):
 +-            cfg["kernel"] = "/platform/i86xpv/kernel/amd64/unix"
 +-            cfg["ramdisk"] = "/platform/i86pc/amd64/boot_archive"
 +-        elif fs.file_exists("/platform/i86xpv/kernel/unix"):
 +-            cfg["kernel"] = "/platform/i86xpv/kernel/unix"
 +-            cfg["ramdisk"] = "/platform/i86pc/boot_archive"
 +-        else:
 +-            return cfg
 +-
 +-    # Unpleasant. Typically we'll have 'root=foo -k' or 'root=foo /kernel -k',
 +-    # and we need to maintain Xen properties (root= and ip=) and the kernel
 +-    # before any user args.
 +-    
 +-    xenargs = ""
 +-    userargs = ""
 +-    
 +-    if not cfg["args"]:
 +-        cfg["args"] = cfg["kernel"]
 +-    else:
 +-        for arg in cfg["args"].split():
 +-            if re.match("^root=", arg) or re.match("^ip=", arg):
 +-                xenargs += arg + " "
 +-            elif arg != cfg["kernel"]:
 +-                userargs += arg + " "
 +-        cfg["args"] = xenargs + " " + cfg["kernel"] + " " + userargs
 +-
 +-    return cfg
 +- 
 + def sniff_netware(fs, cfg):
 +     if not fs.file_exists("/nwserver/xnloader.sys"):
 +         return cfg
 +@@ -894,10 +848,7 @@ if __name__ == "__main__":
 +         try:
 +             fs = fsimage.open(file, offset, bootfsoptions)
 + 
 +-            chosencfg = sniff_solaris(fs, incfg)
 +-
 +-            if not chosencfg["kernel"]:
 +-                chosencfg = sniff_netware(fs, incfg)
 ++            chosencfg = sniff_netware(fs, incfg)
 + 
 +             if not chosencfg["kernel"]:
 +                 chosencfg = run_grub(file, entry, fs, incfg["args"])
diff --cc debian/patches/tools-python-prefix.diff
index 07b551a,0000000..b80e6ae
mode 100644,000000..100644
--- a/debian/patches/tools-python-prefix.diff
+++ b/debian/patches/tools-python-prefix.diff
@@@ -1,46 -1,0 +1,46 @@@
- From ec8f599bb4d14c59bf7a8b4b5d6993c01610683e Mon Sep 17 00:00:00 2001
++From df9f1c2c05a08348650cc2231557109b412c6c5c Mon Sep 17 00:00:00 2001
 +From: Bastian Blank <waldi at debian.org>
 +Date: Sat, 5 Jul 2014 11:47:02 +0200
 +Subject: tools-python-prefix.diff
 +
 +Patch-Name: tools-python-prefix.diff
 +---
 + tools/python/setup.py | 4 ++++
 + 1 file changed, 4 insertions(+)
 +
 +diff --git a/tools/python/setup.py b/tools/python/setup.py
 +index 439c429..7e3684f 100644
 +--- a/tools/python/setup.py
 ++++ b/tools/python/setup.py
 +@@ -5,6 +5,7 @@ import os, sys
 + XEN_ROOT = "../.."
 + 
 + extra_compile_args  = [ "-fno-strict-aliasing", "-Werror" ]
 ++extra_link_args = [ "-Wl,-rpath,${ORIGIN}/../../.." ]
 + 
 + PATH_XEN      = XEN_ROOT + "/tools/include"
 + PATH_LIBXC    = XEN_ROOT + "/tools/libxc"
 +@@ -13,6 +14,7 @@ PATH_XENSTORE = XEN_ROOT + "/tools/xenstore"
 + 
 + xc = Extension("xc",
 +                extra_compile_args = extra_compile_args,
 ++               extra_link_args    = extra_link_args,
 +                include_dirs       = [ PATH_XEN, PATH_LIBXC + "/include", "xen/lowlevel/xc" ],
 +                library_dirs       = [ PATH_LIBXC ],
 +                libraries          = [ "xenctrl", "xenguest" ],
 +@@ -21,6 +23,7 @@ xc = Extension("xc",
 + 
 + xs = Extension("xs",
 +                extra_compile_args = extra_compile_args,
 ++               extra_link_args    = extra_link_args,
 +                include_dirs       = [ PATH_XEN, PATH_XENSTORE + "/include", "xen/lowlevel/xs" ],
 +                library_dirs       = [ PATH_XENSTORE ],
 +                libraries          = [ "xenstore" ],
 +@@ -29,6 +32,7 @@ xs = Extension("xs",
 + 
 + xl = Extension("xl",
 +                extra_compile_args = extra_compile_args,
 ++               extra_link_args    = extra_link_args,
 +                include_dirs       = [ PATH_XEN, PATH_LIBXL, PATH_LIBXC + "/include", "xen/lowlevel/xl" ],
 +                library_dirs       = [ PATH_LIBXL ],
 +                libraries          = [ "xenlight" ],
diff --cc debian/patches/tools-rpath.diff
index b1cfabf,0000000..e5708f9
mode 100644,000000..100644
--- a/debian/patches/tools-rpath.diff
+++ b/debian/patches/tools-rpath.diff
@@@ -1,23 -1,0 +1,23 @@@
- From 5e93692ba21301751365b8bf629f54d5f75e23e1 Mon Sep 17 00:00:00 2001
++From 46795c9616501539a896420e201eed3b9cc5da45 Mon Sep 17 00:00:00 2001
 +From: Bastian Blank <waldi at debian.org>
 +Date: Sat, 5 Jul 2014 11:46:51 +0200
 +Subject: tools-rpath.diff
 +
 +Patch-Name: tools-rpath.diff
 +---
 + tools/Rules.mk | 2 ++
 + 1 file changed, 2 insertions(+)
 +
 +diff --git a/tools/Rules.mk b/tools/Rules.mk
 +index 87a56dc..6b3a62a 100644
 +--- a/tools/Rules.mk
 ++++ b/tools/Rules.mk
 +@@ -9,6 +9,8 @@ include $(XEN_ROOT)/Config.mk
 + export _INSTALL := $(INSTALL)
 + INSTALL = $(XEN_ROOT)/tools/cross-install
 + 
 ++LDFLAGS_RPATH = -Wl,-rpath,'$${ORIGIN}$(if $(1),/$(1))'
 ++
 + XEN_INCLUDE        = $(XEN_ROOT)/tools/include
 + XEN_LIBXC          = $(XEN_ROOT)/tools/libxc
 + XEN_XENLIGHT       = $(XEN_ROOT)/tools/libxl
diff --cc debian/patches/tools-xcutils-rpath.diff
index e46edb7,0000000..e0a0ca2
mode 100644,000000..100644
--- a/debian/patches/tools-xcutils-rpath.diff
+++ b/debian/patches/tools-xcutils-rpath.diff
@@@ -1,23 -1,0 +1,23 @@@
- From 802c803af35af4dbd83fc495d18e930bbada8261 Mon Sep 17 00:00:00 2001
++From afbcfac4ca655a752d1e92534311571d2833dbdd Mon Sep 17 00:00:00 2001
 +From: Bastian Blank <waldi at debian.org>
 +Date: Sat, 5 Jul 2014 11:47:05 +0200
 +Subject: tools-xcutils-rpath.diff
 +
 +Patch-Name: tools-xcutils-rpath.diff
 +---
 + tools/xcutils/Makefile | 2 ++
 + 1 file changed, 2 insertions(+)
 +
 +diff --git a/tools/xcutils/Makefile b/tools/xcutils/Makefile
 +index 1c5237c..298981b 100644
 +--- a/tools/xcutils/Makefile
 ++++ b/tools/xcutils/Makefile
 +@@ -19,6 +19,8 @@ CFLAGS += -Werror
 + CFLAGS_readnotes.o  := $(CFLAGS_libxenctrl) $(CFLAGS_libxenguest) -I$(XEN_ROOT)/tools/libxc
 + CFLAGS_lsevtchn.o   := $(CFLAGS_libxenctrl)
 + 
 ++APPEND_LDFLAGS += $(call LDFLAGS_RPATH,../lib)
 ++
 + .PHONY: all
 + all: build
 + 
diff --cc debian/patches/tools-xenmon-install.diff
index b2f6eed,0000000..b42145d
mode 100644,000000..100644
--- a/debian/patches/tools-xenmon-install.diff
+++ b/debian/patches/tools-xenmon-install.diff
@@@ -1,34 -1,0 +1,34 @@@
- From 06030208bbd65a83524ec4e9bd4b6688702c4ba6 Mon Sep 17 00:00:00 2001
++From 269f0a106470d5596d32290525445a10f9b42802 Mon Sep 17 00:00:00 2001
 +From: Bastian Blank <waldi at debian.org>
 +Date: Sat, 5 Jul 2014 11:47:31 +0200
 +Subject: tools-xenmon-install.diff
 +
 +Patch-Name: tools-xenmon-install.diff
 +---
 + tools/xenmon/Makefile | 6 +++++-
 + 1 file changed, 5 insertions(+), 1 deletion(-)
 +
 +diff --git a/tools/xenmon/Makefile b/tools/xenmon/Makefile
 +index eb10389..f79c327 100644
 +--- a/tools/xenmon/Makefile
 ++++ b/tools/xenmon/Makefile
 +@@ -13,6 +13,10 @@
 + XEN_ROOT=$(CURDIR)/../..
 + include $(XEN_ROOT)/tools/Rules.mk
 + 
 ++DEFAULT_PYTHON_PATH := $(shell $(XEN_ROOT)/tools/python/get-path)
 ++PYTHON_PATH ?= $(DEFAULT_PYTHON_PATH)
 ++INSTALL_PYTHON_PROG = $(XEN_ROOT)/tools/python/install-wrap "$(PYTHON_PATH)" $(INSTALL_PROG)
 ++
 + CFLAGS  += -Werror
 + CFLAGS  += $(CFLAGS_libxenctrl)
 + LDLIBS  += $(LDLIBS_libxenctrl)
 +@@ -31,7 +35,7 @@ install: build
 + 	$(INSTALL_DIR) $(DESTDIR)$(LIBEXEC_BIN)
 + 	$(INSTALL_PROG) xenbaked $(DESTDIR)$(LIBEXEC_BIN)/xenbaked
 + 	$(INSTALL_PROG) xentrace_setmask  $(DESTDIR)$(LIBEXEC_BIN)/xentrace_setmask
 +-	$(INSTALL_PROG) xenmon.py  $(DESTDIR)$(LIBEXEC_BIN)/xenmon.py
 ++	$(INSTALL_PROG) xenmon.py  $(DESTDIR)$(LIBEXEC_BIN)/xenmon
 + 	$(INSTALL_DIR) $(DESTDIR)$(DOCDIR)
 + 	$(INSTALL_DATA) README $(DESTDIR)$(DOCDIR)/README.xenmon
 + 
diff --cc debian/patches/tools-xenmon-prefix.diff
index 3472a63,0000000..16ff8a2
mode 100644,000000..100644
--- a/debian/patches/tools-xenmon-prefix.diff
+++ b/debian/patches/tools-xenmon-prefix.diff
@@@ -1,37 -1,0 +1,37 @@@
- From b34b61fa56ea09672557ff3d69d27c632779e2b9 Mon Sep 17 00:00:00 2001
++From 028888280b9f88d38e444f2456381a07587eff73 Mon Sep 17 00:00:00 2001
 +From: Bastian Blank <waldi at debian.org>
 +Date: Sat, 5 Jul 2014 11:47:06 +0200
 +Subject: tools-xenmon-prefix.diff
 +
 +Patch-Name: tools-xenmon-prefix.diff
 +---
 + tools/xenmon/Makefile | 9 +++++----
 + 1 file changed, 5 insertions(+), 4 deletions(-)
 +
 +diff --git a/tools/xenmon/Makefile b/tools/xenmon/Makefile
 +index 3fe87ba..eb10389 100644
 +--- a/tools/xenmon/Makefile
 ++++ b/tools/xenmon/Makefile
 +@@ -16,6 +16,7 @@ include $(XEN_ROOT)/tools/Rules.mk
 + CFLAGS  += -Werror
 + CFLAGS  += $(CFLAGS_libxenctrl)
 + LDLIBS  += $(LDLIBS_libxenctrl)
 ++LDFLAGS += $(call LDFLAGS_RPATH,../lib)
 + 
 + SCRIPTS = xenmon.py
 + 
 +@@ -27,10 +28,10 @@ build: xentrace_setmask xenbaked
 + 
 + .PHONY: install
 + install: build
 +-	$(INSTALL_DIR) $(DESTDIR)$(SBINDIR)
 +-	$(INSTALL_PROG) xenbaked $(DESTDIR)$(SBINDIR)/xenbaked
 +-	$(INSTALL_PROG) xentrace_setmask  $(DESTDIR)$(SBINDIR)/xentrace_setmask
 +-	$(INSTALL_PROG) xenmon.py  $(DESTDIR)$(SBINDIR)/xenmon.py
 ++	$(INSTALL_DIR) $(DESTDIR)$(LIBEXEC_BIN)
 ++	$(INSTALL_PROG) xenbaked $(DESTDIR)$(LIBEXEC_BIN)/xenbaked
 ++	$(INSTALL_PROG) xentrace_setmask  $(DESTDIR)$(LIBEXEC_BIN)/xentrace_setmask
 ++	$(INSTALL_PROG) xenmon.py  $(DESTDIR)$(LIBEXEC_BIN)/xenmon.py
 + 	$(INSTALL_DIR) $(DESTDIR)$(DOCDIR)
 + 	$(INSTALL_DATA) README $(DESTDIR)$(DOCDIR)/README.xenmon
 + 
diff --cc debian/patches/tools-xenpaging-prefix.diff
index d57550a,0000000..0e6f7c9
mode 100644,000000..100644
--- a/debian/patches/tools-xenpaging-prefix.diff
+++ b/debian/patches/tools-xenpaging-prefix.diff
@@@ -1,23 -1,0 +1,23 @@@
- From abfa5749d0ac167c66fc63e2a3fae6934f1bd265 Mon Sep 17 00:00:00 2001
++From 78a248bfa98c3f18aea03fd284d0aeec6e65c136 Mon Sep 17 00:00:00 2001
 +From: Bastian Blank <waldi at debian.org>
 +Date: Sat, 5 Jul 2014 11:47:08 +0200
 +Subject: tools-xenpaging-prefix.diff
 +
 +Patch-Name: tools-xenpaging-prefix.diff
 +---
 + tools/xenpaging/Makefile | 2 +-
 + 1 file changed, 1 insertion(+), 1 deletion(-)
 +
 +diff --git a/tools/xenpaging/Makefile b/tools/xenpaging/Makefile
 +index c742e62..ffdc29b 100644
 +--- a/tools/xenpaging/Makefile
 ++++ b/tools/xenpaging/Makefile
 +@@ -4,7 +4,7 @@ include $(XEN_ROOT)/tools/Rules.mk
 + # xenpaging.c and file_ops.c incorrectly use libxc internals
 + CFLAGS += $(CFLAGS_libxenctrl) $(CFLAGS_libxenstore) $(PTHREAD_CFLAGS) -I$(XEN_ROOT)/tools/libxc
 + LDLIBS += $(LDLIBS_libxenctrl) $(LDLIBS_libxenstore) $(PTHREAD_LIBS)
 +-LDFLAGS += $(PTHREAD_LDFLAGS)
 ++LDFLAGS += $(PTHREAD_LDFLAGS) $(call LDFLAGS_RPATH,../lib)
 + 
 + POLICY    = default
 + 
diff --cc debian/patches/tools-xenpmd-prefix.diff
index 848a3cd,0000000..14455ab
mode 100644,000000..100644
--- a/debian/patches/tools-xenpmd-prefix.diff
+++ b/debian/patches/tools-xenpmd-prefix.diff
@@@ -1,25 -1,0 +1,25 @@@
- From fe75d9145658c6b798e63a4aa4db48d64a60557e Mon Sep 17 00:00:00 2001
++From 5ee4b71d8a82fd58ae3b7b4e7fdc731288fc33b5 Mon Sep 17 00:00:00 2001
 +From: Bastian Blank <waldi at debian.org>
 +Date: Sat, 13 Dec 2014 19:37:02 +0100
 +Subject: tools-xenpmd-prefix.diff
 +
 +Patch-Name: tools-xenpmd-prefix.diff
 +---
 + tools/xenpmd/Makefile | 4 ++--
 + 1 file changed, 2 insertions(+), 2 deletions(-)
 +
 +diff --git a/tools/xenpmd/Makefile b/tools/xenpmd/Makefile
 +index 2d925df..d7c0b6c 100644
 +--- a/tools/xenpmd/Makefile
 ++++ b/tools/xenpmd/Makefile
 +@@ -11,8 +11,8 @@ all: xenpmd
 + 
 + .PHONY: install
 + install: all
 +-	$(INSTALL_DIR) $(DESTDIR)$(SBINDIR)
 +-	$(INSTALL_PROG) xenpmd $(DESTDIR)$(SBINDIR)
 ++	$(INSTALL_DIR) $(DESTDIR)$(LIBEXEC_BIN)
 ++	$(INSTALL_PROG) xenpmd $(DESTDIR)$(LIBEXEC_BIN)
 + 
 + .PHONY: clean
 + clean:
diff --cc debian/patches/tools-xenstat-abiname.diff
index 29039fb,0000000..259aa8c
mode 100644,000000..100644
--- a/debian/patches/tools-xenstat-abiname.diff
+++ b/debian/patches/tools-xenstat-abiname.diff
@@@ -1,65 -1,0 +1,65 @@@
- From 0e96125d7a8672209f57f8e2fcaaebe51737c480 Mon Sep 17 00:00:00 2001
++From 7d2a49d05d5a1bae20e4073734090658245678fb Mon Sep 17 00:00:00 2001
 +From: Bastian Blank <waldi at debian.org>
 +Date: Sat, 5 Jul 2014 11:46:50 +0200
 +Subject: tools-xenstat-abiname.diff
 +
 +Patch-Name: tools-xenstat-abiname.diff
 +---
 + tools/xenstat/libxenstat/Makefile | 20 ++++----------------
 + 1 file changed, 4 insertions(+), 16 deletions(-)
 +
 +diff --git a/tools/xenstat/libxenstat/Makefile b/tools/xenstat/libxenstat/Makefile
 +index 86068cb..3469385 100644
 +--- a/tools/xenstat/libxenstat/Makefile
 ++++ b/tools/xenstat/libxenstat/Makefile
 +@@ -18,18 +18,14 @@ include $(XEN_ROOT)/tools/Rules.mk
 + LDCONFIG=ldconfig
 + MAKE_LINK=ln -sf
 + 
 +-MAJOR=0
 +-MINOR=0
 +-
 + LIB=src/libxenstat.a
 +-SHLIB=src/libxenstat.so.$(MAJOR).$(MINOR)
 +-SHLIB_LINKS=src/libxenstat.so.$(MAJOR) src/libxenstat.so
 ++SHLIB=src/libxenstat.so
 + OBJECTS-y=src/xenstat.o
 + OBJECTS-$(CONFIG_Linux) += src/xenstat_linux.o
 + OBJECTS-$(CONFIG_SunOS) += src/xenstat_solaris.o
 + OBJECTS-$(CONFIG_NetBSD) += src/xenstat_netbsd.o
 + OBJECTS-$(CONFIG_FreeBSD) += src/xenstat_freebsd.o
 +-SONAME_FLAGS=-Wl,$(SONAME_LDFLAG) -Wl,libxenstat.so.$(MAJOR)
 ++SONAME_FLAGS=-Wl,$(SONAME_LDFLAG),libxenstat.so
 + 
 + CFLAGS+=-fPIC
 + CFLAGS+=-Isrc $(CFLAGS_libxenctrl) $(CFLAGS_libxenstore) $(CFLAGS_xeninclude)
 +@@ -38,7 +34,7 @@ LDLIBS-y = $(LDLIBS_libxenstore) $(LDLIBS_libxenctrl)
 + LDLIBS-$(CONFIG_SunOS) += -lkstat
 + 
 + .PHONY: all
 +-all: $(LIB) $(SHLIB) $(SHLIB_LINKS)
 ++all: $(LIB) $(SHLIB)
 + 
 + $(LIB): $(OBJECTS-y)
 + 	$(AR) rc $@ $^
 +@@ -48,19 +44,11 @@ $(SHLIB): $(OBJECTS-y)
 + 	$(CC) $(LDFLAGS) $(SONAME_FLAGS) $(SHLIB_LDFLAGS) -o $@ \
 + 	    $(OBJECTS-y) $(LDLIBS-y) $(APPEND_LDFLAGS)
 + 
 +-src/libxenstat.so.$(MAJOR): $(SHLIB)
 +-	$(MAKE_LINK) $(<F) $@
 +-
 +-src/libxenstat.so: src/libxenstat.so.$(MAJOR)
 +-	$(MAKE_LINK) $(<F) $@
 +-
 + .PHONY: install
 + install: all
 + 	$(INSTALL_DATA) src/xenstat.h $(DESTDIR)$(INCLUDEDIR)
 + 	$(INSTALL_DATA) $(LIB) $(DESTDIR)$(LIBDIR)/libxenstat.a
 +-	$(INSTALL_PROG) src/libxenstat.so.$(MAJOR).$(MINOR) $(DESTDIR)$(LIBDIR)
 +-	ln -sf libxenstat.so.$(MAJOR).$(MINOR) $(DESTDIR)$(LIBDIR)/libxenstat.so.$(MAJOR)
 +-	ln -sf libxenstat.so.$(MAJOR) $(DESTDIR)$(LIBDIR)/libxenstat.so
 ++	$(INSTALL_PROG) src/libxenstat.so $(DESTDIR)$(LIBDIR)
 + 
 + PYLIB=bindings/swig/python/_xenstat.so
 + PYMOD=bindings/swig/python/xenstat.py
diff --cc debian/patches/tools-xenstat-prefix.diff
index ff03676,0000000..f069804
mode 100644,000000..100644
--- a/debian/patches/tools-xenstat-prefix.diff
+++ b/debian/patches/tools-xenstat-prefix.diff
@@@ -1,52 -1,0 +1,52 @@@
- From 65d444b8d2b604d9e9071754b91a4609b1e02caf Mon Sep 17 00:00:00 2001
++From 1c52a39aa878db11da7fbef9c573f39fcaaa5d37 Mon Sep 17 00:00:00 2001
 +From: Bastian Blank <waldi at debian.org>
 +Date: Sat, 5 Jul 2014 11:47:09 +0200
 +Subject: tools-xenstat-prefix.diff
 +
 +Patch-Name: tools-xenstat-prefix.diff
 +---
 + tools/xenstat/libxenstat/Makefile | 3 ++-
 + tools/xenstat/xentop/Makefile     | 6 ++++--
 + 2 files changed, 6 insertions(+), 3 deletions(-)
 +
 +diff --git a/tools/xenstat/libxenstat/Makefile b/tools/xenstat/libxenstat/Makefile
 +index 3469385..661ab16 100644
 +--- a/tools/xenstat/libxenstat/Makefile
 ++++ b/tools/xenstat/libxenstat/Makefile
 +@@ -46,9 +46,10 @@ $(SHLIB): $(OBJECTS-y)
 + 
 + .PHONY: install
 + install: all
 ++	$(INSTALL_DIR) $(DESTDIR)$(LIBDIR) $(DESTDIR)$(LIBEXEC_LIB)
 + 	$(INSTALL_DATA) src/xenstat.h $(DESTDIR)$(INCLUDEDIR)
 + 	$(INSTALL_DATA) $(LIB) $(DESTDIR)$(LIBDIR)/libxenstat.a
 +-	$(INSTALL_PROG) src/libxenstat.so $(DESTDIR)$(LIBDIR)
 ++	$(INSTALL_PROG) src/libxenstat.so $(DESTDIR)$(LIBEXEC_LIB)
 + 
 + PYLIB=bindings/swig/python/_xenstat.so
 + PYMOD=bindings/swig/python/xenstat.py
 +diff --git a/tools/xenstat/xentop/Makefile b/tools/xenstat/xentop/Makefile
 +index 076e44c..33e8740 100644
 +--- a/tools/xenstat/xentop/Makefile
 ++++ b/tools/xenstat/xentop/Makefile
 +@@ -19,7 +19,9 @@ all install xentop:
 + else
 + 
 + CFLAGS += -DGCC_PRINTF -Werror $(CFLAGS_libxenstat)
 ++LDFLAGS += $(call LDFLAGS_RPATH,../lib)
 + LDLIBS += $(LDLIBS_libxenstat) $(CURSES_LIBS) $(SOCKET_LIBS) -lm
 ++LDLIBS += $(LDLIBS_libxenctrl) $(LDLIBS_libxenstore)
 + CFLAGS += -DHOST_$(XEN_OS)
 + 
 + # Include configure output (config.h) to headers search path
 +@@ -31,8 +33,8 @@ all: xentop
 + 
 + .PHONY: install
 + install: xentop xentop.1
 +-	$(INSTALL_DIR) $(DESTDIR)$(SBINDIR)
 +-	$(INSTALL_PROG) xentop $(DESTDIR)$(SBINDIR)/xentop
 ++	$(INSTALL_DIR) $(DESTDIR)$(LIBEXEC_BIN)
 ++	$(INSTALL_PROG) xentop $(DESTDIR)$(LIBEXEC_BIN)/xentop
 + 	$(INSTALL_DIR) $(DESTDIR)$(MAN1DIR)
 + 	$(INSTALL_DATA) xentop.1 $(DESTDIR)$(MAN1DIR)/xentop.1
 + 
diff --cc debian/patches/tools-xenstore-compatibility.diff
index 31a321b,0000000..b41a03f
mode 100644,000000..100644
--- a/debian/patches/tools-xenstore-compatibility.diff
+++ b/debian/patches/tools-xenstore-compatibility.diff
@@@ -1,62 -1,0 +1,62 @@@
- From 4ad8b98cb36d4900dd47485f553e1f18d042f2e2 Mon Sep 17 00:00:00 2001
++From 72b172f063b63df29fc61442fa64d74806b3a247 Mon Sep 17 00:00:00 2001
 +From: Bastian Blank <waldi at debian.org>
 +Date: Sat, 5 Jul 2014 11:47:36 +0200
 +Subject: tools-xenstore-compatibility.diff
 +
 +Patch-Name: tools-xenstore-compatibility.diff
 +---
 + tools/xenstore/include/xenstore.h | 1 +
 + tools/xenstore/xenstore_client.c  | 2 +-
 + tools/xenstore/xs.c               | 4 +++-
 + 3 files changed, 5 insertions(+), 2 deletions(-)
 +
 +diff --git a/tools/xenstore/include/xenstore.h b/tools/xenstore/include/xenstore.h
 +index b4b113e..be2491b 100644
 +--- a/tools/xenstore/include/xenstore.h
 ++++ b/tools/xenstore/include/xenstore.h
 +@@ -26,6 +26,7 @@
 + 
 + #define XS_OPEN_READONLY	1UL<<0
 + #define XS_OPEN_SOCKETONLY      1UL<<1
 ++#define XS_OPEN_DOMAINONLY      1UL<<2
 + 
 + /*
 +  * Setting XS_UNWATCH_FILTER arranges that after xs_unwatch, no
 +diff --git a/tools/xenstore/xenstore_client.c b/tools/xenstore/xenstore_client.c
 +index 1054f18..e6fa58d 100644
 +--- a/tools/xenstore/xenstore_client.c
 ++++ b/tools/xenstore/xenstore_client.c
 +@@ -635,7 +635,7 @@ main(int argc, char **argv)
 + 	    max_width = ws.ws_col - 2;
 +     }
 + 
 +-    xsh = xs_open(socket ? XS_OPEN_SOCKETONLY : 0);
 ++    xsh = xs_open(socket ? XS_OPEN_SOCKETONLY : XS_OPEN_DOMAINONLY);
 +     if (xsh == NULL) err(1, "xs_open");
 + 
 + again:
 +diff --git a/tools/xenstore/xs.c b/tools/xenstore/xs.c
 +index 968141d..738d86f 100644
 +--- a/tools/xenstore/xs.c
 ++++ b/tools/xenstore/xs.c
 +@@ -282,17 +282,19 @@ struct xs_handle *xs_daemon_open_readonly(void)
 + 
 + struct xs_handle *xs_domain_open(void)
 + {
 +-	return xs_open(0);
 ++	return xs_open(XS_OPEN_DOMAINONLY);
 + }
 + 
 + struct xs_handle *xs_open(unsigned long flags)
 + {
 + 	struct xs_handle *xsh = NULL;
 + 
 ++	if (!(flags & XS_OPEN_DOMAINONLY)) {
 + 	if (flags & XS_OPEN_READONLY)
 + 		xsh = get_handle(xs_daemon_socket_ro());
 + 	else
 + 		xsh = get_handle(xs_daemon_socket());
 ++	}
 + 
 + 	if (!xsh && !(flags & XS_OPEN_SOCKETONLY))
 + 		xsh = get_handle(xs_domain_dev());
diff --cc debian/patches/tools-xenstore-prefix.diff
index ffb28e3,0000000..b96ecad
mode 100644,000000..100644
--- a/debian/patches/tools-xenstore-prefix.diff
+++ b/debian/patches/tools-xenstore-prefix.diff
@@@ -1,61 -1,0 +1,61 @@@
- From cfb373c7981b0b388cfe48a50a9856d13eecf9d5 Mon Sep 17 00:00:00 2001
++From 399dfec999c7fcfbf61913fb0373e2c3d5d8b66a Mon Sep 17 00:00:00 2001
 +From: Bastian Blank <waldi at debian.org>
 +Date: Sat, 5 Jul 2014 11:47:12 +0200
 +Subject: tools-xenstore-prefix.diff
 +
 +Patch-Name: tools-xenstore-prefix.diff
 +---
 + tools/xenstore/Makefile | 18 ++++++++++--------
 + 1 file changed, 10 insertions(+), 8 deletions(-)
 +
 +diff --git a/tools/xenstore/Makefile b/tools/xenstore/Makefile
 +index 11b6a06..183b4d8 100644
 +--- a/tools/xenstore/Makefile
 ++++ b/tools/xenstore/Makefile
 +@@ -17,6 +17,8 @@ LDFLAGS-$(CONFIG_SYSTEMD) += $(SYSTEMD_LIBS)
 + CFLAGS  += $(CFLAGS-y)
 + LDFLAGS += $(LDFLAGS-y)
 + 
 ++LDFLAGS_libxenctrl += $(call LDFLAGS_RPATH,../lib)
 ++
 + CLIENTS := xenstore-exists xenstore-list xenstore-read xenstore-rm xenstore-chmod
 + CLIENTS += xenstore-write xenstore-ls xenstore-watch
 + 
 +@@ -74,10 +76,10 @@ endif
 + init-xenstore-domain.o: CFLAGS += $(CFLAGS_libxenguest)
 + 
 + init-xenstore-domain: init-xenstore-domain.o $(LIBXENSTORE)
 +-	$(CC) $^ $(LDFLAGS) $(LDLIBS_libxenctrl) $(LDLIBS_libxenguest) $(LDLIBS_libxenstore) -o $@ $(APPEND_LDFLAGS)
 ++	$(CC) $^ $(LDFLAGS) $(LDLIBS_libxenctrl) $(LDLIBS_libxenguest) $(LDLIBS_libxenstore) $(call LDFLAGS_RPATH,../lib) -o $@ $(APPEND_LDFLAGS)
 + 
 + xenstored: $(XENSTORED_OBJS)
 +-	$(CC) $^ $(LDFLAGS) $(LDLIBS_libxenctrl) $(SOCKET_LIBS) -o $@ $(APPEND_LDFLAGS)
 ++	$(CC) $^ $(LDFLAGS) $(LDLIBS_libxenctrl) $(SOCKET_LIBS) $(call LDFLAGS_RPATH,../lib) -o $@ $(APPEND_LDFLAGS)
 + 
 + xenstored.a: $(XENSTORED_OBJS)
 + 	$(AR) cr $@ $^
 +@@ -125,18 +127,18 @@ tarball: clean
 + 
 + .PHONY: install
 + install: all
 +-	$(INSTALL_DIR) $(DESTDIR)$(BINDIR)
 ++	$(INSTALL_DIR) $(DESTDIR)$(LIBEXEC_BIN)
 ++	$(INSTALL_DIR) $(DESTDIR)$(SBINDIR)
 + 	$(INSTALL_DIR) $(DESTDIR)$(INCLUDEDIR)
 + 	$(INSTALL_DIR) $(DESTDIR)$(INCLUDEDIR)/xenstore-compat
 + ifeq ($(XENSTORE_XENSTORED),y)
 +-	$(INSTALL_DIR) $(DESTDIR)$(SBINDIR)
 + 	$(INSTALL_DIR) $(DESTDIR)$(XEN_LIB_STORED)
 +-	$(INSTALL_PROG) xenstored $(DESTDIR)$(SBINDIR)
 ++	$(INSTALL_PROG) xenstored $(DESTDIR)$(LIBEXEC_BIN)
 + endif
 +-	$(INSTALL_PROG) xenstore-control $(DESTDIR)$(BINDIR)
 +-	$(INSTALL_PROG) xenstore $(DESTDIR)$(BINDIR)
 ++	$(INSTALL_PROG) xenstore-control $(DESTDIR)$(LIBEXEC_BIN)
 ++	$(INSTALL_PROG) xenstore $(DESTDIR)$(SBINDIR)
 + 	set -e ; for c in $(CLIENTS) ; do \
 +-		ln -f $(DESTDIR)$(BINDIR)/xenstore $(DESTDIR)$(BINDIR)/$${c} ; \
 ++		ln -f $(DESTDIR)$(SBINDIR)/xenstore $(DESTDIR)$(SBINDIR)/$${c} ; \
 + 	done
 + 	$(INSTALL_DIR) $(DESTDIR)$(LIBDIR)
 + 	$(INSTALL_SHLIB) libxenstore.so.$(MAJOR).$(MINOR) $(DESTDIR)$(LIBDIR)
diff --cc debian/patches/tools-xentrace-prefix.diff
index 9f1eb4b,0000000..5c9e598
mode 100644,000000..100644
--- a/debian/patches/tools-xentrace-prefix.diff
+++ b/debian/patches/tools-xentrace-prefix.diff
@@@ -1,39 -1,0 +1,39 @@@
- From 7f5fb659e513f3dcab79610e3d1ab0980657a0fb Mon Sep 17 00:00:00 2001
++From 5ba372a685d180fea38790377bbc3847342a32d4 Mon Sep 17 00:00:00 2001
 +From: Bastian Blank <waldi at debian.org>
 +Date: Sat, 5 Jul 2014 11:47:14 +0200
 +Subject: tools-xentrace-prefix.diff
 +
 +Patch-Name: tools-xentrace-prefix.diff
 +---
 + tools/xentrace/Makefile | 9 ++++-----
 + 1 file changed, 4 insertions(+), 5 deletions(-)
 +
 +diff --git a/tools/xentrace/Makefile b/tools/xentrace/Makefile
 +index b821952..ffe2f0d 100644
 +--- a/tools/xentrace/Makefile
 ++++ b/tools/xentrace/Makefile
 +@@ -5,6 +5,7 @@ CFLAGS += -Werror
 + 
 + CFLAGS += $(CFLAGS_libxenctrl)
 + LDLIBS += $(LDLIBS_libxenctrl)
 ++LDFLAGS += $(call LDFLAGS_RPATH,../lib)
 + 
 + BIN      = xentrace xentrace_setsize
 + LIBBIN   = xenctx
 +@@ -20,13 +21,11 @@ build: $(BIN) $(LIBBIN)
 + 
 + .PHONY: install
 + install: build
 +-	$(INSTALL_DIR) $(DESTDIR)$(BINDIR)
 +-	[ -z "$(LIBBIN)" ] || $(INSTALL_DIR) $(DESTDIR)$(LIBEXEC_BIN)
 ++	$(INSTALL_DIR) $(DESTDIR)$(LIBEXEC_BIN)
 + 	$(INSTALL_DIR) $(DESTDIR)$(MAN1DIR)
 + 	$(INSTALL_DIR) $(DESTDIR)$(MAN8DIR)
 +-	$(INSTALL_PROG) $(BIN) $(DESTDIR)$(BINDIR)
 +-	$(INSTALL_PYTHON_PROG) $(SCRIPTS) $(DESTDIR)$(BINDIR)
 +-	[ -z "$(LIBBIN)" ] || $(INSTALL_PROG) $(LIBBIN) $(DESTDIR)$(LIBEXEC_BIN)
 ++	$(INSTALL_PROG) $(BIN) $(LIBBIN) $(DESTDIR)$(LIBEXEC_BIN)
 ++	$(INSTALL_PYTHON_PROG) $(SCRIPTS) $(DESTDIR)$(LIBEXEC_BIN)
 + 	$(INSTALL_DATA) $(MAN1) $(DESTDIR)$(MAN1DIR)
 + 	$(INSTALL_DATA) $(MAN8) $(DESTDIR)$(MAN8DIR)
 + 
diff --cc debian/patches/version.diff
index 8a569fc,0000000..3ee4dd2
mode 100644,000000..100644
--- a/debian/patches/version.diff
+++ b/debian/patches/version.diff
@@@ -1,170 -1,0 +1,170 @@@
- From 1f5daf0e99d7e961baa22a61575506455b00bb46 Mon Sep 17 00:00:00 2001
++From bc6195d65e5765928d9ab890b1bff72701e9ff23 Mon Sep 17 00:00:00 2001
 +From: Bastian Blank <waldi at debian.org>
 +Date: Sat, 5 Jul 2014 11:46:43 +0200
 +Subject: version
 +
 +Patch-Name: version.diff
 +---
 + xen/Makefile                 | 11 +++++------
 + xen/common/kernel.c          |  4 ++--
 + xen/common/version.c         | 21 +++++++++++----------
 + xen/drivers/char/console.c   |  9 +++------
 + xen/include/xen/compile.h.in |  8 ++++----
 + xen/include/xen/version.h    |  8 ++++----
 + 6 files changed, 29 insertions(+), 32 deletions(-)
 +
 +diff --git a/xen/Makefile b/xen/Makefile
- index 5d70741..bc2d228 100644
++index 5720393..11c7369 100644
 +--- a/xen/Makefile
 ++++ b/xen/Makefile
 +@@ -125,20 +125,19 @@ delete-unfresh-files:
 + 	@mv -f $@.tmp $@
 + 
 + # compile.h contains dynamic build info. Rebuilt on every 'make' invocation.
 +-include/xen/compile.h: include/xen/compile.h.in .banner
 ++include/xen/compile.h: include/xen/compile.h.in
 + 	@sed -e 's/@@date@@/$(shell LC_ALL=C date)/g' \
 + 	    -e 's/@@time@@/$(shell LC_ALL=C date +%T)/g' \
 +-	    -e 's/@@whoami@@/$(XEN_WHOAMI)/g' \
 +-	    -e 's/@@domain@@/$(XEN_DOMAIN)/g' \
 +-	    -e 's/@@hostname@@/$(shell hostname)/g' \
 + 	    -e 's!@@compiler@@!$(shell $(CC) $(CFLAGS) --version 2>&1 | head -1)!g' \
 + 	    -e 's/@@version@@/$(XEN_VERSION)/g' \
 + 	    -e 's/@@subversion@@/$(XEN_SUBVERSION)/g' \
 + 	    -e 's/@@extraversion@@/$(XEN_EXTRAVERSION)/g' \
 + 	    -e 's!@@changeset@@!$(shell tools/scmversion $(XEN_ROOT) || echo "unavailable")!g' \
 ++	    -e 's/@@system_distribution@@/$(shell lsb_release -is)/g' \
 ++	    -e 's/@@system_maintainer_domain@@/$(shell cd ../../../..; dpkg-parsechangelog | sed -ne 's,^Maintainer: .[^<]*<[^@>]*@\([^>]*\)>,\1,p')/g' \
 ++	    -e 's/@@system_maintainer_local@@/$(shell cd ../../../..; dpkg-parsechangelog | sed -ne 's,^Maintainer: .[^<]*<\([^@>]*\)@.*>,\1,p')/g' \
 ++	    -e 's/@@system_version@@/$(shell cd ../../../..; dpkg-parsechangelog | awk '/^Version:/ {print $$2}')/g' \
 + 	    < include/xen/compile.h.in > $@.new
 +-	@cat .banner
 +-	@$(PYTHON) tools/fig-to-oct.py < .banner >> $@.new
 + 	@mv -f $@.new $@
 + 
 + include/asm-$(TARGET_ARCH)/asm-offsets.h: arch/$(TARGET_ARCH)/asm-offsets.s
 +diff --git a/xen/common/kernel.c b/xen/common/kernel.c
- index d23c422..0734a50 100644
++index bafd44f..4a140ad 100644
 +--- a/xen/common/kernel.c
 ++++ b/xen/common/kernel.c
- @@ -250,8 +250,8 @@ DO(xen_version)(int cmd, XEN_GUEST_HANDLE_PARAM(void) arg)
-      {
-          struct xen_compile_info info;
++@@ -254,8 +254,8 @@ DO(xen_version)(int cmd, XEN_GUEST_HANDLE_PARAM(void) arg)
++ 
++         memset(&info, 0, sizeof(info));
 +         safe_strcpy(info.compiler,       xen_compiler());
 +-        safe_strcpy(info.compile_by,     xen_compile_by());
 +-        safe_strcpy(info.compile_domain, xen_compile_domain());
 ++        safe_strcpy(info.compile_by,     xen_compile_system_maintainer_local());
 ++        safe_strcpy(info.compile_domain, xen_compile_system_maintainer_domain());
 +         safe_strcpy(info.compile_date,   xen_compile_date());
 +         if ( copy_to_guest(arg, &info, 1) )
 +             return -EFAULT;
 +diff --git a/xen/common/version.c b/xen/common/version.c
 +index b152e27..7b5af55 100644
 +--- a/xen/common/version.c
 ++++ b/xen/common/version.c
 +@@ -11,19 +11,24 @@ const char *xen_compile_time(void)
 +     return XEN_COMPILE_TIME;
 + }
 + 
 +-const char *xen_compile_by(void)
 ++const char *xen_compile_system_distribution(void)
 + {
 +-    return XEN_COMPILE_BY;
 ++    return XEN_COMPILE_SYSTEM_DISTRIBUTION;
 + }
 + 
 +-const char *xen_compile_domain(void)
 ++const char *xen_compile_system_maintainer_local(void)
 + {
 +-    return XEN_COMPILE_DOMAIN;
 ++    return XEN_COMPILE_SYSTEM_MAINTAINER_LOCAL;
 + }
 + 
 +-const char *xen_compile_host(void)
 ++const char *xen_compile_system_maintainer_domain(void)
 + {
 +-    return XEN_COMPILE_HOST;
 ++    return XEN_COMPILE_SYSTEM_MAINTAINER_DOMAIN;
 ++}
 ++
 ++const char *xen_compile_system_version(void)
 ++{
 ++    return XEN_COMPILE_SYSTEM_VERSION;
 + }
 + 
 + const char *xen_compiler(void)
 +@@ -51,7 +56,3 @@ const char *xen_changeset(void)
 +     return XEN_CHANGESET;
 + }
 + 
 +-const char *xen_banner(void)
 +-{
 +-    return XEN_BANNER;
 +-}
 +diff --git a/xen/drivers/char/console.c b/xen/drivers/char/console.c
 +index 0b8d3d4..99507df 100644
 +--- a/xen/drivers/char/console.c
 ++++ b/xen/drivers/char/console.c
 +@@ -727,14 +727,11 @@ void __init console_init_preirq(void)
 +     serial_set_rx_handler(sercon_handle, serial_rx);
 + 
 +     /* HELLO WORLD --- start-of-day banner text. */
 +-    spin_lock(&console_lock);
 +-    __putstr(xen_banner());
 +-    spin_unlock(&console_lock);
 +-    printk("Xen version %d.%d%s (%s@%s) (%s) debug=%c %s\n",
 ++    printk("Xen version %d.%d%s (%s %s) (%s@%s) (%s) debug=%c %s\n",
 +            xen_major_version(), xen_minor_version(), xen_extra_version(),
 +-           xen_compile_by(), xen_compile_domain(),
 ++           xen_compile_system_distribution(), xen_compile_system_version(),
 ++           xen_compile_system_maintainer_local(), xen_compile_system_maintainer_domain(),
 +            xen_compiler(), debug_build() ? 'y' : 'n', xen_compile_date());
 +-    printk("Latest ChangeSet: %s\n", xen_changeset());
 + 
 +     if ( opt_sync_console )
 +     {
 +diff --git a/xen/include/xen/compile.h.in b/xen/include/xen/compile.h.in
 +index 440ecb2..0c3ca58 100644
 +--- a/xen/include/xen/compile.h.in
 ++++ b/xen/include/xen/compile.h.in
 +@@ -1,8 +1,9 @@
 + #define XEN_COMPILE_DATE	"@@date@@"
 + #define XEN_COMPILE_TIME	"@@time@@"
 +-#define XEN_COMPILE_BY		"@@whoami@@"
 +-#define XEN_COMPILE_DOMAIN	"@@domain@@"
 +-#define XEN_COMPILE_HOST	"@@hostname@@"
 ++#define XEN_COMPILE_SYSTEM_DISTRIBUTION		"@@system_distribution@@"
 ++#define XEN_COMPILE_SYSTEM_MAINTAINER_DOMAIN	"@@system_maintainer_domain@@"
 ++#define XEN_COMPILE_SYSTEM_MAINTAINER_LOCAL	"@@system_maintainer_local@@"
 ++#define XEN_COMPILE_SYSTEM_VERSION		"@@system_version@@"
 + #define XEN_COMPILER		"@@compiler@@"
 + 
 + #define XEN_VERSION		@@version@@
 +@@ -10,4 +11,3 @@
 + #define XEN_EXTRAVERSION	"@@extraversion@@"
 + 
 + #define XEN_CHANGESET		"@@changeset@@"
 +-#define XEN_BANNER		\
 +diff --git a/xen/include/xen/version.h b/xen/include/xen/version.h
 +index 81a3c7d..c25937e 100644
 +--- a/xen/include/xen/version.h
 ++++ b/xen/include/xen/version.h
 +@@ -3,14 +3,14 @@
 + 
 + const char *xen_compile_date(void);
 + const char *xen_compile_time(void);
 +-const char *xen_compile_by(void);
 +-const char *xen_compile_domain(void);
 +-const char *xen_compile_host(void);
 ++const char *xen_compile_system_distribution(void);
 ++const char *xen_compile_system_maintainer_domain(void);
 ++const char *xen_compile_system_maintainer_local(void);
 ++const char *xen_compile_system_version(void);
 + const char *xen_compiler(void);
 + unsigned int xen_major_version(void);
 + unsigned int xen_minor_version(void);
 + const char *xen_extra_version(void);
 + const char *xen_changeset(void);
 +-const char *xen_banner(void);
 + 
 + #endif /* __XEN_VERSION_H__ */
diff --cc debian/patches/xl-coredumps-to-var-lib-xen-dump.diff
index 8c18ab5,0000000..8bccd1e
mode 100644,000000..100644
--- a/debian/patches/xl-coredumps-to-var-lib-xen-dump.diff
+++ b/debian/patches/xl-coredumps-to-var-lib-xen-dump.diff
@@@ -1,57 -1,0 +1,57 @@@
- From d9e5c51f81f9454305888ba9a4e0439f5a2fbb9a Mon Sep 17 00:00:00 2001
++From d54d80e8d4668b6f7a0c161f6868eab43c0a0d9b Mon Sep 17 00:00:00 2001
 +From: Ian Campbell <ijc at hellion.org.uk>
 +Date: Sun, 31 Aug 2014 01:42:03 +0100
 +Subject: send xl coredumps /var/lib/xen/dump/NAME
 +
 +Patch-Name: xl-coredumps-to-var-lib-xen-dump.diff
 +---
 + docs/man/xl.cfg.pod.5    | 4 ++--
 + tools/Makefile           | 2 +-
 + tools/libxl/xl_cmdimpl.c | 2 +-
 + 3 files changed, 4 insertions(+), 4 deletions(-)
 +
 +diff --git a/docs/man/xl.cfg.pod.5 b/docs/man/xl.cfg.pod.5
 +index 622ea53..11115ee 100644
 +--- a/docs/man/xl.cfg.pod.5
 ++++ b/docs/man/xl.cfg.pod.5
 +@@ -298,12 +298,12 @@ destroy`.
 + 
 + =item B<coredump-destroy>
 + 
 +-write a "coredump" of the domain to F</var/xen/dump/NAME> and then
 ++write a "coredump" of the domain to F</var/lib/xen/dump/NAME> and then
 + destroy the domain.
 + 
 + =item B<coredump-restart>
 + 
 +-write a "coredump" of the domain to F</var/xen/dump/NAME> and then
 ++write a "coredump" of the domain to F</var/lib/xen/dump/NAME> and then
 + restart the domain.
 + 
 + =back
 +diff --git a/tools/Makefile b/tools/Makefile
 +index af9798a..521bd2e 100644
 +--- a/tools/Makefile
 ++++ b/tools/Makefile
 +@@ -59,7 +59,7 @@ build all: subdirs-all
 + 
 + .PHONY: install
 + install: subdirs-install
 +-	$(INSTALL_DIR) $(DESTDIR)/var/xen/dump
 ++	$(INSTALL_DIR) $(DESTDIR)/var/lib/xen/dump/
 + 	$(INSTALL_DIR) $(DESTDIR)/var/log/xen
 + 	$(INSTALL_DIR) $(DESTDIR)/var/lib/xen
 + 
 +diff --git a/tools/libxl/xl_cmdimpl.c b/tools/libxl/xl_cmdimpl.c
 +index ed0d478..3474970 100644
 +--- a/tools/libxl/xl_cmdimpl.c
 ++++ b/tools/libxl/xl_cmdimpl.c
 +@@ -2092,7 +2092,7 @@ static int handle_domain_death(uint32_t *r_domid,
 +         char *corefile;
 +         int rc;
 + 
 +-        if (asprintf(&corefile, "/var/xen/dump/%s", d_config->c_info.name) < 0) {
 ++        if (asprintf(&corefile, "/var/lib/xen/dump/%s", d_config->c_info.name) < 0) {
 +             LOG("failed to construct core dump path");
 +         } else {
 +             LOG("dumping core to %s", corefile);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-xen/xen.git



More information about the Pkg-xen-changes mailing list