[Pkg-xen-changes] [xen] branch master updated (588c7b9 -> 91e383c)

Bastian Blank waldi at moszumanska.debian.org
Wed Oct 22 20:16:32 UTC 2014


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

waldi pushed a change to branch master
in repository xen.

      from  588c7b9   Merge branch 'release/4.4.1-2'
      adds  30b884c   Merge tag 'debian/4.4.1-2' into develop
      adds  1dfa194   Remove unused build-depencencies
      adds  a787a50   Use linux 3.16-2
      adds  d8a7da2   evtchn: check control block exists when using FIFO-based events
      adds  e4aa132   x86/shadow: fix race condition sampling the dirty vram state
      adds  65f95b5   x86/emulate: check cpl for all privileged instructions
      adds  a22de27   x86emul: only emulate software interrupt injection for real mode
      adds  1dd58bd   x86/HVM: properly bound x2APIC MSR range
      adds  a90ace8   VT-d: suppress UR signaling for further desktop chipsets
      adds  de42d29   merge patched-develop into develop
      adds  b50321a   Update changelog
      adds  68b241e   Re-add python-dev build-depencency
      adds  3b842f8   Use linux 3.16-3
      adds  d8fa7a5   Install xen.efi into /boot for amd64 builds.
       new  e24e805   Prepare to release 4.4.1-3
       new  91e383c   Merge branch 'release/4.4.1-3'

The 2 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:
 debian/.git-dpm                                    |   4 +-
 debian/changelog                                   |  20 +++
 ...k-control-block-exists-when-using-FIFO-ba.patch | 175 +++++++++++++++++++++
 ...fix-race-condition-sampling-the-dirty-vra.patch |  57 +++++++
 ...-check-cpl-for-all-privileged-instruction.patch |  47 ++++++
 ...y-emulate-software-interrupt-injection-fo.patch |  33 ++++
 ...7-x86-HVM-properly-bound-x2APIC-MSR-range.patch |  46 ++++++
 ...ss-UR-signaling-for-further-desktop-chips.patch |  42 +++++
 debian/patches/series                              |   6 +
 debian/rules.defs                                  |   2 +-
 debian/rules.real                                  |   3 +
 debian/templates/control.source.in                 |   2 -
 xen/arch/x86/hvm/hvm.c                             |   4 +-
 xen/arch/x86/mm/shadow/common.c                    |   4 +-
 xen/arch/x86/x86_emulate/x86_emulate.c             |   4 +
 xen/common/event_fifo.c                            |  82 +++++++---
 xen/drivers/passthrough/vtd/quirks.c               |  10 +-
 xen/include/asm-x86/hvm/domain.h                   |   2 +-
 18 files changed, 506 insertions(+), 37 deletions(-)
 create mode 100644 debian/patches/0033-evtchn-check-control-block-exists-when-using-FIFO-ba.patch
 create mode 100644 debian/patches/0034-x86-shadow-fix-race-condition-sampling-the-dirty-vra.patch
 create mode 100644 debian/patches/0035-x86-emulate-check-cpl-for-all-privileged-instruction.patch
 create mode 100644 debian/patches/0036-x86emul-only-emulate-software-interrupt-injection-fo.patch
 create mode 100644 debian/patches/0037-x86-HVM-properly-bound-x2APIC-MSR-range.patch
 create mode 100644 debian/patches/0038-VT-d-suppress-UR-signaling-for-further-desktop-chips.patch

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