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

xen-4.0.3_04-45.1 RPM for i586

From OpenSuSE 11.4 updates for i586

Name: xen Distribution: openSUSE 11.4
Version: 4.0.3_04 Vendor: openSUSE
Release: 45.1 Build date: Thu Sep 6 10:01:48 2012
Group: System/Kernel Build host: build31
Size: 19781242 Source RPM: xen-4.0.3_04-45.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 Aug 28 2012 ohering@suse.de
  - bnc#776995 - attaching scsi control luns with pvscsi
    - xend/pvscsi: fix passing of SCSI control LUNs
    xen-bug776995-pvscsi-no-devname.patch
    - xend/pvscsi: fix usage of persistant device names for SCSI devices
    xen-bug776995-pvscsi-persistent-names.patch
    - xend/pvscsi: update sysfs parser for Linux 3.0
    xen-bug776995-pvscsi-sysfs-parser.patch
* Thu Aug 23 2012 carnold@novell.com
  - bnc#777090 - VUL-0: CVE-2012-3494: xen: hypercall set_debugreg
    vulnerability (XSA-12)
    CVE-2012-3494-xsa12.patch
  - bnc#777091 - VUL-0: CVE-2012-3496: xen: XENMEM_populate_physmap
    DoS vulnerability (XSA-14)
    CVE-2012-3496-xsa14.patch
  - bnc#777084 - VUL-0: CVE-2012-3515: xen: Qemu VT100 emulation
    vulnerability (XSA-17)
    CVE-2012-3515-xsa17.patch
* Fri Aug 03 2012 carnold@novell.com
  - bnc#744771 - VM with passed through PCI card fails to reboot
    under dom0 load
    24888-pci-release-devices.patch
* Wed Aug 01 2012 carnold@novell.com
  - Upstream patches from Jan
    25431-x86-EDD-MBR-sig-check.patch
    25459-page-list-splice.patch
    25478-x86-unknown-NMI-deadlock.patch
    25480-x86_64-sysret-canonical.patch
    25481-x86_64-AMD-erratum-121.patch
    25485-x86_64-canonical-checks.patch
    25587-param-parse-limit.patch
    25617-vtd-qinval-addr.patch
    25688-x86-nr_irqs_gsi.patch
* Fri Jul 27 2012 carnold@novell.com
  - bnc#773393 - VUL-0: CVE-2012-3433: xen: HVM guest destroy p2m
    teardown host DoS vulnerability
    CVE-2012-3433-xsa11.patch
  - bnc#773401 - VUL-1: CVE-2012-3432: xen: HVM guest user mode MMIO
    emulation DoS
    25682-x86-inconsistent-io-state.patch
* Wed Jul 18 2012 carnold@novell.com
  - bnc#762484 - VUL-1: CVE-2012-2625: xen: pv bootloader doesn't
    check the size of the bzip2 or lzma compressed kernel, leading to
    denial of service
    25589-pygrub-size-limits.patch
* Wed Jun 06 2012 carnold@novell.com
  - Revised version of security patch and an additional patch for
    bnc#764077
    x86_64-AMD-erratum-121.patch
    x86_64-allow-unsafe-adjust.patch
* Tue May 29 2012 carnold@novell.com
  - Upstream patches from Jan
    25195-x86-cpuidle-C2-no-flush-or-bm-check.patch
    25200-x86_64-trap-bounce-flags.patch
    25242-x86_64-hotplug-compat-m2p.patch
    25271-x86_64-IST-index.patch
    25387-amd-iommu-workaround-73x.patch
* Fri May 25 2012 carnold@novell.com
  - bnc#764077 - VUL-0: EMBARGOED: xen: XSA-9: denial of service on
    older AMD systems
    x86_64-AMD-erratum-121.patch
  - Revised version of security patch for bnc#757537
    x86_64-sysret-canonical.patch
* Thu Apr 19 2012 carnold@novell.com
  - bnc#757537 - VUL-0: xen: CVE-2012-0217 PV guest escalation
    x86_64-sysret-canonical.patch
  - bnc#757970 - VUL-1: xen: guest denial of service on syscall GPF
    generation
    x86_64-trap-bounce-flags.patch
