[Pkg-xen-changes] [xen] 02/03: Merge branch 'release/4.5.1_rc1-1'

Bastian Blank waldi at moszumanska.debian.org
Mon Jun 1 13:12:39 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 c4d101cabf1a66c86f3a3084cdb58524d9756f1c
Merge: d7d0848 fa167bb
Author: Bastian Blank <waldi at debian.org>
Date:   Mon Jun 1 15:12:21 2015 +0200

    Merge branch 'release/4.5.1_rc1-1'

 Config.mk                                          |   8 +-
 MAINTAINERS                                        |  11 +-
 debian/.git-dpm                                    |  14 +--
 debian/changelog                                   |  11 ++
 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 +-
 debian/rules.defs                                  |   2 +-
 debian/rules.real                                  |   5 +
 debian/scripts/xen-init-list                       |   4 +-
 debian/xen-utils-common.xen.init                   |  18 ++-
 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 +
 113 files changed, 916 insertions(+), 381 deletions(-)

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