| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: xen-libs | Distribution: openSUSE 12.1 |
| Version: 4.1.3_04 | Vendor: openSUSE |
| Release: 1.21.1 | Build date: Thu Nov 15 18:21:16 2012 |
| Group: System/Kernel | Build host: build06 |
| Size: 1027560 | Source RPM: xen-4.1.3_04-1.21.1.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: http://www.cl.cam.ac.uk/Research/SRG/netos/xen/ | |
| Summary: Xen Virtualization: Libraries | |
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 libraries used to interact with the Xen
virtual machine monitor.
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.
Authors:
--------
Ian Pratt <ian.pratt@cl.cam.ac.uk>
GPLv2+
* Fri Nov 02 2012 carnold@novell.com
- Upstream patch
26088-xend-xml-filesize-check.patch
* Mon Oct 29 2012 carnold@novell.com
- bnc#787163 - VUL-0: CVE-2012-4544: xen: Domain builder Out-of-
memory due to malicious kernel/ramdisk (XSA 25)
CVE-2012-4544-xsa25.patch
- bnc#779212 - VUL-0: CVE-2012-4411: XEN / qemu: guest
administrator can access qemu monitor console (XSA-19)
CVE-2012-4411-xsa19.patch
* Thu Oct 25 2012 carnold@novell.com
- bnc#786516 - VUL-0: CVE-2012-4535: xen: Timer overflow DoS
vulnerability
CVE-2012-4535-xsa20.patch
- bnc#786518 - VUL-0: CVE-2012-4536: xen: pirq range check DoS
vulnerability
CVE-2012-4536-xsa21.patch
- bnc#786517 - VUL-0: CVE-2012-4537: xen: Memory mapping failure
DoS vulnerability
CVE-2012-4537-xsa22.patch
- bnc#786519 - VUL-0: CVE-2012-4538: xen: Unhooking empty PAE
entries DoS vulnerability
CVE-2012-4538-xsa23.patch
- bnc#786520 - VUL-0: CVE-2012-4539: xen: Grant table hypercall
infinite loop DoS vulnerability
CVE-2012-4539-xsa24.patch
- bnc#784087 - L3: Xen BUG at io_apic.c:129
26102-x86-IOAPIC-legacy-not-first.patch
- Upstream patches from Jan
26054-x86-AMD-perf-ctr-init.patch
26055-x86-oprof-hvm-mode.patch
26056-page-alloc-flush-filter.patch
26061-x86-oprof-counter-range.patch
26062-ACPI-ERST-move-data.patch
26063-x86-HPET-affinity-lock.patch
26093-HVM-PoD-grant-mem-type.patch
* Tue Oct 02 2012 carnold@novell.com
- Upstream patches from Jan
25931-x86-domctl-iomem-mapping-checks.patch
25952-x86-MMIO-remap-permissions.patch
* Thu Sep 20 2012 carnold@novell.com
- Upstream patches from Jan
25808-domain_create-return-value.patch
25814-x86_64-set-debugreg-guest.patch
25815-x86-PoD-no-bug-in-non-translated.patch
25816-x86-hvm-map-pirq-range-check.patch
25833-32on64-bogus-pt_base-adjust.patch
25834-x86-S3-MSI-resume.patch
25835-adjust-rcu-lock-domain.patch
25836-VT-d-S3-MSI-resume.patch
25850-tmem-xsa-15-1.patch
25851-tmem-xsa-15-2.patch
25852-tmem-xsa-15-3.patch
25853-tmem-xsa-15-4.patch
25854-tmem-xsa-15-5.patch
25855-tmem-xsa-15-6.patch
25856-tmem-xsa-15-7.patch
25857-tmem-xsa-15-8.patch
25858-tmem-xsa-15-9.patch
25859-tmem-missing-break.patch
25860-tmem-cleanup.patch
25883-pt-MSI-cleanup.patch
25927-x86-domctl-ioport-mapping-range.patch
25929-tmem-restore-pool-version.patch
* Wed Sep 05 2012 jfehlig@suse.com
- bnc#778105 - first XEN-PV VM fails to spawn
xend: Increase wait time for disk to appear in host bootloader
Modified existing xen-domUloader.diff
* Tue Sep 04 2012 carnold@novell.com
- Upstream patches from Jan
25752-ACPI-pm-op-valid-cpu.patch
25754-x86-PoD-early-access.patch
25755-x86-PoD-types.patch
25756-x86-MMIO-max-mapped-pfn.patch
25757-x86-EPT-PoD-1Gb-assert.patch
25764-x86-unknown-cpu-no-sysenter.patch
25765-x86_64-allow-unsafe-adjust.patch
25771-grant-copy-status-paged-out.patch
25773-x86-honor-no-real-mode.patch
25786-x86-prefer-multiboot-meminfo-over-e801.patch
- bnc#777890 - VUL-1: CVE-2012-3497: xen: multiple TMEM hypercall
vulnerabilities (XSA-15)
CVE-2012-3497-tmem-xsa-15-1.patch
CVE-2012-3497-tmem-xsa-15-2.patch
CVE-2012-3497-tmem-xsa-15-3.patch
CVE-2012-3497-tmem-xsa-15-4.patch
CVE-2012-3497-tmem-xsa-15-5.patch
CVE-2012-3497-tmem-xsa-15-6.patch
CVE-2012-3497-tmem-xsa-15-7.patch
CVE-2012-3497-tmem-xsa-15-8.patch
CVE-2012-3497-tmem-xsa-15-9.patch
tmem-missing-break.patch
* 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#777088 - VUL-0: CVE-2012-3495: xen: hypercall physdev_get_free_pirq
vulnerability (XSA-13)
CVE-2012-3495-xsa13.patch
- bnc#777091 - VUL-0: CVE-2012-3496: xen: XENMEM_populate_physmap
DoS vulnerability (XSA-14)
CVE-2012-3496-xsa14.patch
- bnc#777086 - VUL-0: CVE-2012-3498: xen: PHYSDEVOP_map_pirq index
vulnerability (XSA-16)
CVE-2012-3498-xsa16.patch
- bnc#777084 - VUL-0: CVE-2012-3515: xen: Qemu VT100 emulation
vulnerability (XSA-17)
CVE-2012-3515-xsa17.patch
* Thu Aug 16 2012 carnold@novell.com
- Upstream patches from Jan
25734-x86-MCG_CTL-default.patch
25735-x86-cpuid-masking-XeonE5.patch
25744-hypercall-return-long.patch
* Fri Aug 10 2012 carnold@novell.com
- Update to Xen 4.1.3 c/s 23336
* Mon Jul 30 2012 carnold@novell.com
- Upstream or pending upstream patches from Jan
25587-fix-off-by-one-parsing-error.patch
25616-x86-MCi_CTL-default.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
* Fri Jun 15 2012 carnold@novell.com
- bnc#767273 - unsupported /var/lock/subsys is still used by xendomains
init.xendomains
* Wed Jun 13 2012 carnold@novell.com
- bnc#766283 - opensuse 12.2 pv guests can not start after
installation due to lack of grub2 support in the host
23686-pygrub-solaris.patch
23697-pygrub-grub2.patch
23944-pygrub-debug.patch
23998-pygrub-GPT.patch
23999-pygrub-grub2.patch
24000-pygrub-grub2.patch
24001-pygrub-grub2.patch
24002-pygrub-grub2.patch
24064-pygrub-HybridISO.patch
24401-pygrub-scrolling.patch
24402-pygrub-edit-fix.patch
24460-pygrub-extlinux.patch
24706-pygrub-extlinux.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
* 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
* Tue May 15 2012 carnold@novell.com
- Upstream patches from Jan
25242-x86_64-hotplug-compat-m2p.patch
25247-SVM-no-rdtsc-intercept.patch
25267-x86-text-unlikely.patch
25269-x86-vMCE-addr-misc-write.patch
25271-x86_64-IST-index.patch
25327-pvdrv-no-asm-system-h.patch
* Tue Apr 24 2012 carnold@novell.com
- Upstream patches from Jan
25168-x86-memset-size.patch
25191-x86-tdt-delta-calculation.patch
25195-x86-cpuidle-C2-no-flush-or-bm-check.patch
25196-x86-HAP-PAT-sr.patch
25200-x86_64-trap-bounce-flags.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
* Tue Apr 03 2012 carnold@novell.com
- Upstream patches from Jan
25098-x86-emul-lock-UD.patch
25101-x86-hpet-disable.patch
ioemu-9877-MSI-X-device-cleanup.patch
* Tue Mar 20 2012 carnold@novell.com
- bnc#753165 - xen/scripts/network-bridge wont create bridge
bridge-bonding.diff
* Mon Mar 19 2012 carnold@novell.com
- Upstream patches from Jan
24950-gnttab-copy-mapped.patch
24970-x86-cpuidle-deny-port-access.patch
24996-x86-cpuidle-array-overrun.patch
25041-tapdisk2-create-init-name.patch
* Mon Feb 27 2012 jfehlig@suse.com
- bnc#745880 - cpuid setting is not preserved across xend restarts
xend-cpuid.patch
* Mon Feb 27 2012 jfehlig@suse.com
- Rename 2XXXX-vif-bridge.patch -> vif-bridge-tap-fix.patch
* Mon Feb 27 2012 carnold@novell.com
- bnc#747331 - XEN: standard "newburn" kernel QA stress test on guest
(+ smartd on Dom0?) freezes the guest
24883-x86-guest-walk-not-present.patch
- bnc#745367 - MCE bank handling during migration
24781-x86-vmce-mcg_ctl.patch
24886-x86-vmce-mcg_ctl-default.patch
24887-x86-vmce-sr.patch
- bnc#744771 - L3: VM with passed through PCI card fails to reboot
under dom0 load
24888-pci-release-devices.patch
- Upstream patches from Jan
24517-VT-d-fault-softirq.patch
24527-AMD-Vi-fault-softirq.patch
24535-x86-vMSI-misc.patch
24615-VESA-lfb-flush.patch
24690-x86-PCI-SERR-no-deadlock.patch
24701-gnttab-map-grant-ref-recovery.patch
24742-gnttab-misc.patch
24780-x86-paging-use-clear_guest.patch
24805-x86-MSI-X-dom0-ro.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
* Wed Feb 08 2012 jfehlig@suse.com
- bnc#745005 - Update vif configuration examples in xmexample*
Updated xen-xmexample.diff
* Thu Feb 02 2012 jfehlig@suse.com
- bnc#743414 - using vifname is ignored when defining a xen virtual
interface with xl/libxl
24459-libxl-vifname.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 Feb 01 2012 carnold@novell.com
- bnc#744014 - blank screen in SLES11 SP2 guest with a VF statically
assigned
ioemu-MSI-X-fix-unregister_iomem.patch
- Upstream patches from Jan
24453-x86-vIRQ-IRR-TMR-race.patch
24456-x86-emul-lea.patch
* Sun Jan 29 2012 ohering@suse.de
- fate#310510 - fix xenpaging
24466-libxc_Only_retry_mapping_pages_when_ENOENT_is_returned.patch
24566-tools-libxc_fix_error_handling_in_xc_mem_paging_load.patch
24586-x86-mm_Properly_account_for_paged_out_pages.patch
24609-tools-libxc_handle_fallback_in_linux_privcmd_map_foreign_bulk_properly.patch
24610-xenpaging_make_file_op_largefile_aware.patch
xen-unstable.misc.linux_privcmd_map_foreign_bulk.retry_paged.patch
xenpaging.speedup-page-in.gfn_to_slot.patch
xenpaging.speedup-page-out.resume_pages.find_next_bit_set.patch
xenpaging.speedup-page-out.evict_pages.free_slot_stack.patch
xenpaging.speedup-page-out.policy_choose_victim.patch
update xenpaging.error-handling.patch, flush qemu cache not so often
* Mon Jan 23 2012 carnold@novell.com
- The xen kmp packages fail on the 09-check-packaged-twice script.
Rename xen_pvdrivers.conf to xen_pvdrivers-<kernel flavor>.conf
* 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
* Fri Jan 13 2012 jfehlig@suse.com
- bnc#741159 - Fix default setting of XENSTORED_ROOTDIR in
xencommons init script
xencommons-xenstored-root.patch
* Thu Jan 12 2012 carnold@novell.com
- bnc#740625 - xen: cannot interact with xend after upgrade (SLES)
- bnc#738694 - xen: cannot interact with xend after upgrade (os12.1)
- Other README changes included.
README.SuSE
* 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
* Mon Jan 09 2012 ohering@suse.de
- fate#310510 - fix xenpaging
xenpaging.speedup-page-out.patch
* Tue Jan 03 2012 carnold@novell.com
- bnc#735806 - VF doesn't work after hot-plug for many times
24448-x86-pt-irq-leak.patch
- Upstream patches from Jan
24261-x86-cpuidle-Westmere-EX.patch
24417-amd-erratum-573.patch
24429-mceinj-tool.patch
24447-x86-TXT-INIT-SIPI-delay.patch
ioemu-9868-MSI-X.patch
* Mon Jan 02 2012 ohering@suse.de
- bnc#732884 - remove private runlevel 4 from init scripts
xen.no-default-runlevel-4.patch
* Mon Dec 19 2011 carnold@novell.com
- bnc#727515 - Fragmented packets hang network boot of HVM guest
ipxe-gcc45-warnings.patch
ipxe-ipv4-fragment.patch
ipxe-enable-nics.patch
* Mon Dec 19 2011 ohering@suse.de
- fate#310510 - fix xenpaging
update xenpaging.autostart.patch, make changes with mem-swap-target
permanent
update xenpaging.doc.patch, mention issues with live migration
* Thu Dec 15 2011 ohering@suse.de
- fate#310510 - fix xenpaging
add xenpaging.evict_mmap_readonly.patch
update xenpaging.error-handling.patch, reduce debug output
* Thu Dec 15 2011 carnold@novell.com
- bnc#736824 - Microcode patches for AMD's 15h processors panic the
system
24189-x86-p2m-pod-locking.patch
24412-x86-AMD-errata-model-shift.patch
24411-x86-ucode-AMD-Fam15.patch
* Wed Dec 14 2011 carnold@novell.com
- bnc#711219 - SR-IOV VF doesn't work in SLES11 sp2 guest
24357-firmware-no-_PS0-_PS3.patch
- Upstream patches from Jan
24153-x86-emul-feature-checks.patch
24275-x86-emul-lzcnt.patch
24277-x86-dom0-features.patch
24278-x86-dom0-no-PCID.patch
24282-x86-log-dirty-bitmap-leak.patch
24359-x86-domU-features.patch
24360-x86-pv-domU-no-PCID.patch
24389-amd-fam10-gart-tlb-walk-err.patch
24391-x86-pcpu-version.patch
* Thu Dec 08 2011 ohering@suse.de
- bnc#729208 - xenpaging=-1 doesn't work
xenpaging.doc.patch
* Thu Dec 08 2011 ohering@suse.de
- fate#310510 - fix xenpaging
readd xenpaging.qemu.flush-cache.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
* Wed Dec 07 2011 carnold@novell.com
- Upstream patches / changes from Jan
Added 24358-kexec-compat-overflow.patch
Removed 24341-x86-64-mmcfg_remove___initdata_annotation_overlooked_in_23749e8d1c8f074ba.patch
Removed 24345-tools-libxc_Fix_x86_32_build_breakage_in_previous_changeset..patch
* Wed Dec 07 2011 ohering@suse.de
- fate#310510 - fix xenpaging
24178-debug_Add_domain-vcpu_pause_count_info_to_d_key..patch
Use wait queues for paging, improve foreign mappings.
xenpaging.versioned-interface.patch
xenpaging.mmap-before-nominate.patch
xenpaging.p2m_is_paged.patch
xenpaging.evict_fail_fast_forward.patch
xenpaging.error-handling.patch
xenpaging.mem_event-use-wait_queue.patch
xenpaging.waitqueue-paging.patch
Remove obsolete patch, not needed with wait queue usage
xenpaging.HVMCOPY_gfn_paged_out.patch
* Wed Dec 07 2011 ohering@suse.de
- fate#310510 - fix xenpaging
Fix incorrect backport, remove double memset, use xzalloc
24171-x86waitqueue_Allocate_whole_page_for_shadow_stack..patch
* Wed Dec 07 2011 ohering@suse.de
- fate#310510 - fix xenpaging
fix typo in nominate, use lock instead of double unlock
23905-xenpaging_fix_locking_in_p2m_mem_paging_functions.patch
* Wed Dec 07 2011 ohering@suse.de
- fate#310510 - fix xenpaging
24327-After_preparing_a_page_for_page-in_allow_immediate_fill-in_of_the_page_contents.patch
24328-Tools_Libxc_wrappers_to_automatically_fill_in_page_oud_page_contents_on_prepare.patch
24329-Teach_xenpaging_to_use_the_new_and_non-racy_xc_mem_paging_load_interface.patch
* Tue Dec 06 2011 jfehlig@suse.com
- bnc#734826 - xm rename doesn't work anymore
Updated xend-migration-domname-fix.patch
* Fri Dec 02 2011 ohering@suse.de
- fate#310510 - fix xenpaging
24269-mem_event_move_mem_event_domain_out_of_struct_domain.patch
24270-Free_d-mem_event_on_domain_destruction..patch
* Fri Dec 02 2011 ohering@suse.de
- fate#310510 - fix xenpaging
24318-x86-mm_Fix_checks_during_foreign_mapping_of_paged_pages.patch
* Fri Dec 02 2011 ohering@suse.de
- fate#310510 - fix xenpaging
23949-constify_vcpu_set_affinitys_second_parameter.patch
* Fri Dec 02 2011 ohering@suse.de
- fate#310510 - fix xenpaging
24105-xenpaging_compare_domain_pointer_in_p2m_mem_paging_populate.patch
24106-mem_event_check_capabilities_only_once.patch
* Fri Dec 02 2011 ohering@suse.de
- fate#310510 - fix xenpaging
24272-xenpaging_Fix_c-s_235070a29c8c3ddf7_update_machine_to_phys_mapping_during_page_deallocation.patch
* Fri Dec 02 2011 ohering@suse.de
- bnc#727081 - xend domains don't work anymore since update from 12.1 beta to 12.1 RC 1
24344-tools-x86_64_Fix_cpuid_inline_asm_to_not_clobber_stacks_red_zone.patch
24345-tools-libxc_Fix_x86_32_build_breakage_in_previous_changeset..patch
* Fri Dec 02 2011 ohering@suse.de
- bnc#733449 - Panic in mcfg_ioremap when booting xen-dbg.gz on Xeon E3-1230
24341-x86-64-mmcfg_remove___initdata_annotation_overlooked_in_23749e8d1c8f074ba.patch
* Fri Dec 02 2011 ohering@suse.de
- fate#310510 - fix xenpaging
backport waitqueue changes from xen-unstable
24104-waitqueue_Double_size_of_x86_shadow_stack..patch
24171-x86waitqueue_Allocate_whole_page_for_shadow_stack..patch
24195-waitqueue_Detect_saved-stack_overflow_and_crash_the_guest..patch
24196-waitqueue_Reorder_prepare_to_wait_so_that_vcpu_is_definitely_on_the.patch
24197-x86-waitqueue_Because_we_have_per-cpu_stacks_we_must_wake_up_on_teh.patch
24231-waitqueue_Implement_wake_up_nroneall..patch
24232-waitqueue_Hold_a_reference_to_a_domain_on_a_waitqueue..patch
* Fri Dec 02 2011 ohering@suse.de
- fate#310510 - fix xenpaging
24227-xenpaging_restrict_pagefile_permissions.patch
* Fri Dec 02 2011 ohering@suse.de
- fate#310510 - fix xenpaging
merge upstream version of our existing patches:
24218-libxc_add_bitmap_clear_function.patch
remove old versions:
xenpaging.bitmap_clear.patch
* Fri Dec 02 2011 ohering@suse.de
- fate#310510 - fix xenpaging
merge upstream version of our existing patches:
24138-xenpaging_munmap_all_pages_after_page-in.patch
24208-xenpaging_remove_filename_from_comment.patch
24209-xenpaging_remove_obsolete_comment_in_resume_path.patch
24210-xenpaging_use_PERROR_to_print_errno.patch
24211-xenpaging_simplify_file_op.patch
24212-xenpaging_print_gfn_in_failure_case.patch
24213-xenpaging_update_xenpaging_init.patch
24214-xenpaging_remove_xc_dominfo_t_from_paging_t.patch
24215-xenpaging_track_the_number_of_paged-out_pages.patch
24216-xenpaging_move_page_add-resume_loops_into_its_own_function..patch
24217-xenpaging_improve_mainloop_exit_handling.patch
24219-xenpaging_retry_unpageable_gfns.patch
24220-xenpaging_install_into_LIBEXEC_dir.patch
24221-xenpaging_add_XEN_PAGING_DIR_-_libxl_xenpaging_dir_path.patch
24222-xenpaging_use_guests_tot_pages_as_working_target.patch
24223-xenpaging_watch_the_guests_memory-target-tot_pages_xenstore_value.patch
24224-xenpaging_add_cmdline_interface_for_pager.patch
24225-xenpaging_improve_policy_mru_list_handling.patch
24226-xenpaging_add_debug_to_show_received_watch_event..patch
remove old versions:
xenpaging.XEN_PAGING_DIR.patch
xenpaging.add_evict_pages.patch
xenpaging.cmdline-interface.patch
xenpaging.encapsulate_domain_info.patch
xenpaging.file_op-return-code.patch
xenpaging.install-to-libexec.patch
xenpaging.low_target_policy_nomru.patch
xenpaging.main-loop-exit-handling.patch
xenpaging.misleading-comment.patch
xenpaging.page_in-munmap-size.patch
xenpaging.print-gfn.patch
xenpaging.record-numer-paged-out-pages.patch
xenpaging.reset-uncomsumed.patch
xenpaging.stale-comments.patch
xenpaging.target-tot_pages.patch
xenpaging.use-PERROR.patch
xenpaging.watch-target-tot_pages.patch
xenpaging.watch_event-DPRINTF.patch
xenpaging.xc_interface_open-comment.patch
* Wed Nov 30 2011 jfehlig@suse.com
- bnc#733348 - Use 'xm' in various scripts if xend is running.
Modified xmclone.sh and xen-updown.sh
- Only emit xl warning when xend is running and -f (force) flag
is not specified.
Modified disable-xl-when-using-xend.patch
* Wed Nov 30 2011 carnold@novell.com
- Upstream patches from Jan
24190-hap-log-dirty-disable-rc.patch
24193-hap-track-dirty-vram-rc.patch
24201-x86-pcpu-platform-op.patch
* Tue Nov 22 2011 carnold@novell.com
- Upstream patches from Jan
23900-xzalloc.patch
24144-cpufreq-turbo-crash.patch
24148-shadow-pgt-dying-op-performance.patch
24155-x86-ioapic-EOI-after-migration.patch
24156-x86-ioapic-shared-vectors.patch
24157-x86-xstate-init.patch
24168-x86-vioapic-clear-remote_irr.patch
* Tue Nov 22 2011 cyliu@suse.com
- submit fixes for bnc#649209 and bnc#711892
xl-create-pv-with-qcow2-img.patch
update suspend_evtchn_lock.patch
* Sun Nov 20 2011 ohering@suse.de
- Update trace.c, merge patches from upstream
23050-xentrace_dynamic_tracebuffer_allocation.patch
23091-xentrace_fix_t_info_pages_calculation..patch
23092-xentrace_print_calculated_numbers_in_calculate_tbuf_size.patch
23093-xentrace_remove_gdprintk_usage_since_they_are_not_in_guest_context.patch
23094-xentrace_update_comments.patch
23095-xentrace_use_consistent_printk_prefix.patch
23128-xentrace_correct_formula_to_calculate_t_info_pages.patch
23129-xentrace_remove_unneeded_debug_printk.patch
23173-xentrace_Move_register_cpu_notifier_call_into_boot-time_init..patch
23239-xentrace_correct_overflow_check_for_number_of_per-cpu_trace_pages.patch
23308-xentrace_Move_the_global_variable_t_info_first_offset_into_calculate_tbuf_size.patch
23309-xentrace_Mark_data_size___read_mostly_because_its_only_written_once.patch
23310-xentrace_Remove_unneeded_cast_when_assigning_pointer_value_to_dst.patch
23404-xentrace_reduce_trace_buffer_size_to_something_mfn_offset_can_reach.patch
23405-xentrace_fix_type_of_offset_to_avoid_ouf-of-bounds_access.patch
23406-xentrace_update___insert_record_to_copy_the_trace_record_to_individual_mfns.patch
23407-xentrace_allocate_non-contiguous_per-cpu_trace_buffers.patch
23643-xentrace_Allow_tracing_to_be_enabled_at_boot.patch
23719-xentrace_update___trace_var_comment.patch
Remove old patches:
xen-unstable.xentrace.dynamic_tbuf.patch
xen-unstable.xentrace.empty_t_info_pages.patch
xen-unstable.xentrace.verbose.patch
xen-unstable.xentrace.no_gdprintk.patch
xen-unstable.xentrace.comments.patch
xen-unstable.xentrace.printk_prefix.patch
xen-unstable.xentrace.remove_debug_printk.patch
xen-unstable.xentrace.t_info_pages-formula.patch
xen-unstable.xentrace.register_cpu_notifier-boot_time.patch
xen-unstable.xentrace.t_info_page-overflow.patch
xen-unstable.xentrace.t_info_first_offset.patch
xen-unstable.xentrace.data_size__read_mostly.patch
xen-unstable.xentrace.__insert_record-dst-type.patch
* Mon Nov 14 2011 carnold@novell.com
- Upstream patches from Jan
24116-x86-continuation-cancel.patch
24123-x86-cpuidle-quiesce.patch
24124-x86-microcode-amd-quiesce.patch
24137-revert-23666.patch
24xxx-shadow-pgt-dying-op-performance.patch
* Thu Nov 10 2011 carnold@novell.com
- bnc#722738 - xm cpupool-create errors out
xen-cpupool-xl-config-format.patch
* Fri Nov 04 2011 carnold@novell.com
- Fix broken build when building docs
23819-make-docs.patch
* Fri Nov 04 2011 jfehlig@suse.com
- bnc#720054 - Prevent vif-bridge from adding user-created tap
interfaces to a bridge
2XXXX-vif-bridge.patch
* Fri Nov 04 2011 carnold@novell.com
- bnc#713503 - DOM0 filesystem commit
23752-x86-shared-IRQ-vector-maps.patch
23754-AMD-perdev-vector-map.patch
* Thu Nov 03 2011 ohering@suse.de
- fate#310510 - fix xenpaging
This change reverses the task of xenpaging. Before this change a
fixed number of pages was paged out. With this change the guest
will not have access to more than the given number of pages at
the same time.
The xenpaging= config option is replaced by actmem=
A new xm mem-swap-target is added.
The xenpaging binary is moved to /usr/lib/xen/bin/
xenpaging.HVMCOPY_gfn_paged_out.patch
xenpaging.XEN_PAGING_DIR.patch
xenpaging.add_evict_pages.patch
xenpaging.bitmap_clear.patch
xenpaging.cmdline-interface.patch
xenpaging.encapsulate_domain_info.patch
xenpaging.file_op-return-code.patch
xenpaging.guest-memusage.patch
xenpaging.install-to-libexec.patch
xenpaging.low_target_policy_nomru.patch
xenpaging.main-loop-exit-handling.patch
xenpaging.misleading-comment.patch
xenpaging.page_in-munmap-size.patch
xenpaging.print-gfn.patch
xenpaging.record-numer-paged-out-pages.patch
xenpaging.reset-uncomsumed.patch
xenpaging.stale-comments.patch
xenpaging.target-tot_pages.patch
xenpaging.use-PERROR.patch
xenpaging.watch-target-tot_pages.patch
xenpaging.watch_event-DPRINTF.patch
xenpaging.xc_interface_open-comment.patch
* Thu Nov 03 2011 ohering@suse.de
- xen.spec: update filelist
package /usr/lib*/xen with wildcard to pickup new files
remove duplicate /usr/sbin/xen-list from filelist
* Wed Oct 26 2011 carnold@novell.com
- bnc#725169 - xen-4.0.2_21511_03-0.5.3: bootup hangs
23993-x86-microcode-amd-fix-23871.patch
* Wed Oct 26 2011 carnold@novell.com
- Update to Xen 4.1.2 FCS c/s 23174
* Mon Oct 24 2011 jfehlig@suse.com
- bnc#720054 - Fix syntax error introduced during recent adjustment
of Xen's tap udev rule.
Updated udev-rules.patch
* Thu Oct 20 2011 ohering@suse.de
- fate#310510 - fix xenpaging
Merge paging related fixes from xen-unstable:
23506-x86_Disable_set_gpfn_from_mfn_until_m2p_table_is_allocated..patch
23507-xenpaging_update_machine_to_phys_mapping_during_page_deallocation.patch
23509-x86_32_Fix_build_Define_machine_to_phys_mapping_valid.patch
23562-xenpaging_remove_unused_spinlock_in_pager.patch
23576-x86_show_page_walk_also_for_early_page_faults.patch
23577-tools_merge_several_bitop_functions_into_xc_bitops.h.patch
23578-xenpaging_add_xs_handle_to_struct_xenpaging.patch
23579-xenpaging_drop_xc.c_remove_ASSERT.patch
23580-xenpaging_drop_xc.c_remove_xc_platform_info_t.patch
23581-xenpaging_drop_xc.c_remove_xc_wait_for_event.patch
23582-xenpaging_drop_xc.c_move_xc_mem_paging_flush_ioemu_cache.patch
23583-xenpaging_drop_xc.c_move_xc_wait_for_event_or_timeout.patch
23584-xenpaging_drop_xc.c_remove_xc_files.patch
23585-xenpaging_correct_dropping_of_pages_to_avoid_full_ring_buffer.patch
23586-xenpaging_do_not_bounce_p2mt_back_to_the_hypervisor.patch
23587-xenpaging_remove_srand_call.patch
23588-xenpaging_remove_return_values_from_functions_that_can_not_fail.patch
23589-xenpaging_catch_xc_mem_paging_resume_errors.patch
23590-xenpaging_remove_local_domain_id_variable.patch
23591-xenpaging_move_num_pages_into_xenpaging_struct.patch
23592-xenpaging_start_paging_in_the_middle_of_gfn_range.patch
23593-xenpaging_pass_integer_to_xenpaging_populate_page.patch
23594-xenpaging_add_helper_function_for_unlinking_pagefile.patch
23595-xenpaging_add_watch_thread_to_catch_guest_shutdown.patch
23596-xenpaging_implement_stopping_of_pager_by_sending_SIGTERM-SIGINT.patch
23597-xenpaging_remove_private_mem_event.h.patch
23599-tools_fix_build_after_recent_xenpaging_changes.patch
23817-mem_event_add_ref_counting_for_free_requestslots.patch
23818-mem_event_use_mem_event_mark_and_pause_in_mem_event_check_ring.patch
23827-xenpaging_use_batch_of_pages_during_final_page-in.patch
23841-mem_event_pass_mem_event_domain_pointer_to_mem_event_functions.patch
23842-mem_event_use_different_ringbuffers_for_share_paging_and_access.patch
23874-xenpaging_track_number_of_paged_pages_in_struct_domain.patch
23904-xenpaging_use_p2m-get_entry_in_p2m_mem_paging_functions.patch
23905-xenpaging_fix_locking_in_p2m_mem_paging_functions.patch
23906-xenpaging_remove_confusing_comment_from_p2m_mem_paging_populate.patch
23908-p2m_query-modify_p2mt_with_p2m_lock_held.patch
23943-xenpaging_clear_page_content_after_evict.patch
23953-xenpaging_handle_evict_failures.patch
23978-xenpaging_check_p2mt_in_p2m_mem_paging_functions.patch
23979-xenpaging_document_p2m_mem_paging_functions.patch
23980-xenpaging_disallow_paging_in_a_PoD_guest.patch
Remove obsolete patches:
x86-show-page-walk-early.patch
xenpaging.23817-mem_event_check_ring.patch
xenpaging.catch-xc_mem_paging_resume-error.patch
xenpaging.guest_remove_page.slow_path.patch
xenpaging.mem_event-no-p2mt.patch
xenpaging.no-srand.patch
xenpaging.return-void.patch
xenpaging.xenpaging_populate_page-gfn.patch
* Thu Oct 20 2011 ohering@suse.de
- xen.spec: use changeset number as patch number for upstream patches
* Wed Oct 19 2011 adrian@suse.de
- do not use runlevel 4 in init scripts, it makes it impossible
to "insserv xend" on 12.1
* Mon Oct 17 2011 carnold@novell.com
- Upstream patches from Jan
23955-x86-pv-cpuid-xsave.patch
23957-cpufreq-error-paths.patch
* Tue Oct 11 2011 carnold@novell.com
- Upstream patches from Jan
23933-pt-bus2bridge-update.patch
23726-x86-intel-flexmigration-v2.patch
23925-x86-AMD-ARAT-Fam12.patch
23246-x86-xsave-enable.patch
23897-x86-mce-offline-again.patch
* Mon Oct 10 2011 carnold@novell.com
- Update to Xen 4.1.2_rc3 c/s 23171
* Thu Oct 06 2011 jfehlig@suse.com
- bnc#720054 - Changed /etc/udev/rules.d/40-xen.rules to not run
Xen's vif-bridge script when not running Xen. This is not a
solution to the bug but an improvement in the rules regardless.
Updated udev-rules.patch
* Tue Oct 04 2011 carnold@novell.com
- Upstream patches from Jan
23868-vtd-RMRR-validation.patch
23871-x86-microcode-amd-silent.patch
23898-cc-option-grep.patch
* Fri Sep 30 2011 jfehlig@suse.com
- Add pciback init script and sysconf file, giving users a simple
mechanism to configure pciback.
init.pciback sysconfig.pciback
* Fri Sep 23 2011 ohering@suse.de
- update scripts to use xl -f, or xm if xend is running:
xen-updown.sh, init.xendomains, xmclone.sh
* Fri Sep 23 2011 ohering@suse.de
- bnc#694863 - kexec fails in xen
xenstored: allow guest to shutdown all its watches/transactions
xenstored.XS_RESET_WATCHES.patch
* Thu Sep 22 2011 carnold@novell.com
- Upstream patches from Jan
23843-scheduler-switch.patch
23846-x86-TSC-check.patch
23848-vmx-conditional-off.patch
23853-x86-pv-cpuid-xsave.patch
* Fri Sep 16 2011 ohering@suse.de
- fate#310510 - fix xenpaging
mem_event: add ref counting for free requestslots
xenpaging.23817-mem_event_check_ring.patch
* Wed Sep 14 2011 carnold@novell.com
- bnc#717650 - Unable to start VM
- Update to Xen 4.1.2_rc2 c/s 23152
* Fri Sep 09 2011 jfehlig@suse.com
- bnc#716695 - domUs using tap devices will not start
updated multi-xvdp.patch
* Tue Sep 06 2011 carnold@novell.com
- Upstream patches from Jan
23803-intel-pmu-models.patch
23800-x86_64-guest-addr-range.patch
23795-intel-ich10-quirk.patch
23804-x86-IPI-counts.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 23 2011 carnold@novell.com
- Upstream patches from Jan
23725-pci-add-device.patch
23762-iommu-fault-bm-off.patch
23763-pci-multi-seg-x2apic-vtd-no-crash.patch
23765-x86-irq-vector-leak.patch
23766-x86-msi-vf-bars.patch
23771-x86-ioapic-clear-pin.patch
23772-x86-trampoline.patch
23774-x86_64-EFI-EDD.patch
23776-x86-kexec-hpet-legacy-bcast-disable.patch
23781-pm-wide-ACPI-ids.patch
23782-x86-ioapic-clear-irr.patch
23783-ACPI-set-_PDC-bits.patch
* Mon Aug 15 2011 ohering@suse.de
- Include gcc46 only when its available (>11.4 && >sles11sp1)
* Fri Aug 12 2011 carnold@novell.com
- bnc#711943 - [xl] Fail to create multi-guests with NIC assigned
23685-libxl-segfault-fix.patch
* Thu Aug 11 2011 jfehlig@suse.com
- libxenlight and legacy xend toolstack should not be used
together. If xend is running, print a warning and exit
xl. Add a '-f' (force) option to xl to override this
behavior.
disable-xl-when-using-xend.patch
bnc#707664
* Wed Aug 10 2011 carnold@novell.com
- Upstream patches from Jan
23732-sedf.patch
23735-guest-dom0-cap.patch
23746-vtd-cleanup-timers.patch
23747-mmcfg-base-address.patch
23749-mmcfg-reservation.patch
* Tue Aug 09 2011 cyliu@novell.com
- bnc#704160 - crm resource migrate fails with xen machines
update snapshot-xend.patch
- bnc#706574 - xm console DomUName hang after "xm save/restore" of
PVM on the latest Xen
xend-console-port-restore.patch
* Tue Aug 09 2011 ohering@suse.de
- update xencommons script to run only when needed
xencommons-proc-xen.patch
* Fri Jul 22 2011 carnold@novell.com
- Upstream patches from Jan
23726-x86-intel-flexmigration.patch
23706-fix-20892.patch
23723-x86-CMOS-lock.patch
23676-x86_64-image-map-bounds.patch
23724-x86-smpboot-x2apic.patch
* Mon Jul 11 2011 ohering@suse.de
- hotplug.losetup.patch
correct dev:inode detection, stat returns major:minor without
leading zeros, while losetup -a includes trailing zeros
* Fri Jul 08 2011 cyliu@novell.com
- fate#310635: xen npiv multipath support
update block-npiv* scripts for testing
* Thu Jul 07 2011 carnold@novell.com
- Fixes for EFI support
x86-EFI-discard-comment.patch
* Wed Jun 29 2011 carnold@novell.com
- fate#309894: Xen needs to correctly understand family 15h CPU
topology
- fate#311376: EFI support in SP2
- fate#311529: Native UEFI booting under Xen (installation)
23074-pfn.h.patch
23571-vtd-fault-verbosity.patch
23574-x86-dom0-compressed-ELF.patch
23575-x86-DMI.patch
23610-x86-topology-info.patch
23611-amd-fam15-topology.patch
23613-EFI-headers.patch
23614-x86_64-EFI-boot.patch
23615-x86_64-EFI-runtime.patch
23616-x86_64-EFI-MPS.patch
* Wed Jun 29 2011 jbeulich@novell.com
- Mark xen-scsi.ko supported (bnc#582265, fate#309459).
* Tue Jun 28 2011 carnold@novell.com
- fate#310308: Hypervisor assisted watchdog driver
ioemu-watchdog-support.patch
ioemu-watchdog-linkage.patch
ioemu-watchdog-ib700-timer.patch
tools-watchdog-support.patch
* 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.1.1
* Wed Jun 22 2011 cyliu@novell.com
- fate#310956: Support Direct Kernel Boot for FV guests
kernel-boot-hvm.patch
* Wed Jun 22 2011 cyliu@novell.com
- fate#310316: Support change vnc password while vm is running
change-vnc-passwd.patch
- fate#310325: Support get domU console log from Dom0
log-guest-console.patch
* Wed Jun 22 2011 ohering@suse.de
- fate#311487: remove modprobe.conf files for autoloading of Xen
and Hyper-V drivers
xen.sles11sp1.fate311487.xen_platform_pci.dmistring.patch
add dmi modalias to xen-platform-pci.ko
* Tue Jun 21 2011 carnold@novell.com
- fate#308532: [NONCODE] Remove XEN 32-bit Hypervisor
Modify ExclusiveArch in xen.spec to build only x86_64
* Tue Jun 21 2011 carnold@novell.com
- fate#309900 - Add Xen support for SVM Decode Assist in AMD family
15h
- fate#309902 - Add Xen support for AMD family 12h processors
- fate#309903 - Add Xen support for AMD family 14h processors
- fate#309906 - Add Xen support for performance event counters in
AMD family 15h
* Fri Jun 17 2011 carnold@novell.com
- fate#309893: Add Xen support for AMD family 15h processors
- fate#309901: Add Xen support for SVM TSC scaling in AMD family
15h
- fate#311951: Ivy Bridge: XEN support for Supervisor Mode
Execution Protection (SMEP)
23437-amd-fam15-TSC-scaling.patch
23462-libxc-cpu-feature.patch
23481-x86-SMEP.patch
23504-x86-SMEP-hvm.patch
23505-x86-cpu-add-arg-check.patch
23508-vmx-proc-based-ctls-probe.patch
23510-hvm-cpuid-DRNG.patch
23511-amd-fam15-no-flush-for-C3.patch
23516-cpuid-ERMS.patch
23538-hvm-pio-emul-no-host-crash.patch
23539-hvm-cpuid-FSGSBASE.patch
23543-x86_64-maddr_to_virt-assertion.patch
23546-fucomip.patch
* Wed Jun 15 2011 jfehlig@novell.com
- Fix libxc reentrancy issues
23383-libxc-rm-static-vars.patch
* Wed Jun 15 2011 carnold@novell.com
- fate#310957 - Update to Xen 4.1.1 FCS c/s 23079
* Tue Jun 14 2011 lidongyang@novell.com
- fate#311000 - Extend Xen domain lock framework to support
more alternative
xend-domain-lock-sfex.patch
* Mon Jun 13 2011 lidongyang@novell.com
- fate#311371 - Enhance yast to configure live migration for
Xen and KVM
add firewall service file for xen-tools
* Fri Jun 10 2011 jfehlig@novell.com
- Add man page for xen-list utility
updated xen-utils-0.1.tar.bz2
* Thu May 26 2011 carnold@novell.com
- Upstream patches from Jan
23233-hvm-cr-access.patch
23234-svm-decode-assist-base.patch
23235-svm-decode-assist-crs.patch
23236-svm-decode-assist-invlpg.patch
23238-svm-decode-assist-insn-fetch.patch
23303-cpufreq-misc.patch
23304-amd-oprofile-strings.patch
23305-amd-fam15-xenoprof.patch
23306-amd-fam15-vpmu.patch
23334-amd-fam12+14-vpmu.patch
23338-vtd-force-intremap.patch
* Thu May 26 2011 carnold@novell.com
- fate#310957 - Update to Xen 4.1.1-rc1 c/s 23064
* Tue May 24 2011 ohering@suse.de
- xentrace: dynamic tracebuffer allocation
xen-unstable.xentrace.dynamic_tbuf.patch
xen-unstable.xentrace.empty_t_info_pages.patch
xen-unstable.xentrace.verbose.patch
xen-unstable.xentrace.no_gdprintk.patch
xen-unstable.xentrace.comments.patch
xen-unstable.xentrace.printk_prefix.patch
xen-unstable.xentrace.remove_debug_printk.patch
xen-unstable.xentrace.t_info_pages-formula.patch
xen-unstable.xentrace.register_cpu_notifier-boot_time.patch
xen-unstable.xentrace.t_info_page-overflow.patch
xen-unstable.xentrace.t_info_first_offset.patch
xen-unstable.xentrace.data_size__read_mostly.patch
xen-unstable.xentrace.__insert_record-dst-type.patch
* Tue May 24 2011 ohering@suse.de
- fate#310510 - fix xenpaging
update xenpaging patches for xen 4.1
xenpaging.guest_remove_page.slow_path.patch
xenpaging.mem_event-no-p2mt.patch
xenpaging.no-srand.patch
xenpaging.return-void.patch
xenpaging.catch-xc_mem_paging_resume-error.patch
xenpaging.xenpaging_populate_page-gfn.patch
xenpaging.autostart.patch
* 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
* Thu May 19 2011 ohering@suse.de
- disable xend's logrotation for xend.log, use included logrotate.conf
* Wed May 18 2011 ohering@suse.de
- bnc#684297 - HVM taking too long to dump vmcore
xen.sles11sp1.bug684297.HVMOP_get_mem_type.patch
new hvm_op hyper call option
xen.sles11sp1.bug684297.xen_oldmem_pfn_is_ram.patch
Use new Xen HVMOP_get_mem_type hvmop hypercall option and new Linux
kernel register_oldmem_pfn_is_ram interface.
(depends on two kernel-source changes)
* Tue May 17 2011 carnold@novell.com
- Update to Xen 4.1.1-rc1-pre c/s 23051
* Thu May 12 2011 carnold@novell.com
- Numerous cleanups when compiling with the unused-but-set-variable
flag enabled and warnings equal to errors.
xen-warnings-unused.diff
* Thu May 12 2011 jfehlig@novell.com
- Add a 'long' option to xen-list utility
Updated xen-utils-0.1.tar.bz2
* Tue May 10 2011 jfehlig@novell.com
- bnc#691256 - move modprobe of xen backend modules from xend to
xencommons initscript
tmp-initscript-modprobe.patch
* Mon May 09 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
- 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
23096-x86-hpet-no-cpumask_lock.patch
23099-x86-rwlock-scalability.patch
23103-x86-pirq-guest-eoi-check.patch
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
23200-amd-iommu-intremap-sync.patch
23228-x86-conditional-write_tsc.patch
* Tue May 03 2011 carnold@novell.com
- bnc#691238 - L3: question on behaviour change xm list
snapshot-xend.patch
* Mon May 02 2011 ohering@suse.de
- update xenalyze to revision 98
* Unify setting of vcpu data type
* Unify record size checks
* Fix cr3_switch not to access hvm struct before it's initialized
- add xenalyze.gcc46.patch to fix unused-but-set-variable errors
* 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
- hotplug.losetup.patch
correct dev:inode detection and use variable expansion
* 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
* Thu Apr 21 2011 ohering@suse.de
- bnc#685189: update vif-route-ifup.patch to use correct variable
after upstream commit 22910:d4bc41a8cecb
* Wed Apr 20 2011 ohering@suse.de
- bnc#688519: correct indention in xend-domain-lock.patch
* Tue Apr 19 2011 jfehlig@novell.com
- bnc#687981 - L3: mistyping model type when defining VIF crashes
VM
xend-validate-nic-model.patch
* Mon Apr 11 2011 jfehlig@suse.de
- bnc#685338: Fix porting of xend-domain-lock.patch
* Mon Apr 11 2011 ohering@suse.de
- update scripts to use xl instead of xm:
xen-updown.sh, init.xendomains, xmclone.sh
* Mon Apr 11 2011 ohering@suse.de
- disable xend in openSuSE > 11.4
the xl command is the replacement for the xm command
* Thu Apr 07 2011 ohering@suse.de
- mark runlevel scripts as config to preserve local changes by
admin or dev during package update
* Thu Apr 07 2011 ohering@suse.de
- enable xencommons runlevel script during upgrade if xend was
already enabled
* Thu Apr 07 2011 ohering@suse.de
- call /sbin/ldconfig directly in xen-libs post install scripts
* 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
* Thu Mar 31 2011 coolo@novell.com
- add baselibs.conf as libvirt uses 32bit libraries
* Tue Mar 29 2011 carnold@novell.com
- Remus support is enabled for now.
* 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
* Fri Mar 25 2011 carnold@novell.com
- Update to Xen 4.1 FCS
* Thu Mar 24 2011 ohering@suse.de
- fix xentrace.dynamic_sized_tbuf.patch
the default case did not work, correct size calculation
* Tue Mar 22 2011 carnold@novell.com
- Update to c/s 23010 Xen 4.1 rc8
* Tue Mar 22 2011 ohering@suse.de
- use _smp_mflags instead of jobs, jobs is not expanded everywhere
* Mon Mar 21 2011 carnold@novell.com
- bnc#681302 - xm create -x <guest> returns "ImportError: No module
named ext"
xm-create-xflag.patch
* 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 jfehlig@novell.com
- Fix xen-utils to cope with xen-unstable c/s 21483
* Mon Mar 14 2011 carnold@novell.com
- bnc#678229 - restore of sles HVM fails
22873-svm-sr-32bit-sysenter-msrs.patch
* Fri Mar 11 2011 ohering@suse.de
- xz-devel is available since 11.2, make it optional for SLES11SP1
* 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
* 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.
* 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.
* Wed Feb 09 2011 carnold@novell.com
- Update to Xen 4.1.0 c/s 22861
* Tue Feb 08 2011 jfehlig@novell.com
- bnc#658569 - SLES 11 SP1 dom0 iptables gives lots of physdev
messages
22385-vif-common.patch
* 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
* Tue Feb 01 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
* Wed Jan 12 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
* Wed Jan 12 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.
* Mon Jan 10 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
* 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 - 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 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#651822
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
* 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
* 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)
* 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
* 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 29 2010 carnold@novell.com
- bnc#654050 - Python: a crasher bug in pyexpat - upstream patch
needs backporting
22235-lxml-validator.patch
* Tue Nov 23 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
* 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
* Wed Nov 17 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
* 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 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
* 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 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 (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 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 ksrinivasan@novell.com
- Some cleanup in the APIC handling code in the HyperV shim.
hv_apic.patch
* 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 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
* 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
* Wed Sep 22 2010 ohering@suse.de
- fate#310510 - fix xenpaging
xenpaging.XENMEM_decrease_reservation.patch
xenpaging.xenpaging_init.patch
xenpaging.policy_linear.patch
* Mon Sep 20 2010 cyliu@novell.com
- bnc#632956 - fix VNC altgr-insert behavior
7410-qemu-alt-gr.patch
altgr_2.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
* 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
* Wed Aug 25 2010 jfehlig@novell.com
- bnc#628701 - Fix qemu-dm handling of dmmd devices
modified xen-qemu-iscsi-fix.patch
* 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
* Mon Jul 26 2010 carnold@novell.com
- Enable the packaging of create.dtd. This is needed for when xm
is configured to use xenapi.
* 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-disabled-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]
/usr/lib64/fs /usr/lib64/fs/ext2fs /usr/lib64/fs/ext2fs/fsimage.so /usr/lib64/fs/fat /usr/lib64/fs/fat/fsimage.so /usr/lib64/fs/iso9660 /usr/lib64/fs/iso9660/fsimage.so /usr/lib64/fs/reiserfs /usr/lib64/fs/reiserfs/fsimage.so /usr/lib64/fs/ufs /usr/lib64/fs/ufs/fsimage.so /usr/lib64/fs/zfs /usr/lib64/fs/zfs/fsimage.so /usr/lib64/libblktap.so.3.0 /usr/lib64/libblktap.so.3.0.0 /usr/lib64/libblktapctl.so.1.0 /usr/lib64/libblktapctl.so.1.0.0 /usr/lib64/libflask.so.1.0 /usr/lib64/libflask.so.1.0.0 /usr/lib64/libfsimage.so.1.0 /usr/lib64/libfsimage.so.1.0.0 /usr/lib64/libvhd.so.1.0 /usr/lib64/libvhd.so.1.0.0 /usr/lib64/libxenapi.so.1.0 /usr/lib64/libxenapi.so.1.0.0 /usr/lib64/libxenctrl.so.4.2 /usr/lib64/libxenctrl.so.4.2.0 /usr/lib64/libxenguest.so.4.2 /usr/lib64/libxenguest.so.4.2.0 /usr/lib64/libxenlight.so.1.0 /usr/lib64/libxenlight.so.1.0.0 /usr/lib64/libxenstore.so.3.0 /usr/lib64/libxenstore.so.3.0.0 /usr/lib64/libxlutil.so.1.0 /usr/lib64/libxlutil.so.1.0.0
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri May 24 03:06:10 2013