* Mon Apr 16 2012 carnold@novell.com
  - Upstream patches from Jan
    24950-gnttab-copy-mapped.patch
    24970-x86-cpuidle-deny-port-access.patch
    25098-x86-emul-lock-UD.patch
    25101-x86-hpet-disable.patch
    ioemu-9877-MSI-X-device-cleanup.patch
* Sat Mar 24 2012 ohering@suse.de
  - bnc#708025 - xm console <domain> does not work: xenconsole:
    Could not read tty from store: No such file or directory
    actually do the change in xen.spec mentioned in the changelog
    entry for 2011-09-20 and remove /etc/init.d/xencommons
* Thu Mar 01 2012 carnold@novell.com
  - Upstream patches from Jan
    24535-x86-vMSI-misc.patch
    24742-gnttab-misc.patch
    24888-pci-release-devices.patch
    ioemu-9868-MSI-X.patch
    ioemu-9869-MSI-X-init.patch
    ioemu-9873-MSI-X-fix-unregister_iomem.patch
* Tue Feb 14 2012 carnold@novell.com
  - bnc#746702 - Xen HVM DomU crash during Windows Server 2008 R2
    install, when maxmem > memory
    README.SuSE
* Fri Feb 10 2012 carnold@novell.com
  - Upstream patches from Jan
    24453-x86-vIRQ-IRR-TMR-race.patch
    24456-x86-emul-lea.patch
    24615-VESA-flush.patch
    24690-x86-PCI-SERR-NMI-deadlock.patch
* Thu Feb 02 2012 carnold@novell.com
  - bnc#740165 - VUL-0: kvm: qemu heap overflow in e1000 device
    emulation (applicable to Xen qemu - CVE-2012-0029)
    cve-2012-0029-qemu-xen-unstable.patch
* Wed Jan 18 2012 carnold@novell.com
  - bnc#739585 - L3: Xen block-attach fails after repeated attach/detach
    blktap-close-fifos.patch
    blktap-disable-debug-printf.patch
* Tue Jan 10 2012 ohering@suse.de
  - bnc#694863 - kexec fails in xen
    24478-libxl_add_feature_flag_to_xenstore_for_XS_RESET_WATCHES.patch
* Wed Dec 21 2011 carnold@novell.com
  - bnc#727515 - Fragmented packets hang network boot of HVM guest
    ipxe-git-v1.0.0.tar.gz.bz2
    ipxe-v1.0.0-update.patch
* Mon Dec 19 2011 carnold@novell.com
  - bnc#736824 - Microcode patches for AMD's 15h processors panic the
    system
    24389-amd-fam10-gart-tlb-walk-err.patch
    24411-x86-ucode-AMD-Fam15.patch
    24412-x86-AMD-errata-model-shift.patch
    24417-x86-AMD-erratum-573.patch
  - Upstream patches from Jan
    24282-x86-log-dirty-bitmap-leak.patch
    24344-tools-x86_64_Fix_cpuid_inline_asm_to_not_clobber_stacks_red_zone.patch
    24358-kexec-compat-overflow.patch
    24360-x86-pv-domU-no-PCID.patch
* Wed Dec 07 2011 jfehlig@suse.com
  - bnc#732782 - L3: xm create hangs when maxmen value is enclosed
    in "quotes"
    xm-create-maxmem.patch
* Tue Dec 06 2011 jfehlig@suse.com
  - bnc#734826 - xm rename doesn't work anymore
    Updated xend-migration-domname-fix.patch
* Tue Nov 29 2011 carnold@novell.com
  - bnc#694863 - L3:kexec fails in xen
    24168-x86-vioapic-clear-remote_irr.patch
  - bnc#726332 - Xen changeset 21326 introduces considerable
    performance hit
    24148-shadow-pgt-dying-op-performance.patch
  - Upstream patches from Jan
    24123-x86-cpuidle-quiesce.patch
    24124-x86-microcode-amd-quiesce.patch
    24155-x86-ioapic-EOI-after-migration.patch
    24190-hap-log-dirty-disable-rc.patch
    24193-hap-track-dirty-vram-rc.patch
    24201-x86-pcpu-platform-op.patch
