Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

xen-4.0.1_21326_08-0.7.1 RPM for i586

From OpenSuSE 11.3-test updates for i586

Name: xen Distribution: openSUSE 11.3
Version: 4.0.1_21326_08 Vendor: openSUSE
Release: 0.7.1 Build date: Tue May 10 11:52:35 2011
Group: System/Kernel Build host: build09
Size: 19778842 Source RPM: xen-4.0.1_21326_08-0.7.1.src.rpm
Packager: http://bugs.opensuse.org
Url: http://www.cl.cam.ac.uk/Research/SRG/netos/xen/
Summary: Xen Virtualization: Hypervisor (aka VMM aka Microkernel)
Xen is a virtual machine monitor for x86 that supports execution of
multiple guest operating systems with unprecedented levels of
performance and resource isolation.

This package contains the Xen Hypervisor. (tm)

Modern computers are sufficiently powerful to use virtualization to
present the illusion of many smaller virtual machines (VMs), each
running a separate operating system instance. Successful partitioning
of a machine to support the concurrent execution of multiple operating
systems poses several challenges. Firstly, virtual machines must be
isolated from one another: It is not acceptable for the execution of
one to adversely affect the performance of another. This is
particularly true when virtual machines are owned by mutually
untrusting users. Secondly, it is necessary to support a variety of
different operating systems to accommodate the heterogeneity of popular
applications. Thirdly, the performance overhead introduced by
virtualization should be small.

Xen uses a technique called paravirtualization: The guest OS is
modified, mainly to enhance performance.

The Xen hypervisor (microkernel) does not provide device drivers for
your hardware (except for CPU and memory). This job is left to the
kernel that's running in domain 0. Thus the domain 0 kernel is
privileged; it has full hardware access. It's started immediately after
Xen starts up. Other domains have no access to the hardware; instead
they use virtual interfaces that are provided by Xen (with the help of
the domain 0 kernel).

Xen does support booting other Operating Systems; ports of NetBSD
(Christian Limpach), FreeBSD (Kip Macy), and Plan 9 (Ron Minnich)
exist. A port of Windows XP was developed for an earlier version of
Xen, but is not available for release due to license restrictions.

In addition to this package you need to install the kernel-xen and
xen-tools to use Xen. Xen 3 also supports running unmodified guests
using full virtualization, if appropriate hardware is present. Install
xen-tools-ioemu if you want to use this.

[Hypervisor is a trademark of IBM]



Authors:
--------
    Ian Pratt <ian.pratt@cl.cam.ac.uk>
    Keir Fraser <Keir.Fraser@cl.cam.ac.uk>
    Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
    Mark Williamson <mark.williamson@cl.cam.ac.uk>
    Ewan Mellor <ewan@xensource.com>
    ...

Provides

Requires

License

GPLv2+

Changelog

* Tue May 03 2011 carnold@novell.com
  - bnc#691238 - L3: question on behaviour change xm list
    snapshot-xend.patch
* Thu Apr 28 2011 jfehlig@novell.com
  - bnc#688473 - VUL-0: potential buffer overflow in tools
    cve-2011-1583-4.0.patch
* Tue Apr 26 2011 carnold@novell.com
  - bnc#623680 - xen kernel freezes during boot when processor module
    is loaded
    23228-x86-conditional-write_tsc.patch
  - bnc#680824 - dom0 can't recognize boot disk when IOMMU is enabled
    23200-amd-iommu-intremap-sync.patch
  - Upstream patches from Jan
    23127-vtd-bios-settings.patch
    23153-x86-amd-clear-DramModEn.patch
    23154-x86-amd-iorr-no-rdwr.patch
    23199-amd-iommu-unmapped-intr-fault.patch
* Tue Apr 19 2011 jfehlig@novell.com
  - bnc#687981 - L3: mistyping model type when defining VIF crashes
    VM
    xend-validate-nic-model.patch
* Tue Apr 05 2011 carnold@novell.com
  - Upstream patches from Jan
    23103-x86-pirq-guest-eoi-check.patch
    23030-x86-hpet-init.patch
    23061-amd-iommu-resume.patch
    23127-vtd-bios-settings.patch
* Mon Mar 28 2011 carnold@novell.com
  - Enable support for kernel decompression for gzip, bzip2, and LZMA
    so that kernels compressed with any of these methods can be
    launched
* Thu Mar 17 2011 carnold@novell.com
  - bnc#675817 - Kernel panic when creating HVM guests on AMD
    platforms with XSAVE
    22462-x86-xsave-init-common.patch
* Tue Mar 15 2011 carnold@novell.com
  - bnc#679344 - Xen: multi-vCPU pv guest may crash host
    23034-x86-arch_set_info_guest-DoS.patch
  - bnc#678871 - dom0 hangs long time when starting hvm guests with
    memory >= 64GB
    22780-pod-preempt.patch
  - bnc#675363 - Random lockups with kernel-xen. Possibly graphics
    related
    22997-x86-map_pages_to_xen-check.patch
  - Upstream patches from Jan
    22949-x86-nmi-pci-serr.patch
    22992-x86-fiop-m32i.patch
    22996-x86-alloc_xen_pagetable-no-BUG.patch
    23020-x86-cpuidle-ordering.patch
    23039-csched-constrain-cpu.patch
* Mon Mar 14 2011 carnold@novell.com
  - bnc#678229 - restore of sles HVM fails
    22873-svm-sr-32bit-sysenter-msrs.patch
* Mon Feb 28 2011 cyliu@novell.com
  - Fix /vm/uuid xenstore leak on tapdisk2 device cleanup
    22499-xen-hotplug-cleanup.patch
* Fri Feb 25 2011 carnold@novell.com
  - Upstream patches from Jan
    22872-amd-iommu-pci-reattach.patch
    22879-hvm-no-self-set-mem-type.patch
    22899-x86-tighten-msr-permissions.patch
    22915-x86-hpet-msi-s3.patch
    22947-amd-k8-mce-init-all-msrs.patch
* Thu Feb 17 2011 jfehlig@novell.com
  - bnc#672833 - xen-tools bug causing problems with Ubuntu 10.10
    under Xen 4.
    22238-pygrub-grub2-fix.patch
