[Pkg-xen-changes] [xen] branch develop updated (a787a50 -> 3b842f8)

Bastian Blank waldi at moszumanska.debian.org
Fri Oct 17 13:35:09 UTC 2014


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

waldi pushed a change to branch develop
in repository xen.

      from  a787a50   Use linux 3.16-2
       new  d8a7da2   evtchn: check control block exists when using FIFO-based events
       new  e4aa132   x86/shadow: fix race condition sampling the dirty vram state
       new  65f95b5   x86/emulate: check cpl for all privileged instructions
       new  a22de27   x86emul: only emulate software interrupt injection for real mode
       new  1dd58bd   x86/HVM: properly bound x2APIC MSR range
       new  a90ace8   VT-d: suppress UR signaling for further desktop chipsets
       new  de42d29   merge patched-develop into develop
       new  b50321a   Update changelog
       new  68b241e   Re-add python-dev build-depencency
       new  3b842f8   Use linux 3.16-3

The 10 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                                   |  10 ++
 ...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/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 +-
 17 files changed, 494 insertions(+), 36 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