* Tue Nov 08 2011 carnold@novell.com
  - submit fix for bnc#649209
    update suspend_evtchn_lock.patch
* Tue Nov 08 2011 carnold@novell.com
  - Upstream patches from Jan
    23511-AMD-Fam15-C3-no-cache-flush.patch
    23957-cpufreq-error-paths.patch
    Renamed patch x86-microcode-amd-fix-23871.patch to
    23993-x86-microcode-amd-fix-23871.patch
* Mon Nov 07 2011 carnold@novell.com
  - Update to Xen version 4.0.3 FCS c/s 21548
* Mon Oct 24 2011 carnold@novell.com
  - bnc#725169 - xen-4.0.2_21511_03-0.5.3: bootup hangs
    x86-microcode-amd-fix-23871.patch
* Wed Oct 05 2011 carnold@novell.com
  - Upstream patches from Jan
    23805-x86-IO-APIC-EOI.patch
    23820-bitmap_scnlistprintf.patch
    23833-x86-IO-APIC-EOI.patch
    23848-vmx-conditional-off.patch
    23868-vtd-RMRR-validation.patch
    23871-x86-microcode-amd-silent.patch
    23898-cc-option-grep.patch
* Wed Oct 05 2011 ohering@suse.de
  - bnc#694863 - kexec fails in xen
    xenstored: allow guest to shutdown all its watches/transactions
    xenstored.XS_RESET_WATCHES.patch
* Tue Sep 20 2011 ohering@suse.de
  - bnc#691256 - remove /etc/init.d/xencommons, its unused and breaks
    upgrading/downgrading of the xen-tools package because this
    runlevel script remains enabled in this sles11sp1 package
* Fri Sep 09 2011 jfehlig@suse.com
  - bnc#716695 - L3:domUs using tap devices will not start
    updated multi-xvdp.patch and xen-domUloader.diff
* Thu Sep 08 2011 carnold@novell.com
  - bnc#683580 - Xen Hypervisor occasionally hangs forever during
    boot up after the message "Enabled directed EOI with
    ioapic_ack_old on!
    23795-intel-ich10-quirk.patch
  - bnc#701686 - kdump hangs on megaraid_sas driver
    23771-x86-ioapic-clear-pin.patch
    23782-x86-ioapic-clear-irr.patch
  - bnc#712051 - VUL-1: xen: IOMMU fault livelock
    23762-iommu-fault-bm-off.patch
  - bnc#715655 - No support for performance counters for Westmere
    E7-8837 and SandyBridge i5-2500
    23803-intel-pmu-models.patch
  - Upstream patches from Jan
    23746-vtd-cleanup-timers.patch
    23765-x86-irq-vector-leak.patch
    23776-x86-kexec-hpet-legacy-bcast-disable.patch
    23781-pm-wide-ACPI-ids.patch
    23783-ACPI-set-_PDC-bits.patch
    23800-x86_64-guest-addr-range.patch
    23804-x86-IPI-counts.patch
    23820-bitmap_scnlistprintf.patch
* Wed Aug 31 2011 carnold@novell.com
  - bnc#714183 - Since last update Xen VM's don't start if the name
    contains dots
    xenpaging.autostart_delay.patch
* Wed Aug 31 2011 jfehlig@suse.com
  - bnc#706106 - Inconsistent reporting of VM names during migration
    xend-migration-domname-fix.patch
* Tue Aug 30 2011 carnold@novell.com
  - bnc#712823 - L3:Xen guest does not start reliable when rebooted
    xend-vcpu-affinity-fix.patch
* Tue Aug 09 2011 jfehlig@suse.com
  - bnc#704160 - crm resource migrate fails with xen machines
    (from cyliu@novell.com)
    update snapshot-xend.patch
    update xen-utils-0.1.tar.bz2
* Mon Aug 08 2011 jfehlig@suse.com
  - bnc#706574 - xm console DomUName hang after "xm save/restore" of
    PVM on the latest Xen (from cyliu@novell.com)
    xend-console-port-restore.patch