* Thu Feb 17 2011 lidongyang@novell.com
  - bnc#665610 - xm console > 1 to same VM messes up both consoles
    Upstream rejected due to portability concern, see
    http://lists.xensource.com/archives/html/xen-devel/2011-02/msg00942.html
    xenconsole-no-multiple-connections.patch
* Thu Feb 10 2011 lidongyang@novell.com
  - bnc#651822 - xm snapshot-xxx scripts lead to an XP SP3 HVM domU
    to chkdsk
    Make sure we only apply the snapshot once, and the changes made
    after snapshot-apply hit the disk.
* Tue Feb 08 2011 jfehlig@novell.com
  - bnc#658569 - SLES 11 SP1 dom0 iptables gives lots of physdev
    messages
    22385-vif-common.patch
* Mon Jan 31 2011 carnold@novell.com
  - bnc#633573 - System fail to boot after running several warm
    reboot tests
    22749-vtd-workarounds.patch
  - Upstream patches from Jan
    22744-ept-pod-locking.patch
    22777-vtd-ats-fixes.patch
    22781-pod-hap-logdirty.patch
    22782-x86-emul-smsw.patch
    22789-i386-no-x2apic.patch
    22790-svm-resume-migrate-pirqs.patch
    22816-x86-pirq-drop-priv-check.patch
* Fri Jan 14 2011 carnold@novell.com
  - bnc#658704 - SLES11 SP1 Xen boot panic in x2apic mode
    22707-x2apic-preenabled-check.patch
  - bnc#641419 - L3: Xen: qemu-dm reports "xc_map_foreign_batch: mmap failed:
    Cannot allocate memory"
    7434-qemu-rlimit-as.patch
  - Additional or upstream patches from Jan
    22693-fam10-mmio-conf-base-protect.patch
    22694-x86_64-no-weak.patch
    22708-xenctx-misc.patch
    21432-4.0-cpu-boot-failure.patch
    22645-amd-flush-filter.patch
    qemu-fix-7433.patch
* Mon Jan 10 2011 cyliu@novell.com
  - Upstream c/s 7433 to replace internal qemu_altgr_more.patch
    7433-qemu-altgr.patch
* Fri Jan 07 2011 jfehlig@novell.com
  - bnc#661931 - Fix fd leak in xenstore library
    21344-4.0-testing-xenstore-fd-leak.patch
* Tue Jan 04 2011 carnold@novell.com
  - bnc#656369 - g5plus: sles11sp1 xen crash with 8 socket x2apic
    preenabled
    21989-x2apic-resume.patch
    22475-x2apic-cleanup.patch
    22535-x2apic-preenabled.patch
  - bnc#658163 - maintenance release - Nehalem system cannot boot
    into xen with maintenance release installed
    22504-iommu-dom0-holes.patch
    22506-x86-iommu-dom0-estimate.patch
  - bnc#658704 - SLES11 SP1 Xen boot panic in x2apic mode
    21810-x2apic-acpi.patch
  - Upstream patches from Jan
    22470-vlapic-tick-loss.patch
    22484-vlapic-tmcct-periodic.patch
    22526-ept-access-once.patch
    22533-x86-32bit-apicid.patch
    22534-x86-max-local-apic.patch
    22538-keyhandler-relax.patch
    22540-32on64-hypercall-debug.patch
    22549-vtd-map-page-leak.patch
    22574-ept-skip-validation.patch
    22632-vtd-print-entries.patch
* Tue Jan 04 2011 carnold@novell.com
  - bnc#661298 - maintenance release candidate - Windows VMs reboot
    too fast, triggering failsafe
    xen-minimum-restart-time.patch
* Tue Jan 04 2011 cyliu@novell.com
  - bnc#659070 - fix problem when input '|' in en-us keyboard
    qemu_altgr_more.patch
* Tue Dec 28 2010 jfehlig@novell.com
  - bnc#659466 - XEN drbd block device type not working on SLES 11 SP1
    20158-revert.patch
* Mon Dec 27 2010 jfehlig@novell.com
  - Revert changes made to snapshot-xend.patch and
    snapshot-ioemu-restore.patch made on 2010-11-19.  The changes
    were intended to fix bnc#651822, but testing revealed additional
    changes were needed to completely resolve the bug.  bnc#65182
    will be fixed in a subsequent maintenance release.
* Mon Dec 27 2010 lidongyang@novell.com
  - bnc#654543 - PV guest won't unplug the IDE disk created by
    qemu-dm
    a dirty hack, only add the device to drives_table[] if we are FV
    domU, that will be unplugged anyway if a PV driver is loaded
    later.
    ioemu-disable-emulated-ide-if-pv.patch
* Mon Dec 27 2010 cyliu@novell.com 
  - Upstream patch to replace xenfb_32bpp.patch
    7426-xenfb-depth.patch
* Tue Dec 21 2010 lidongyang@novell.com
  - bnc#651822 make sure we only apply the snapshot once, and the
    changes made after snapshot-apply hit the disk.
    snapshot-xend.patch
    snapshot-without-pv-fix.patch
* Thu Dec 16 2010 jfehlig@novell.com
  - bnc#613584 - If available, use kpartx '-f' option in domUloader
* Thu Dec 16 2010 jfehlig@novell.com
  - bnc#659872 - xend: Do no release domain lock on checkpoint
    operation.
* Tue Dec 14 2010 carnold@novell.com
  - Upstream patches from Jan
    22431-p2m-remove-bug-check.patch
    22448-x86_64-gdt-ldt-fault-filter.patch
    22466-x86-sis-apic-bug.patch
    22451-hvm-cap-clobber.patch
    22388-x2apic-panic.patch
    22452-x86-irq-migrate-directed-eoi.patch
* Tue Dec 14 2010 carnold@novell.com
  - bnc#658163 - maintenance release - Nehalem system cannot boot
    into xen with maintenance release installed
    iommu-dom0-holes.patch
    x86-iommu-dom0-estimate.patch
* Tue Dec 14 2010 carnold@novell.com
  - bnc#659085 - physical host is rebooted with unknown reason
    Regression: Remove the patch 22071-ept-get-entry-lock.patch
