SHA256
1
0
forked from pool/xen

- bnc#491081 - Xen time goes backwards x3950M2

Patch for this bug plus additional upstream patches from Jan.
  19614-x86-emul-lldt-ltr.patch
  20026-ept-rwx-default.patch
  20031-x86-pmode-load-seg-retry.patch
  20035-x86-load-sreg-adjust.patch
  20059-vmx-nmi-handling.patch
  20077-x86-runstate-cswitch-out.patch
  20078-x86_64-branch-emulation.patch
  20101-hvm-no-compat-virt-start.patch
  20112-x86-dom0-boot-run-timers.patch

OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=13
This commit is contained in:
Charles Arnold
2009-08-28 22:25:44 +00:00
committed by Git OBS Bridge
parent 572e86e220
commit 938967839e
8 changed files with 547 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
#
# spec file for package xen (Version 3.4.1_19718_01)
# spec file for package xen (Version 3.4.1_19718_02)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -37,7 +37,7 @@ BuildRequires: glibc-32bit glibc-devel-32bit
%if %{?with_kmp}0
BuildRequires: kernel-source kernel-syms module-init-tools xorg-x11
%endif
Version: 3.4.1_19718_01
Version: 3.4.1_19718_02
Release: 2
License: GPL v2 only
Group: System/Kernel
@@ -70,7 +70,16 @@ Source24: xenapiusers
# sysconfig hook script for Xen
Source25: xen-updown.sh
# Upstream patches
Patch0: 20013-xend-memleak.patch
Patch0: 19614-x86-emul-lldt-ltr.patch
Patch1: 20013-xend-memleak.patch
Patch2: 20031-x86-pmode-load-seg-retry.patch
Patch3: 20035-x86-load-sreg-adjust.patch
Patch4: 20059-vmx-nmi-handling.patch
Patch5: 20077-x86-runstate-cswitch-out.patch
Patch6: 20078-x86_64-branch-emulation.patch
Patch7: 20101-hvm-no-compat-virt-start.patch
Patch8: 20112-x86-dom0-boot-run-timers.patch
# Our patches
Patch100: xen-config.diff
Patch101: xend-config.diff
@@ -168,7 +177,7 @@ Patch450: disable_emulated_device.diff
Patch500: hv_tools.patch
Patch501: hv_xen_base.patch
Patch502: hv_xen_extension.patch
Patch503: hv_win7_eoi_bug.patch
Patch503: hv_win7_eoi_bug.patch
Patch999: tmp_build.patch
Url: http://www.cl.cam.ac.uk/Research/SRG/netos/xen/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -503,6 +512,14 @@ Authors:
%prep
%setup -q -n %xen_build_dir
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1
%patch8 -p1
%patch100 -p1
%patch101 -p1
%patch102 -p1