* Tue Jul 19 2011 cyliu@novell.com
  - bnc#703924 - update block-npiv scripts to support BFA HBA
* Mon Jul 18 2011 carnold@novell.com
  - bnc#689954 - L3: Live migrations fail when guest crashes:
    domain_crash_sync called from entry.S
    23706-x86-migration.patch
  - Upstream patches from Jan
    23543-x86_64-m2v-assert.patch
    23676-x86_64-alias-mappings.patch
* Thu Jul 14 2011 jfehlig@suse.de
  - bnc#693472 - Bridge hangs cause redundant ring failures in
    SLE 11 SP1 HAE + XEN
    Fixed in Xen version 4.0.2
* Wed Jun 29 2011 jbeulich@novell.com
  - Mark xen-scsi.ko supported (bnc#582265).
* Mon Jun 27 2011 carnold@novell.com
  - bnc#702025 - VUL-0: xen: VT-d (PCI passthrough) MSI trap
    injection (CVE-2011-1898)
    Fixed in Xen version 4.0.2
* Thu Jun 16 2011 carnold@novell.com
  - Update to Xen 4.0.2 FCS c/s 21511
* Fri May 20 2011 carnold@novell.com
  - bnc#670465 - When connecting to Xen guest through vncviewer mouse
    tracking is off.
  - Upstream patch 23298-hvmop-get-mem-type.patch replaces
    xen.sles11sp1.bug684297.HVMOP_get_mem_type.patch
  - Upstream patches from Jan
    23333-hvm-32bit-compat-hypercalls.patch
    23337-vtd-malicious-msi-filter.patch
    23338-vtd-force-intremap.patch (CVE-2011-1898)
    23341-x86-ioapic-write-entry.patch
    23343-vtd-error-path-leaks.patch
* Thu May 19 2011 ohering@suse.de
  - bnc#684305 - on_crash is being ignored with kdump now working in HVM
    xend-config-enable-dump-comment.patch
* Tue May 10 2011 jfehlig@novell.com
  - bnc#691738 - Xen does not find device create with npiv block
    xen-qemu-iscsi-fix.patch
* 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
* Thu Apr 28 2011 ohering@suse.de
  - update hotplug-block-losetup-a.patch
    correct dev:inode detection and use variable expansion
* Tue Apr 26 2011 carnold@novell.com
  - Update to Xen 4.0.2 rc3, changeset 21479
  - Upstream patches from Jan
    23154-x86-amd-iorr-no-rdwr.patch
    23199-amd-iommu-unmapped-intr-fault.patch
    23200-amd-iommu-intremap-sync.patch
    23127-vtd-bios-settings.patch
* Thu Mar 24 2011 ohering@suse.de
  - fix xentrace.dynamic_sized_tbuf.patch
    the default case did not work, correct size calculation
* Wed Mar 23 2011 carnold@novell.com
  - bnc#675363 - Random lockups with kernel-xen. Possibly graphics
    related.
  - Upstream patches from Jan
    22998-x86-get_page_from_l1e-retcode.patch
    22999-x86-mod_l1_entry-retcode.patch
    23000-x86-mod_l2_entry-retcode.patch
    23020-x86-cpuidle-ordering.patch
    23061-amd-iommu-resume.patch
* Tue Mar 22 2011 ohering@suse.de
  - bnc#681044 - update xenpaging.autostart.patch
    start xenpaging only on hvm guests to avoid zombie processes
    on pv guests
* Mon Mar 21 2011 carnold@novell.com
  - bnc#681302 - xm create -x <guest> returns "ImportError: No module
    named ext"
    xm-create-xflag.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
* Tue Mar 08 2011 carnold@novell.com
  - Upstream patches from Jan
    22899-x86-tighten-msr-permissions.patch
    22915-x86-hpet-msi-s3.patch
    22947-amd-k8-mce-init-all-msrs.patch
    22949-x86-tolerate-serr.patch
* Thu Feb 24 2011 ohering@suse.de
  - bnc#674063 - drop xenpaging.autostart_delay.patch
    avoid python excpetions due to intermediate xenstore and .sxp
    state caused by change of xenpaging variable from int to str
* Sat Feb 12 2011 carnold@novell.com
  - Update to Xen 4.0.2 rc2, changeset 21452
* Fri Feb 11 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.
* Mon Feb 07 2011 ohering@suse.de
  - update xenalyze, more 64bit fixes
* Mon Feb 07 2011 ohering@suse.de
  - allocate xentrace buffer metadata based on requested tbuf_size
    xentrace.dynamic_sized_tbuf.patch
* Mon Feb 07 2011 ohering@suse.de
  - fate#310510 - fix xenpaging
    xenpaging.runtime_mru_size.patch
    - specify policy mru size at runtime
    xenpaging.no_domain_id.patch
    - reduce memory usage in pager
* Mon Feb 07 2011 ohering@suse.de
  - bnc#625394 - set vif mtu from bridge mtu if kernel supports it
    vif-bridge.mtu.patch
* Sun Feb 06 2011 ohering@suse.de
  - fate#310510 - fix xenpaging
    xenpaging.autostart_delay.patch
    - decouple create/destroycreateXenPaging from _create/_removeDevices
    - change xenpaging variable from int to str
    - init xenpaging variable to 0 if xenpaging is not in config file
      to avoid string None coming from sxp file
* Wed Feb 02 2011 carnold@novell.com
  - Update to Xen 4.0.2 rc2-pre, changeset 21443
* 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
* Thu Jan 27 2011 carnold@novell.com
  - Don't pass the deprecataed extid parameter to xc.hvm_build
* 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
* Thu Jan 13 2011 carnold@novell.com
  - Maintain compatibility with the extid flag even though it is
    deprecated for both legacy and sxp config files.
    hv_extid_compatibility.patch
* Thu Jan 13 2011 cyliu@novell.com
  - bnc#649209-improve suspend eventchn lock
    suspend_evtchn_lock.patch
* Tue Jan 11 2011 carnold@novell.com
  - Removed the hyper-v shim patches in favor of using the upstream
    version.
* Tue Jan 11 2011 carnold@novell.com
  - bnc#641419 - L3: Xen: qemu-dm reports "xc_map_foreign_batch: mmap
    failed: Cannot allocate memory"
    qemu-rlimit-as.patch
* Mon Jan 10 2011 cyliu@novell.com
  - Upstream c/s 7433 to replace qemu_altgr_more.patch
    7433-qemu-altgr.patch
* Sat Jan 08 2011 jfehlig@novell.com
  - bnc#661931 - Fix fd leak in xenstore library
    21344-4.0-testing-xenstore-fd-leak.patch
* Wed Jan 05 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
* Wed Jan 05 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 - Fail to 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 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
* Wed Dec 22 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
* Fri Dec 17 2010 ohering@suse.de
  - fate#310510 - fix xenpaging
    xenpaging.HVMCOPY_gfn_paged_out.patch
    - remove incorrect and unneeded cleanup from do_memory_op
      subfunctions
    add mainline tag to merged patches
* Fri Dec 17 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 07 2010 ohering@suse.de
  - make stubdom build optional
* Tue Dec 07 2010 ohering@suse.de
  - pass -j N to stubdom build
* Tue Dec 07 2010 ohering@suse.de
  - add xenalzye from http://xenbits.xensource.com/ext/xenalyze.hg
* Tue Dec 07 2010 ohering@suse.de
  - hotplug-block-losetup-a.patch
    allow hardlinked blockdevices
  - fate#310510 - fix xenpaging
    xenpaging.paging_prep_enomem.patch
    - retry page-in if guest is temporary out-of-memory
    xenpaging.print-arguments.patch
    - print arguments passed to xenpaging
    xenpaging.machine_to_phys_mapping.patch
    - invalidate array during page deallocation
    xenpaging.autostart_delay.patch
    - fold xenpaging.enabled.patch into this patch
    - set xenpaging_delay to 0.0 to start xenpaging right away
* Sat Dec 04 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 29 2010 carnold@novell.com
  - bnc#654050 - Python: a crasher bug in pyexpat - upstream patch
    needs backporting
    22235-lxml-validator.patch
* Wed Nov 24 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 18 2010 carnold@novell.com
  - bnc#651957 - Xen: vm-install failed to start
    xenpaging.enabled.patch
* Wed Nov 17 2010 ohering@suse.de
  - fate#310510 - fix xenpaging
    xenpaging.signal_handling.patch
    - unlink pagefile in signal handler
* Fri Nov 12 2010 carnold@novell.com
  - Upstream patch for python 2.7 compatibility
    22045-python27-compat.patch
* Fri Nov 12 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 ohering@suse.de
  - fate#310510 - fix xenpaging
    xenpaging.optimize_p2m_mem_paging_populate.patch
    xenpaging.HVMCOPY_gfn_paged_out.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
* Wed Nov 10 2010 ohering@suse.de
  - fate#310510 - fix xenpaging
    xenpaging.populate_only_if_paged.patch
    - revert logic, populate needs to happen unconditionally
    xenpaging.p2m_mem_paging_populate_if_p2m_ram_paged.patch
    - invalidate current mfn only if gfn is not in flight or done
    xenpaging.mem_event_check_ring-free_requests.patch
    - print info only if 1 instead of 2 slots are free
    xenpaging.guest_remove_page.patch
    - check mfn before usage in resume function
    xenpaging.machine_to_phys_mapping.patch
    - check mfn before usage in resume function
* 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
* Mon Nov 08 2010 lidongyang@novell.com
  - bnc#642078 - xm snapshot-create causes qemu-dm to SEGV
    snapshot-without-pv-fix.patch
* Fri Nov 05 2010 ohering@suse.de
  - fate#310510 - fix xenpaging
    xenpaging.num_pages_equal_max_pages.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
    22231-x86-pv-ucode-msr-intel.patch
    22232-x86-64-lahf-lm-bios-workaround.patch
    22280-kexec.patch
    22337-vtd-scan-single-func.patch
* Thu Nov 04 2010 carnold@novell.com
  - bnc#497149 - SLES11 64bit Xen - SLES11 64bit HVM guest has
    corrupt text console
    stdvga-cache.patch
* Wed Nov 03 2010 ohering@suse.de
  - fate#310510 - fix xenpaging
    xenpaging.page_already_populated.patch
    xenpaging.notify_policy_only_once.patch
    xenpaging.guest_remove_page.patch
    xenpaging.machine_to_phys_mapping.patch
    remove xenpaging.memory_op.patch, retry loops are not needed
* Tue Nov 02 2010 carnold@novell.com
  - bnc#474789 - xen-tools 3.3 rpm misses pv-grub
  - PV-GRUB replaces PyGrub to boot domU images safely: it runs the
    regular grub inside the created domain itself and uses regular
    domU facilities to read the disk / fetch files from network etc.;
    it eventually loads the PV kernel and chain-boots it.
* Wed Oct 27 2010 ohering@suse.de
  - fate#310510 - fix xenpaging
    xenpaging.doc.patch
  - add /var/lib/xen/xenpaging directory
* Wed Oct 27 2010 ohering@suse.de
  - fate#310510 - fix xenpaging
    xenpaging.memory_op.patch, correct delay handling in retry loop
* 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
* Fri Oct 22 2010 ohering@suse.de
  - fate#310510 - fix xenpaging
    xenpaging.autostart_delay.patch
    delay start of xenpaging 7 seconds for smooth BIOS startup
* Wed Oct 20 2010 ohering@suse.de
  - fate#310510 - fix xenpaging
    xenpaging.tools_xenpaging_cleanup.patch
* Wed Oct 20 2010 ohering@suse.de
  - fate#310510 - fix xenpaging
    xenpaging.mem_event_check_ring-free_requests.patch
* Wed Oct 20 2010 ohering@suse.de
  - install /etc/xen/examples/xentrace_formats.txt to get human readable
    tracedata if xenalyze is not used
* Sun Oct 17 2010 ohering@suse.de
  - fate#310510 - fix xenpaging
    xenpaging.autostart_delay.patch
    xenpaging.blacklist.patch
    xenpaging.MRU_SIZE.patch
    remove xenpaging.hacks.patch, realmode works
* 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
* Mon Oct 11 2010 ohering@suse.de
  - fate#310510 - fix xenpaging
    xenpaging.signal_handling.patch
    xenpaging.autostart.patch
    xenpaging.hacks.patch
* Mon Oct 11 2010 ohering@suse.de
  - rename xenpaging.XENMEM_decrease_reservation.patch
    to xenpaging.memory_op.patch
* Fri Oct 08 2010 cyliu@novell.com
  - bnc#632956 - fix VNC altgr-insert behavior
    7410-qemu-alt-gr.patch
    altgr_2.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
* Thu Sep 30 2010 ohering@suse.de
  - fate#310510 - fix xenpaging
    xenpaging.populate_only_if_paged.patch
* 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
* Fri Sep 24 2010 cyliu@novell.com
  - bnc#628719 - improve check_device_status to handle HA cases
    check_device_status.patch
* Fri Sep 24 2010 cyliu@novell.com
  - bnc#628719 - multi-xvdp
    mutli-xvdp.patch
* Wed Sep 22 2010 ohering@suse.de
  - fate#310510 - fix xenpaging
    xenpaging.XENMEM_decrease_reservation.patch
    xenpaging.xenpaging_init.patch
    xenpaging.policy_linear.patch
* Fri Sep 17 2010 ohering@suse.de
  - fate#310510 - fix xenpaging
    xenpaging.pageout_policy.patch
    xenpaging.xs_daemon_close.patch
    xenpaging.pagefile.patch
    xenpaging.mem_paging_tool_qemu_flush_cache.patch
    xenpaging.get_paged_frame.patch
    xenpaging.notify_via_xen_event_channel.patch
* Tue Sep 14 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
* Thu Sep 09 2010 carnold@novell.com
  - Update to Xen 4.0.1.  This is a bug fix release.
* Tue Aug 17 2010 carnold@novell.com
  - bnc#626262 - Populate-on-demand memory problem on xen with hvm
    guest
    21971-pod-accounting.patch
* Tue Aug 17 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
* Tue Aug 03 2010 carnold@novell.com
  - Upstream Intel patches to improve X2APIC handling.
    21716-iommu-alloc.patch
    21717-ir-qi.patch
    21718-x2apic-logic.patch
* Wed Jul 28 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
* Tue Jul 27 2010 jfehlig@novell.com
  - bnc#605186 - Squelch harmless error messages in block-iscsi
* Tue Jul 27 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
* Thu Apr 22 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
* Wed Apr 07 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.
* Thu Mar 18 2010 jsong@novell.com
  -Fix bnc#466899 - numa enabled xen fails to start/create vms
    adjust_vcpuaffinity_more_cpu.patch
* Wed Mar 10 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
* Mon Feb 22 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
* Fri Feb 19 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
* Fri Jan 22 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).
* Wed Dec 02 2009 wkong@novell.com
  - Modify xen-paths.diff
* Wed Dec 02 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
* Tue Oct 20 2009 jsong@novell.com
  - fate#307540 USB for Xen VMs
    usb-add.patch
* Tue Oct 20 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
* Fri Oct 09 2009 jfehlig@novell.com
  - Minor enhancement to xen-updown.sh sysconfig hook
* Tue Sep 29 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
* Tue Aug 11 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
* Tue May 19 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
* Tue May 12 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.
* Sat Apr 18 2009 wkong@novell.com
  - bnc#477890 - VM becomes unresponsive after applying snapshot
* Thu Apr 16 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.
* Wed Apr 08 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
* Fri Apr 03 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
* Tue Mar 10 2009 jfehlig@novell.com
  - bnc#483565 - Fix block-iscsi script.
    Updated block-iscsi and xen-domUloader.diff
* Tue Mar 10 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)
* Fri Mar 06 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.3_04-45.1.gz
/boot/xen-4.0.gz
/boot/xen-4.gz
/boot/xen-dbg-4.0.3_04-45.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.3_04-45.1
/boot/xen-syms-dbg
/boot/xen-syms-dbg-4.0.3_04-45.1
/boot/xen.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon May 20 05:28:07 2013