[Pkg-xen-changes] [xen] branch upstream-develop updated (1e4a195 -> 9245d82)

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


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

waldi pushed a change to branch upstream-develop
in repository xen.

      from  1e4a195   Import xen_4.5.0.orig.tar.xz
       new  9245d82   Import xen_4.5.1~rc1.orig.tar.xz

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Config.mk                              |   8 +-
 MAINTAINERS                            |  11 ++-
 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 +
 80 files changed, 838 insertions(+), 333 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