* Mon Dec 13 2010 carnold@novell.com
  - Removed 7410-qemu-alt-gr.patch and altgr_2.patch.  It causes a
    regression (see bnc#659070)
* Fri Dec 03 2010 carnold@novell.com
  - bnc#654591 - SLES11 SP0->Sp1 regression? (Xen, HVMs, NPIV)
    Fixed xen-qemu-iscsi-fix.patch
* Fri Dec 03 2010 cyliu@novell.com
  - blktap2 patch - fix problem that blktap2 device info not cleared
    when block-attach fail.
    blktap2.patch
* Tue Nov 30 2010 carnold@novell.com
  - bnc#655438 - Using performance counter in domU on Nehalem cpus
    22417-vpmu-nehalem.patch
  - Upstream patches from Jan
    22389-amd-iommu-decls.patch
    22416-acpi-check-mwait.patch
    22431-p2m-remove-bug-check.patch
* Tue Nov 30 2010 carnold@novell.com
  - bnc#656245 - VUL-1: hypervisor: application or kernel in any pv
    Xen domain can crash Xen
    x86_64-gdt-ldt-fault-filter.patch
* Mon Nov 22 2010 jfehlig@novell.com
  - bnc#628729 - Add a small, fast alternative to 'xm list' for
    enumerating active domains.  xen-list is a C program that uses
    libxenstore and libxenctl directly, bypassing the python
    toolstack.
    xen-utils-0.1.tar.bz2
* Fri Nov 19 2010 lidongyang@novell.com
  - bnc#651822 - xm snapshot-xxx scripts lead to an XP SP3 HVM domU
    to chkdsk
    snapshot-xend.patch
    snapshot-ioemu-restore.patch
* Thu Nov 11 2010 cyliu@novell.com
  - bnc#641144 - FV Xen VM running windows or linux cannot write to
    virtual floppy drive
    bdrv_default_rwflag.patch
* Thu Nov 11 2010 carnold@novell.com
  - bnc#649864 - automatic numa cpu placement of xen conflicts with
    cpupools
    22326-cpu-pools-numa-placement.patch
* Tue Nov 09 2010 jfehlig@novell.com
  - bnc#552115 - Remove target discovery in block-iscsi
    modified block-iscsi script
* Mon Nov 08 2010 jfehlig@novell.com
  - bnc#649277 - Fix pci passthru in xend interface used by libvirt
    22369-xend-pci-passthru-fix.patch
* Sun Nov 07 2010 lidongyang@novell.com
  - bnc#642078 - xm snapshot-create causes qemu-dm to SEGV
    snapshot-without-pv-fix.patch
* Fri Nov 05 2010 carnold@novell.com
  - bnc#647681 - L3: Passthrough of certain PCI device broken after
    SLES 11 to SP1 upgrade
  - bnc#650871 - Regression in Xen PCI Passthrough
    22348-vtd-check-secbus-devfn.patch
  - Upstream patches from Jan
    22223-vtd-workarounds.patch (bnc#652935)
    22231-x86-pv-ucode-msr-intel.patch
    22232-x86-64-lahf-lm-bios-workaround.patch
    22280-kexec.patch
    22337-vtd-scan-single-func.patch
* Wed Nov 03 2010 carnold@novell.com
  - bnc#497149 - SLES11 64bit Xen - SLES11 64bit HVM guest has
    corrupt text console
    stdvga-cache.patch
* Wed Oct 27 2010 ksrinivasan@novell.com
  - Some cleanup in the APIC handling code in the HyperV shim.
    hv_apic.patch
* Wed Oct 27 2010 cyliu@novell.com
  - bnc#640370 - VM graphic console in VNC is corrupted
    xenfb_32bpp.patch
* Mon Oct 11 2010 carnold@novell.com
  - Upstream patches from Jan including fixes for the following bugs
    bnc#583568 - Xen kernel is not booting
    bnc#615206 - Xen kernel fails to boot with IO-APIC problem
    bnc#640773 - Xen kernel crashing right after grub
    bnc#643477 - issues with PCI hotplug/hotunplug to Xen driver domain
    22222-x86-timer-extint.patch
    22214-x86-msr-misc-enable.patch
    22213-x86-xsave-cpuid-check.patch
    22194-tmem-check-pv-mfn.patch
    22177-i386-irq-safe-map_domain_page.patch
    22175-x86-irq-enter-exit.patch
    22174-x86-pmtimer-accuracy.patch
    22160-Intel-C6-EOI.patch
    22159-notify-evtchn-dying.patch
    22157-x86-debug-key-i.patch
* Thu Oct 07 2010 jfehlig@novell.com
  - bnc#618087 - VNC view won't stay connected to fully virtualized
    Linux Xen VMs
    modified ioemu-vnc-resize.patch
* Tue Oct 05 2010 carnold@novell.com
  - bnc#639546 - Dom-U deleted after introduction of the parameter
    "change_home_server False" in the VM configuration
    change_home_server.patch
* Mon Oct 04 2010 jfehlig@novell.com
  - bnc#641859 - block-dmmd script does not handle the configuration
    when only MD is used
    modified block-dmmd script
* Mon Sep 27 2010 carnold@novell.com
  - bnc#640773 - Xen kernel crashing right after grub
    21894-intel-unmask-cpuid.patch
  - Upstream patch from Jan
    22148-serial-irq-dest.patch
* Thu Sep 23 2010 cyliu@novell.com
  - bnc#628719 - improve check_device_status to handle HA cases
    check_device_status.patch
* Thu Sep 23 2010 cyliu@novell.com
  - bnc#628719 - multi-xvdp
    mutli-xvdp.patch
* Mon Sep 20 2010 cyliu@novell.com
  - bnc#632956 - fix VNC altgr-insert behavior
    7410-qemu-alt-gr.patch
    altgr_2.patch
* Mon Sep 13 2010 carnold@novell.com
  - bnc#636231 - XEN: Unable to disconnect/remove CDROM drive from VM
    xend-devid-or-name.patch
* Mon Sep 13 2010 carnold@novell.com
  - Upstream patches from Jan
    22019-x86-cpuidle-online-check.patch
    22051-x86-forced-EOI.patch
    22067-x86-irq-domain.patch
    22068-vtd-irte-RH-bit.patch
    22071-ept-get-entry-lock.patch
    22084-x86-xsave-off.patch
* Mon Sep 13 2010 carnold@novell.com
  - bnc#638465 - hypervisor panic in memory handling
    22135-heap-lock.patch
* Fri Sep 10 2010 carnold@novell.com
  - Update to Xen 4.0.1.  This is a bug fix release.
* Thu Sep 09 2010 jfehlig@novell.com
  - bnc#635380 - Fix pygrub Grub2 support
    See update to Xen 4.0.1 for fixes
* Fri Aug 27 2010 cyliu@novell.com
  - bnc#628701 - Improve performance when activate/deactivate dmmd
    devices
    modified block-dmmd script
* Mon Aug 16 2010 carnold@novell.com
  - bnc#626262 - Populate-on-demand memory problem on xen with hvm
    guest
    21971-pod-accounting.patch
* Mon Aug 16 2010 cyliu@novell.com
  - bnc#584204 - xm usb-list broken
    usb-list.patch
* Thu Aug 12 2010 carnold@novell.com
  - bnc#625520 - TP-L3: NMI cannot be triggered for xen kernel
    21926-x86-pv-NMI-inject.patch
* Mon Aug 09 2010 carnold@novell.com
  - bnc#613529 - TP-L3: kdump kernel hangs when crash was initiated
    from xen kernel
    21886-kexec-shutdown.patch
* Mon Aug 02 2010 carnold@novell.com
  - Upstream Intel patches to improve X2APIC handling.
    21716-iommu-alloc.patch
    21717-ir-qi.patch
    21718-x2apic-logic.patch
* Tue Jul 27 2010 jfehlig@novell.com
  - bnc#623833 - Error in Xend-API method VM_set_actions_after_crash
    21866-xenapi.patch
* Tue Jul 27 2010 jfehlig@novell.com
  - bnc#625003 - Fix vm config options coredump-{restart,destroy}
    Added hunk to xm-create-xflag.patch
* Mon Jul 26 2010 jfehlig@novell.com
  - bnc#605186 - Squelch harmless error messages in block-iscsi
* Mon Jul 26 2010 jfehlig@novell.com
  - bnc#623438 - Add ability to control SCSI device path scanning
    in xend
    21847-pscsi.patch
* Wed Jul 21 2010 carnold@novell.com
  - bnc#624285 - TP-L3: xen rdtsc emulation reports wrong frequency
    21445-x86-tsc-handling-cleanups-v2.patch
* Tue Jul 20 2010 carnold@novell.com
  - bnc#623201 - drbd xvd will fail in new xen4 packages due to wrong
    popen2 arguments in blkif.py
    popen2-argument-fix.patch
* Thu Jul 08 2010 carnold@novell.com
  - bnc#620694 - Xen yast vm-install for existing paravirtualized
    disk fails with UnboundLocalError: local variable 'dev_type'
    referenced before assignment
    21678-xend-mac-fix.patch
* Wed Jul 07 2010 carnold@novell.com
  - bnc#586221 - cannot add DomU with USB host controller defined
    domu-usb-controller.patch (Chun Yan Liu)
* Tue Jul 06 2010 carnold@novell.com
  - Upstream patches from Jan
    21151-trace-bounds-check.patch
    21627-cpuidle-wrap.patch
    21643-vmx-vpmu-pmc-offset.patch
    21682-trace-buffer-range.patch
    21683-vtd-kill-timer-conditional.patch
    21693-memevent-64bit-only.patch
    21695-trace-t_info-readonly.patch
    21698-x86-pirq-range-check.patch
    21699-p2m-query-for-type-change.patch
    21700-32on64-vm86-gpf.patch
    21705-trace-printk.patch
    21706-trace-security.patch
    21712-amd-osvw.patch
    21744-x86-cpufreq-range-check.patch
    21933-vtd-ioapic-write.patch
    21953-msi-enable.patch
* Fri Jun 25 2010 jsong@novell.com
  - bnc#599550 - Xen cannot distinguish the status of 'pause'
    21723-get-domu-state.patch
* Tue Jun 22 2010 jfehlig@novell.com
  - bnc#604611 - Do not store vif device details when vif config
    contains invalid mac address.
    21653-xend-mac-addr.patch
* Wed Jun 16 2010 carnold@novell.com
  - linux pvdrv: generalize location of autoconf.h
    Fixes error because of missing autoconf.h when building os11.2
    Factory.
* Mon Jun 14 2010 carnold@novell.com
  - bnc#609153 - xm migrate <domain_name> localhost -l fails on
    Windows VMs
    21615-dont-save-xen-heap-pages.patch
  - Upstream fixes from Jan
    21446-iommu-graceful-generic-fail.patch
    21453-shadow-avoid-remove-all-after-teardown.patch
    21456-compat-hvm-addr-check.patch
    21492-x86-pirq-unbind.patch
    21526-x86-nehalem-cpuid-mask.patch
    21620-x86-signed-domain-irq.patch
* Mon Jun 07 2010 carnold@novell.com
  - bnc#612189 - Clear APIC Timer Initial Count Register when masking
    timer interrupt
    21542-amd-erratum-411.patch
* Fri Jun 04 2010 carnold@novell.com
  - bnc#610658 - XEN: PXE boot fails for fully virtualized guests -
    e1000 virtual nic. (see also bnc#484778)
    enable_more_nic_pxe.patch
* Tue May 25 2010 carnold@novell.com
  - bnc#608191 - /var/adm/fillup-templates/sysconfig.xend from
    package xen-tools is no valid sysconfig file
    xend-sysconfig.patch
* Tue May 25 2010 carnold@novell.com
  - bnc#608194 - /etc/xen/* config files are not packaged with
    noreplace
* Tue May 25 2010 carnold@novell.com
  - bnc#569744 - SLE HVM guest clock/timezone is incorrect after
    reboot
    21460-xend-timeoffset.patch
* Tue May 25 2010 jfehlig@novell.com
  - bnc#606882 - Allow spaces in vbd path names
    21459-block-script.patch
* Mon May 24 2010 jsong@novell.com
  - bnc#591799 - The status of Caps Lock is incorrect in domU
    capslock_enable.patch
* Thu May 20 2010 carnold@novell.com
  -  Upstream fixes from Jan including a fix for Intel's ATS issue
    21435-vmx-retain-global-controls.patch
    21406-x86-microcode-quiet.patch
    21421-vts-ats-enabling.patch
* Wed May 19 2010 carnold@novell.com
  - bnc#607219 - AMD Erratum 383 workaround for Xen
    21408-amd-erratum-383.patch
* Wed May 19 2010 carnold@novell.com
  - Added modprobe of evtchn to init.xend.  The kernel will also need
    to build evtchn as a module for this to be meaningful.
* Mon May 17 2010 carnold@novell.com
  - bnc#603008 - On an 8 Socket Nehalem-EX system, the fix for 593536
    causes a hang during network setup.
  - Upstream patches from Jan.
    21360-x86-mce-polling-diabled-init.patch
    21372-x86-cross-cpu-wait.patch
    21331-svm-vintr-during-nmi.patch
    21333-xentrace-t_info-size.patch
    21340-vtd-dom0-mapping-latency.patch
    21346-x86-platform-timer-wrap.patch
    21373-dummy-domain-io-caps.patch
* Wed May 12 2010 carnold@novell.com
  - bnc#605182 - /etc/xen/scripts/xen-hotplug-cleanup: line 24: [:
    !=: unary operator expected
    21129-xen-hotplug-cleanup.patch
* Mon May 10 2010 carnold@novell.com
  - bnc#599929 - Hot add/remove Kawela NIC device over 500 times will
    cause guest domain crash
    passthrough-hotplug-segfault.patch
* Fri May 07 2010 jfehlig@novell.com
  - bnc#603583 - Fix migration of domUs using tapdisk devices
    21317-xend-blkif-util-tap2.patch
    suse-disable-tap2-default.patch
* Thu May 06 2010 carnold@novell.com
  - Match upstreams cpu pools switch from domctl to sysctl
  - Upstream replacements for two of our custom patches (to ease
    applying further backports)
  - Fixed dump-exec-state.patch (could previously hang the system, as
    could - with lower probability - the un-patched implementation)
* Wed May 05 2010 carnold@novell.com
  - bnc#593536 - xen hypervisor takes very long to initialize Dom0 on
    128 CPUs and 256Gb
    21272-x86-dom0-alloc-performance.patch
    21266-vmx-disabled-check.patch
    21271-x86-cache-flush-global.patch
* Tue May 04 2010 carnold@novell.com
  - bnc#558815 - using multiple npiv luns with same wwpn/wwnn broken
  - bnc#601104 - Xen /etc/xen/scripts/block-npiv script fails when
    accessing multiple disks using NPIV
    block-npiv
* Fri Apr 30 2010 carnold@novell.com
  - bnc#595124 - VT-d can not be enabled on 32PAE Xen on Nehalem-EX
    platform
    21234-x86-bad-srat-clear-pxm2node.patch
    bnc#585371 - kdump fails to load with xen: locate_hole failed
    21235-crashkernel-advanced.patch
* Thu Apr 29 2010 carnold@novell.com
  - bnc#588918 - Attaching a U-disk to domain's failed by
    "xm usb-attach"
    init.xend
* Wed Apr 21 2010 jfehlig@novell.com
  - bnc#596442 - Preserve device config on domain start failure
    xend-preserve-devs.patch
* Tue Apr 20 2010 jfehlig@novell.com
  - bnc#597770 - insserv reports a loop between xendomains and
    openais.  Remove openais from Should-Start in xendomains script.
* Fri Apr 16 2010 jfehlig@novell.com
  - bnc#569194 - Tools-side fixes for tapdisk protocol specification
    blktap-script.patch
    ioemu-subtype.patch
    Modified xen-domUloader.diff
* Wed Apr 14 2010 carnold@novell.com
  - Upstream bug fixes from Jan
    21089-x86-startup-irq-from-setup-gsi.patch
    21109-x86-cpu-hotplug.patch
    21150-shadow-race.patch
    21160-sysctl-debug-keys.patch
* Fri Apr 09 2010 jfehlig@novell.com
  - Updated to Xen 4.0.0 FCS, changeset 21091
* Tue Apr 06 2010 jfehlig@novell.com
  - Change default lock dir (when domain locking is enabled) to
    /var/lib/xen/images/vm_locks
  - Support SXP config files in xendomains script
* Wed Mar 31 2010 carnold@novell.com
  - Update to changeset 21087 Xen 4.0.0 RC9.
* Fri Mar 26 2010 carnold@novell.com
  - Update to changeset 21075 Xen 4.0.0 RC8.
* Thu Mar 25 2010 jsong@novell.com
  - bnc#584210 - xm usb-hc-destroy does not remove entry from xend
    del_usb_xend_entry.patch
* Tue Mar 23 2010 carnold@novell.com
  - Update to changeset 21057 Xen 4.0.0 RC7.
* Wed Mar 17 2010 jsong@novell.com
  -Fix bnc#466899 - numa enabled xen fails to start/create vms
    adjust_vcpuaffinity_more_cpu.patch
* Tue Mar 09 2010 carnold@novell.com
  - Update to changeset 21022 Xen 4.0.0 RC6.
* Tue Mar 09 2010 carnold@novell.com
  - bnc#586510 - cpupool fixes
    cpu-pools-update.patch
* Fri Mar 05 2010 carnold@novell.com
  - bnc#582645 - Xen stuck, mptbase driver attempting to reset config
    request
* Mon Mar 01 2010 carnold@novell.com
  - Update to changeset 20990 Xen 4.0.0 RC5.
* Mon Feb 22 2010 jfehlig@novell.com
  - bnc#556939 - Improve device map cleanup code in domUloader
* Sun Feb 21 2010 jfehlig@novell.com
  - bnc# 578910 - xm block-detach does not cleanup xenstore
    hotplug-cleanup-fix.patch
* Fri Feb 19 2010 carnold@novell.com
  - bnc#579361 - Windows Server 2003 cannot wake up from stand by in
    sp1
    hibernate.patch
* Fri Feb 19 2010 carnold@novell.com
  - fate#308852: XEN CPU Pools
    cpupools-core.patch
    cpupools-core-fixup.patch
    keyhandler-alternative.patch
    cpu-pools-libxc.patch
    cpu-pools-python.patch
    cpu-pools-libxen.patch
    cpu-pools-xmtest.patch
    cpu-pools-docs.patch
* Thu Feb 18 2010 ksrinivasan@novell.com
  - bnc#558760: Disable scsi devices when PV drivers are loaded.
* Tue Feb 16 2010 carnold@novell.com
  - Update to changeset 20951 Xen 4.0.0 RC4 for sle11-sp1 beta5.
* Mon Feb 08 2010 carnold@novell.com
  - bnc#572146 - SLES11 SP1 beta 2 Xen - BUG: soft lockup - CPU#31
    stuck for 61s! [kstop/31:4512]
    cpuidle-hint-v3.patch
* Fri Feb 05 2010 carnold@novell.com
  - Update to changeset 20900 RC2+ for sle11-sp1 beta4.
* Fri Jan 29 2010 carnold@novell.com
  - bnc#573376 - OS reboot while create DomU with Windows CD
* Wed Jan 27 2010 carnold@novell.com
  - bnc#573881 - /usr/lib64/xen/bin/qemu-dm is a broken link
* Thu Jan 21 2010 carnold@novell.com
  - Update to changeset 20840 RC1+ for sle11-sp1 beta3.
* Thu Jan 21 2010 jfehlig@novell.com
  - bnc#569581 - SuSEfirewall2 should handle rules.  Disable
    handle_iptable in vif-bridge script
    vif-bridge-no-iptables.patch
* Wed Jan 20 2010 carnold@novell.com
  - bnc#569577 - /etc/modprove.d/xen_pvdrivers, installed by
    xen-kmp-default, to ../xen_pvdrivers.conf
* Wed Jan 06 2010 ksrinivasan@novell.com
  - bnc#564406 - Make the new PV drivers work with older hosts that
    do not understand the new PV driver protocol.
* Fri Dec 11 2009 carnold@novell.com
  - Upstream Xen version renamed to 4.0.0 in changeset 20624 & 20625.
* Wed Dec 09 2009 carnold@novell.com
  - fate#307594: HP-MCBS: XEN: support NR_CPUS=256
    This is a spec file change (xen.spec)
* Thu Dec 03 2009 carnold@novell.com
  - bnc#555152 - "NAME" column in xentop (SLES11) output limited to
    10 characters unlike SLES10
    The update to c/s 20572 includes this fix (at c/s 20567).
* Tue Dec 01 2009 wkong@novell.com
  - Modify xen-paths.diff
* Tue Dec 01 2009 wkong@novell.com
  - Merge xend-tap-fix.patch to xen-domUloader.diff
    remove part of it which accepted by upstream
* Tue Dec 01 2009 jfehlig@novell.com
  - Load gntdev module in xend init script similar to blkbk,
    netbk, etc.
* Thu Nov 26 2009 wkong@novell.com
  - Backport dmmd from sles11/xen
    block-dmmd
    xen-qemu-iscsi-fix.patch
    xen.spec
* Thu Nov 26 2009 wkong@novell.com
  - Fix regression when create_vbd for tap
    xend-tap-fix.patch
* Tue Nov 24 2009 carnold@novell.com
  - Temporarily disable libxl because of libconfig dependency.
* Thu Nov 19 2009 wkong@novell.com
  - fate#302864 domUloader support lvm in disk
    domUloader.py
    Note: for test in Beta1, if not good, remove it
* Thu Nov 19 2009 wkong@novell.com
  - fate#302864 domUloader support fs on whole disk
    domUloader.py
* Fri Nov 06 2009 carnold@suse.de
  - Turn KMPs back on now that kernel side fix is checked in.
* Tue Oct 20 2009 jfehlig@novell.com
  - fate#304415 VMM: ability to switch networking mode
    Add vif-route-ifup to handle routed configurations using
    sysconfig scripts.
    vif-route-ifup.patch
* Mon Oct 19 2009 jsong@novell.com
  - fate#307540 USB for Xen VMs
    usb-add.patch
* Mon Oct 19 2009 jsong@novell.com
  - fate#305545 XEN extra descriptive field within xenstore
    add_des.patch
* Mon Oct 12 2009 carnold@novell.com
  - Update to Xen version 3.5.0 for the following features.
    fate#304226 XEN: FlexMigration feature of VT-x2 support
    fate#305004 Add SR-IOV PF and VF drivers to Vt-d enabled Xen
    fate#306830 T states in Xen controlling by MSR
    fate#306832 Fix for xen panic on new processors
    fate#306833 Westmere and Nehalem-EX: Add support for Pause Loop exiting feature for Xen
    fate#306835 Xen: server virtual power management enhacement
    fate#306837 VT-d2 - PCI SIG ATS support
    fate#306872 Xen: Node manager support P/T-states change when Vt-d enable
    fate#306873 Xen: SMP guest live migration may fail with hap=1 on NHM
    fate#306875 Westmere: LT-SX (Xen)
    fate#306891 RAS features for Xen: Add support for Machine Check and CPU/Memory online/offline features
    fate#307322 1GB page support in Xen
    fate#307324 Xen IOMMU support
* Fri Oct 09 2009 carnold@novell.com
  - bnc#541945 - xm create -x command does not work in SLES 10 SP2 or
    SLES 11
    xm-create-xflag.patch
* Thu Oct 08 2009 jfehlig@novell.com
  - Minor enhancement to xen-updown.sh sysconfig hook
* Mon Sep 28 2009 wkong@novell.com
  - Add patch ioemu-bdrv-open-CACHE_WB.patch
    for install guest on tapdisk very very slow.
* Fri Sep 25 2009 jfehlig@novell.com
  - Add temporary workaround for race between xend writing and
    qemu-dm reading from xenstore.  The issue is preventing PV
    domUs from booting as they have no backend console.
    qemu-retry-be-status.patch
  - bnc#520234 - npiv does not work with XEN
    Update block-npiv
  - bnc#496033 - Support for creating NPIV ports without starting vm
    block-npiv-common.sh
    block-npiv-vport
    Update block-npiv
  - bnc#500043 - Fix access to NPIV disk from HVM vm
    Update xen-qemu-iscsi-fix.patch
* Tue Sep 15 2009 jfehlig@novell.com
  - bnc#513921 - Xen doesn't work get an eror when starting the
    install processes or starting a pervious installed DomU
    20125-xc-parse-tuple-fix.patch
* Wed Sep 02 2009 carnold@novell.com
  - bnc#536176 - Xen panic when using iommu after updating hypervisor
    19380-vtd-feature-check.patch
* Fri Aug 28 2009 jfehlig@novell.com
  - bnc#530959 - virsh autostart doesn't work
    Fixing this libvirt bug also required fixing xend's op_pincpu
    method with upstream c/s 19580
    19580-xend-pincpu.patch
* Fri Aug 28 2009 jbeulich@novell.com
  - bnc#534146 - Xen: Fix SRAT check for discontig memory
    20120-x86-srat-check-discontig.patch
* Mon Aug 24 2009 carnold@novell.com
  - bnc#491081 - Xen time goes backwards x3950M2
    20112-x86-dom0-boot-run-timers.patch
* Mon Aug 10 2009 ro@suse.de
  - disable module build for ec2 correctly to fix build
    (at the suse_kernel_module_package macro)
* Mon Aug 10 2009 ksrinivasan@novell.com
  - bnc#524071 - implemented workaround for a windows7 bug.
    hv_win7_eoi_bug.patch
* Mon Aug 03 2009 jfehlig@novell.com
  - bnc#524180 - xend memory leak resulting in long garbage collector
      runs
    20013-xend-memleak.patch
* Fri Jul 31 2009 carnold@novell.com
  - Upstream bugfixes from Jan.
    19896-32on64-arg-xlat.patch
    19960-show-page-walk.patch
    19945-pae-xen-l2-entries.patch
    19953-x86-fsgs-base.patch
    19931-gnttblop-preempt.patch
    19885-kexec-gdt-switch.patch
    19894-shadow-resync-fastpath-race.patch
  - hvperv shim patches no longer require being applied conditionally
* Wed Jul 29 2009 jfehlig@novell.com
  - bnc#520234 - npiv does not work with XEN in SLE11
    Update block-npiv
  - bnc#496033 - Support for creating NPIV ports without starting vm
    block-npiv-common.sh
    block-npiv-vport
    Update block-npiv
  - bnc#500043 - Fix access to NPIV disk from HVM vm
    Update xen-qemu-iscsi-fix.patch
* Wed Jul 15 2009 carnold@novell.com
  - Don't build the KMPs for the ec2 kernel.
* Thu Jul 02 2009 jfehlig@novell.com
  - Upstream fixes from Jan Beulich
    19606-hvm-x2apic-cpuid.patch
    19734-vtd-gcmd-submit.patch
    19752-vtd-srtp-sirtp-flush.patch
    19753-vtd-reg-write-lock.patch
    19764-hvm-domain-lock-leak.patch
    19765-hvm-post-restore-vcpu-state.patch
    19767-hvm-port80-inhibit.patch
    19768-x86-dom0-stack-dump.patch
    19770-x86-amd-s3-resume.patch
    19801-x86-p2m-2mb-hap-only.patch
    19815-vtd-kill-correct-timer.patch
  - Patch from Jan Beulich to aid in debugging bnc#509911
    gnttblop-preempt.patch
* Tue Jun 23 2009 wkong@novell.com
  - bnc#515220 - qemu-img-xen snapshot Segmentation fault
    qemu-img-snapshot.patch update
* Tue Jun 09 2009 wkong@novell.com
  - bnc#504491 - drop write data when set read only disk in xen config
    bdrv_open2_fix_flags.patch
    bdrv_open2_flags_2.patch
* Fri Jun 05 2009 carnold@novell.com
  - Upstream fixes from Jan Beulich.
    19474-32on64-S3.patch
    19490-log-dirty.patch
    19492-sched-timer-non-idle.patch
    19493-hvm-io-intercept-count.patch
    19505-x86_64-clear-cr1.patch
    19519-domctl-deadlock.patch
    19523-32on64-restore-p2m.patch
    19555-ept-live-migration.patch
    19557-amd-iommu-ioapic-remap.patch
    19560-x86-flush-tlb-empty-mask.patch
    19571-x86-numa-shift.patch
    19578-hvm-load-ldt-first.patch
    19592-vmx-exit-reason-perfc-size.patch
    19595-hvm-set-callback-irq-level.patch
    19597-x86-ioport-quirks-BL2xx.patch
    19602-vtd-multi-ioapic-remap.patch
    19631-x86-frametable-map.patch
    19653-hvm-vcpuid-range-checks.patch
* Fri Jun 05 2009 jsong@novell.com
  - bnc#382112 - Caps lock not being passed to vm correctly.
    capslock_enable.patch
* Wed May 27 2009 jfehlig@novell.com
  - bnc#506833 - Use pidof in xend and xendomains init scripts
* Wed May 27 2009 jsong@novell.com
  - bnc#484778 - XEN: PXE boot of FV domU using non-Realtek NIC fails
    enable_more_nic_pxe.patch
* Wed May 27 2009 jsong@novell.com
  cross-migrate.patch
  - bnc#390961 - cross-migration of a VM causes it to become
    unresponsive (remains paused after migration)
* Tue May 19 2009 carnold@novell.com
  - Patches taken to fix the xenctx tool. The fixed version of this
    tool is needed to debug bnc#502735.
    18962-xc_translate_foreign_address.patch
    18963-xenctx.patch
    19168-hvm-domctl.patch
    19169-remove-declare-bitmap.patch
    19170-libxc.patch
    19171-xenctx.patch
    19450-xc_translate_foreign_address.patch
* Mon May 18 2009 wkong@novell.com
  -bnc#485770 - check exsit file for save and snapshot-create
    xm-save-check-file.patch
    snapshot-xend.patch
* Mon May 18 2009 wkong@novell.com
  -bnc#503782 - Using converted vmdk image does not work
    ioemu-tapdisk-compat-QEMU_IMG.patch
* Thu May 14 2009 jfehlig@novell.com
  - bnc#503332 - Remove useless qcow tools
    /usr/sbin/{qcow-create,img2qcow,qcow2raw} from xen-tools package.
* Wed May 13 2009 jsong@novell.com
  - bnc#474738 - adding CD drive to VM guest makes it unbootable.
    parse_boot_disk.patch
* Mon May 11 2009 wkong@novell.com
  - bnc#477892 - snapshot windows can't accomplish.
    snapshot-xend.patch
* Tue Apr 28 2009 carnold@novell.com
  - bnc#495300 - L3: Xen unable to PXE boot Windows based DomU's
    18545-hvm-gpxe-rom.patch, 18548-hvm-gpxe-rom.patch
* Mon Apr 27 2009 jfehlig@novell.com
  - bnc#459836 - Fix rtc_timeoffset when localtime=0
    xend-timeoffset.patch
* Wed Apr 22 2009 carnold@novell.com
  - bnc#497440 - xmclone.sh script incorrectly handles networking for
    SLE11.
* Fri Apr 17 2009 wkong@novell.com
  - bnc#477890 - VM becomes unresponsive after applying snapshot
* Wed Apr 15 2009 jfehlig@novell.com
  - bnc#494892 - Update xend-domain-lock.patch to flock the lock
      file.
* Wed Apr 08 2009 ksrinivasan@novell.com
  - bnc#439639 - SVVP Test 273 System - Sleep Stress With IO" fails
    Turned off s3/s4 sleep states for HVM guests.
* Tue Apr 07 2009 jsong@novell.com
  - bnc#468169 - fix domUloader to umount the mounted device mapper target in dom0
      when install a sles10 guest with disk = /dev/disk/by_path
* Thu Apr 02 2009 jfehlig@novell.com
  - bnc#488490 - domUloader can't handle block device names with ':'
  - bnc#486244 - vms fail to start after reboot when using qcow2
* Tue Mar 31 2009 carnold@novell.com
  - bnc#490835 - VTd errata on Cantiga chipset
    19230-vtd-mobile-series4-chipset.patch
* Mon Mar 30 2009 carnold@novell.com
  - bnc#482515 - Missing dependency in xen.spec
* Thu Mar 26 2009 carnold@novell.com
  - Additional upstream bug fix patches from Jan Beulich.
    19132-page-list-mfn-links.patch
    19134-fold-shadow-page-info.patch
    19135-next-shadow-mfn.patch
    19136-page-info-rearrange.patch
    19156-page-list-simplify.patch
    19161-pv-ldt-handling.patch
    19162-page-info-no-cpumask.patch
    19216-msix-fixmap.patch
    19268-page-get-owner.patch
    19293-vcpu-migration-delay.patch
    19391-vpmu-double-free.patch
    19415-vtd-dom0-s3.patch
* Wed Mar 25 2009 carnold@novell.com
  - Imported numerous upstream bug fix patches.
    19083-memory-is-conventional-fix.patch
    19097-M2P-table-1G-page-mappings.patch
    19137-lock-domain-page-list.patch
    19140-init-heap-pages-max-order.patch
    19167-recover-pat-value-s3-resume.patch
    19172-irq-to-vector.patch
    19173-pci-passthrough-fix.patch
    19176-free-irq-shutdown-fix.patch
    19190-pciif-typo-fix.patch
    19204-allow-old-images-restore.patch
    19232-xend-exception-fix.patch
    19239-ioapic-s3-suspend-fix.patch
    19240-ioapic-s3-suspend-fix.patch
    19242-xenstored-use-after-free-fix.patch
    19259-ignore-shutdown-deferrals.patch
    19266-19365-event-channel-access-fix.patch
    19275-19296-schedular-deadlock-fixes.patch
    19276-cpu-selection-allocation-fix.patch
    19302-passthrough-pt-irq-time-out.patch
    19313-hvmemul-read-msr-fix.patch
    19317-vram-tracking-fix.patch
    19335-apic-s3-resume-error-fix.patch
    19353-amd-migration-fix.patch
    19354-amd-migration-fix.patch
    19371-in-sync-L1s-writable.patch
    19372-2-on-3-shadow-mode-fix.patch
    19377-xend-vnclisten.patch
    19400-ensure-ltr-execute.patch
    19410-virt-to-maddr-fix.patch
* Mon Mar 09 2009 jfehlig@novell.com
  - bnc#483565 - Fix block-iscsi script.
    Updated block-iscsi and xen-domUloader.diff
* Mon Mar 09 2009 carnold@novell.com
  - bnc#465814 - Mouse stops responding when wheel is used in Windows
    VM.
    mouse-wheel-roll.patch (James Song)
  - bnc#470704 - save/restore of windows VM throws off the mouse
    tracking.
    usb-save-restore.patch (James Song)
* Thu Mar 05 2009 jfehlig@novell.com
  - bnc#436629 - Use global vnc-listen setting specified in xend
    configuration file.
    xend-vnclisten.patch
  - bnc#482623 - Fix pygrub to append user-supplied 'extra' args
    to kernel args.
    19234_pygrub.patch
* Thu Mar 05 2009 carnold@novell.com
  - bnc#481161 upgrade - sles10sp2 to sles11 upgrade keeps
    xen-tools-ioemu
* Tue Mar 03 2009 kukuk@suse.de
  - Don't load 8139* driver if xen-vnif works [bnc#480164]

Files

/boot/xen-4.0.1_21326_08-0.7.1.gz
/boot/xen-4.0.gz
/boot/xen-4.gz
/boot/xen-dbg-4.0.1_21326_08-0.7.1.gz
/boot/xen-dbg-4.0.gz
/boot/xen-dbg-4.gz
/boot/xen-dbg.gz
/boot/xen-syms
/boot/xen-syms-4.0.1_21326_08-0.7.1
/boot/xen-syms-dbg
/boot/xen-syms-dbg-4.0.1_21326_08-0.7.1
/boot/xen.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon May 13 04:32:47 2013