- 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

- fate#310957 - Update to Xen 4.1.1-rc1 c/s 23064 

- 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

OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=124
This commit is contained in:
Charles Arnold
2011-05-31 17:35:29 +00:00
committed by Git OBS Bridge
parent ef397cbc2b
commit 8547e28bd5
173 changed files with 4064 additions and 3068 deletions

View File

@@ -1,3 +1,91 @@
-------------------------------------------------------------------
Thu May 26 06:36:49 MDT 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 06:27:56 MDT 2011 - carnold@novell.com
- fate#310957 - Update to Xen 4.1.1-rc1 c/s 23064
-------------------------------------------------------------------
Tue May 24 18:19:04 CEST 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 13:51:14 CEST 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 10:48:54 MDT 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 11:22:51 CEST 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 11:19:37 CEST 2011 - ohering@suse.de
- disable xend's logrotation for xend.log, use included logrotate.conf
-------------------------------------------------------------------
Wed May 18 17:00:16 CEST 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 11:31:49 MDT 2011 - carnold@novell.com
@@ -46,6 +134,12 @@ Tue May 3 11:11:05 MDT 2011 - carnold@novell.com
23200-amd-iommu-intremap-sync.patch
23228-x86-conditional-write_tsc.patch
-------------------------------------------------------------------
Tue May 3 08:54:51 MDT 2011 - carnold@novell.com
- bnc#691238 - L3: question on behaviour change xm list
snapshot-xend.patch
-------------------------------------------------------------------
Mon May 2 12:42:16 CEST 2011 - ohering@suse.de
@@ -56,7 +150,7 @@ Mon May 2 12:42:16 CEST 2011 - ohering@suse.de
- add xenalyze.gcc46.patch to fix unused-but-set-variable errors
-------------------------------------------------------------------
Thu Apr 28 14:12:13 MDT 2011 - jfehlig@novell.com
Thu Apr 28 10:24:46 MDT 2011 - jfehlig@novell.com
- bnc#688473 - VUL-0: potential buffer overflow in tools
cve-2011-1583-4.0.patch
@@ -67,6 +161,20 @@ Thu Apr 28 17:18:57 CEST 2011 - ohering@suse.de
- hotplug.losetup.patch
correct dev:inode detection and use variable expansion
-------------------------------------------------------------------
Tue Apr 26 11:30:39 MDT 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 16:30:30 CEST 2011 - ohering@suse.de
@@ -78,6 +186,13 @@ Wed Apr 20 17:50:04 CEST 2011 - ohering@suse.de
- bnc#688519: correct indention in xend-domain-lock.patch
-------------------------------------------------------------------
Thu Apr 19 06:43:19 MST 2011 - jfehlig@novell.com
- bnc#687981 - L3: mistyping model type when defining VIF crashes
VM
xend-validate-nic-model.patch
-------------------------------------------------------------------
Mon Apr 11 15:55:04 MDT 2011 - jfehlig@suse.de
@@ -112,6 +227,15 @@ Thu Apr 7 17:50:23 CEST 2011 - ohering@suse.de
- call /sbin/ldconfig directly in xen-libs post install scripts
-------------------------------------------------------------------
Tue Apr 5 10:57:20 MDT 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 12:41:24 UTC 2011 - coolo@novell.com
@@ -122,6 +246,13 @@ Tue Mar 29 10:18:09 MDT 2011 - carnold@novell.com
- Remus support is enabled for now.
-------------------------------------------------------------------
Mon Mar 28 09:28:49 MDT 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 09:48:04 MDT 2011 - carnold@novell.com
@@ -150,18 +281,72 @@ Mon Mar 21 10:09:50 MDT 2011 - carnold@novell.com
named ext"
xm-create-xflag.patch
-------------------------------------------------------------------
Thu Mar 17 06:22:30 MDT 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 09:22:24 MDT 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 22:20:39 MDT 2011 - jfehlig@novell.com
- Fix xen-utils to cope with xen-unstable c/s 21483
-------------------------------------------------------------------
Mon Mar 14 10:11:19 MDT 2011 - carnold@novell.com
- bnc#678229 - restore of sles HVM fails
22873-svm-sr-32bit-sysenter-msrs.patch
-------------------------------------------------------------------
Fri Mar 11 22:28:37 CET 2011 - ohering@suse.de
- xz-devel is available since 11.2, make it optional for SLES11SP1
-------------------------------------------------------------------
Fri Feb 18 09:46:56 CST 2011 - lidongyang@novell.com
Mon Feb 28 14:07:01 CST 2011 - cyliu@novell.com
- Fix /vm/uuid xenstore leak on tapdisk2 device cleanup
22499-xen-hotplug-cleanup.patch
-------------------------------------------------------------------
Fri Feb 25 14:07:01 MST 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 21:18:19 MST 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 20:06:07 CST 2011 - lidongyang@novell.com
- bnc#665610 - xm console > 1 to same VM messes up both consoles
Upstream rejected due to portability concern, see
@@ -175,11 +360,26 @@ Fri Feb 11 11:50:20 MST 2011 - carnold@novell.com
so that kernels compressed with any of these methods can be
launched.
-------------------------------------------------------------------
Tue Feb 10 14:12:46 CST 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 9 16:38:12 MST 2011 - carnold@novell.com
- Update to Xen 4.1.0 c/s 22861
-------------------------------------------------------------------
Tue Feb 8 16:02:46 MST 2011 - jfehlig@novell.com
- bnc#658569 - SLES 11 SP1 dom0 iptables gives lots of physdev
messages
22385-vif-common.patch
-------------------------------------------------------------------
Mon Feb 7 13:25:04 CET 2011 - ohering@suse.de
@@ -224,7 +424,7 @@ Tue Feb 1 16:01:45 MST 2011 - carnold@novell.com
-------------------------------------------------------------------
Mon Jan 31 10:45:21 MST 2011 - carnold@novell.com
- bnc#633573 - System fail to boot after running several warm
- bnc#633573 - System fail to boot after running several warm
reboot tests
22749-vtd-workarounds.patch
- Upstream patches from Jan
@@ -234,7 +434,7 @@ Mon Jan 31 10:45:21 MST 2011 - carnold@novell.com
22782-x86-emul-smsw.patch
22789-i386-no-x2apic.patch
22790-svm-resume-migrate-pirqs.patch
22816-x86-pirq-drop-priv-check.patch
22816-x86-pirq-drop-priv-check.patch
-------------------------------------------------------------------
Thu Jan 27 06:23:35 MST 2011 - carnold@novell.com
@@ -246,7 +446,7 @@ Fri Jan 14 08:29:15 MST 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:
- 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
@@ -298,12 +498,12 @@ Fri Jan 7 16:13:24 MST 2011 - jfehlig@novell.com
-------------------------------------------------------------------
Tue Jan 4 18:06:31 MST 2011 - carnold@novell.com
- bnc#656369 - g5plus: sles11sp1 xen crash with 8 socket x2apic
- 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
- 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
@@ -324,7 +524,7 @@ Tue Jan 4 18:06:31 MST 2011 - carnold@novell.com
-------------------------------------------------------------------
Tue Jan 4 16:53:54 MST 2011 - carnold@novell.com
- bnc#661298 - maintenance release candidate - Windows VMs reboot
- bnc#661298 - maintenance release candidate - Windows VMs reboot
too fast, triggering failsafe
xen-minimum-restart-time.patch
@@ -340,6 +540,15 @@ Tue Dec 28 11:23:18 MST 2010 - jfehlig@novell.com
- bnc#659466 - XEN drbd block device type not working on SLES 11 SP1
20158-revert.patch
-------------------------------------------------------------------
Mon Dec 27 15:35:04 MST 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 14:43:13 CST 2010 - lidongyang@novell.com
@@ -351,7 +560,7 @@ Mon Dec 27 14:43:13 CST 2010 - lidongyang@novell.com
ioemu-disable-emulated-ide-if-pv.patch
-------------------------------------------------------------------
Wed Dec 22 11:56:38 CST 2010 - cyliu@novell.com
Wed Dec 22 11:31:52 CST 2010 - cyliu@novell.com
- Upstream patch to replace xenfb_32bpp.patch
7426-xenfb-depth.patch
@@ -374,16 +583,47 @@ Fri Dec 17 14:34:18 CET 2010 - ohering@suse.de
add mainline tag to merged patches
-------------------------------------------------------------------
Thu Dec 16 17:33:52 MST 2010 - jfehlig@novell.com
Thu Dec 16 17:29:11 MST 2010 - jfehlig@novell.com
- bnc#613584 - If available, use kpartx '-f' option in domUloader
-------------------------------------------------------------------
Thu Dec 16 10:21:13 MST 2010 - jfehlig@novell.com
Thu Dec 16 10:14:47 MST 2010 - jfehlig@novell.com
- bnc#659872 - xend: Do no release domain lock on checkpoint
operation.
-------------------------------------------------------------------
Tue Dec 14 11:59:26 MST 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 10:39:56 MST 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 10:35:52 MST 2010 - carnold@novell.com
- bnc#659085 - physical host is rebooted with unknown reason
Regression: Remove the patch 22071-ept-get-entry-lock.patch
-------------------------------------------------------------------
Tue Dec 13 10:27:04 MST 2010 - carnold@novell.com
- Removed 7410-qemu-alt-gr.patch and altgr_2.patch. It causes a
regression (see bnc#659070)
-------------------------------------------------------------------
Tue Dec 7 15:38:58 CET 2010 - ohering@suse.de
@@ -416,7 +656,13 @@ Tue Dec 7 14:25:54 CET 2010 - ohering@suse.de
- set xenpaging_delay to 0.0 to start xenpaging right away
-------------------------------------------------------------------
Fri Dec 3 16:50:01 CST 2010 - cyliu@novell.com
Fri Dec 3 15:57:58 MST 2010 - carnold@novell.com
- bnc#654591 - SLES11 SP0->Sp1 regression? (Xen, HVMs, NPIV)
Fixed xen-qemu-iscsi-fix.patch
-------------------------------------------------------------------
Fri Dec 3 14:50:01 CST 2010 - cyliu@novell.com
- blktap2 patch - fix problem that blktap2 device info not cleared
when block-attach fail.
@@ -425,7 +671,7 @@ Fri Dec 3 16:50:01 CST 2010 - cyliu@novell.com
-------------------------------------------------------------------
Tue Nov 30 13:44:35 MST 2010 - carnold@novell.com
- bnc#655438 - Using performance counter in domU on Nehalem cpus
- bnc#655438 - Using performance counter in domU on Nehalem cpus
22417-vpmu-nehalem.patch
- Upstream patches from Jan
22389-amd-iommu-decls.patch
@@ -435,8 +681,8 @@ Tue Nov 30 13:44:35 MST 2010 - carnold@novell.com
-------------------------------------------------------------------
Tue Nov 30 06:46:28 MST 2010 - carnold@novell.com
- bnc#656245 - VUL-1: hypervisor: application or kernel in any pv
Xen domain can crash Xen
- bnc#656245 - VUL-1: hypervisor: application or kernel in any pv
Xen domain can crash Xen
x86_64-gdt-ldt-fault-filter.patch
-------------------------------------------------------------------
@@ -449,6 +695,15 @@ Mon Nov 29 10:06:49 MST 2010 - carnold@novell.com
-------------------------------------------------------------------
Tue Nov 23 15:46:09 MST 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 11:51:30 MST 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
@@ -483,9 +738,9 @@ Fri Nov 12 09:48:14 MST 2010 - carnold@novell.com
22045-python27-compat.patch
-------------------------------------------------------------------
Thu Nov 11 18:44:48 CST 2010 - cyliu@novell.com
Thu Nov 11 18:44:48 CST 2010 - cyliu@novell.com
- bnc#641144 - FV Xen VM running windows or linux cannot write to
- bnc#641144 - FV Xen VM running windows or linux cannot write to
virtual floppy drive
bdrv_default_rwflag.patch
@@ -499,8 +754,8 @@ Thu Nov 11 21:01:12 CET 2010 - ohering@suse.de
-------------------------------------------------------------------
Thu Nov 11 10:11:35 MST 2010 - carnold@novell.com
- bnc#649864 - automatic numa cpu placement of xen conflicts with
cpupools
- bnc#649864 - automatic numa cpu placement of xen conflicts with
cpupools
22326-cpu-pools-numa-placement.patch
-------------------------------------------------------------------
@@ -545,12 +800,12 @@ Fri Nov 5 16:22:15 CET 2010 - ohering@suse.de
-------------------------------------------------------------------
Fri Nov 5 09:13:38 MDT 2010 - carnold@novell.com
- bnc#647681 - L3: Passthrough of certain PCI device broken after
SLES 11 to SP1 upgrade
- 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
22223-vtd-workarounds.patch (bnc#652935)
22231-x86-pv-ucode-msr-intel.patch
22232-x86-64-lahf-lm-bios-workaround.patch
22280-kexec.patch
@@ -559,7 +814,7 @@ Fri Nov 5 09:13:38 MDT 2010 - carnold@novell.com
-------------------------------------------------------------------
Wed Nov 3 16:26:10 MDT 2010 - carnold@novell.com
- bnc#497149 - SLES11 64bit Xen - SLES11 64bit HVM guest has
- bnc#497149 - SLES11 64bit Xen - SLES11 64bit HVM guest has
corrupt text console
stdvga-cache.patch
@@ -589,18 +844,18 @@ Wed Oct 27 20:08:51 CEST 2010 - ohering@suse.de
xenpaging.doc.patch
- add /var/lib/xen/xenpaging directory
-------------------------------------------------------------------
Wed Oct 27 11:50:17 MDT 2010 - ksrinivasan@novell.com
- Some cleanup in the APIC handling code in the HyperV shim.
hv_apic.patch
-------------------------------------------------------------------
Wed Oct 27 18:04:30 CEST 2010 - ohering@suse.de
- fate#310510 - fix xenpaging
xenpaging.memory_op.patch, correct delay handling in retry loop
-------------------------------------------------------------------
Wed Oct 27 08:50:17 MDT 2010 - ksrinivasan@novell.com
- Some cleanup in the APIC handling code in the HyperV shim.
hv_apic.patch
-------------------------------------------------------------------
Wed Oct 27 03:56:38 EDT 2010 - cyliu@novell.com
@@ -682,7 +937,7 @@ Tue Oct 8 14:11:31 CST 2010 - cyliu@novell.com
altgr_2.patch
-------------------------------------------------------------------
Thu Oct 7 11:18:12 MDT 2010 - jfehlig@novell.com
Thu Oct 7 10:58:39 MDT 2010 - jfehlig@novell.com
- bnc#618087 - VNC view won't stay connected to fully virtualized
Linux Xen VMs
@@ -691,12 +946,12 @@ Thu Oct 7 11:18:12 MDT 2010 - jfehlig@novell.com
-------------------------------------------------------------------
Tue Oct 5 09:34:20 MDT 2010 - carnold@novell.com
- bnc#639546 - Dom-U deleted after introduction of the parameter
"change_home_server False" in the VM configuration
- bnc#639546 - Dom-U deleted after introduction of the parameter
"change_home_server False" in the VM configuration
change_home_server.patch
-------------------------------------------------------------------
Mon Oct 4 09:10:03 MDT 2010 - jfehlig@novell.com
Mon Oct 4 09:06:41 MDT 2010 - jfehlig@novell.com
- bnc#641859 - block-dmmd script does not handle the configuration
when only MD is used
@@ -711,7 +966,7 @@ Thu Sep 30 17:52:55 CEST 2010 - ohering@suse.de
-------------------------------------------------------------------
Mon Sep 27 09:59:37 MDT 2010 - carnold@novell.com
- bnc#640773 - Xen kernel crashing right after grub
- bnc#640773 - Xen kernel crashing right after grub
21894-intel-unmask-cpuid.patch
- Upstream patch from Jan
22148-serial-irq-dest.patch
@@ -736,6 +991,13 @@ Wed Sep 22 10:50:20 CEST 2010 - ohering@suse.de
xenpaging.xenpaging_init.patch
xenpaging.policy_linear.patch
-------------------------------------------------------------------
Tue Sep 20 14:11:31 CST 2010 - cyliu@novell.com
- bnc#632956 - fix VNC altgr-insert behavior
7410-qemu-alt-gr.patch
altgr_2.patch
-------------------------------------------------------------------
Fri Sep 17 15:59:45 CEST 2010 - ohering@suse.de
@@ -751,7 +1013,7 @@ Fri Sep 17 15:59:45 CEST 2010 - ohering@suse.de
Mon Sep 13 16:24:31 MDT 2010 - carnold@novell.com
- bnc#636231 - XEN: Unable to disconnect/remove CDROM drive from VM
xend-devid-or-name.patch
xend-devid-or-name.patch
-------------------------------------------------------------------
Mon Sep 13 10:50:56 MDT 2010 - carnold@novell.com
@@ -771,16 +1033,35 @@ Mon Sep 13 10:47:09 MDT 2010 - carnold@novell.com
22135-heap-lock.patch
-------------------------------------------------------------------
Thu Sep 9 11:29:45 MDT 2010 - carnold@novell.com
Thu Sep 10 14:14:50 MDT 2010 - carnold@novell.com
- Update to Xen 4.0.1. This is a bug fix release.
-------------------------------------------------------------------
Thu Sep 9 16:42:43 MDT 2010 - jfehlig@novell.com
- bnc#635380 - Fix pygrub Grub2 support
See update to Xen 4.0.1 for fixes
-------------------------------------------------------------------
Fri Aug 27 16:22:48 CST 2010 - cyliu@novell.com
- bnc#628701 - Improve performance when activate/deactivate dmmd
devices
modified block-dmmd script
-------------------------------------------------------------------
Wed Aug 25 16:18:39 MDT 2010 - jfehlig@novell.com
- bnc#628701 - Fix qemu-dm handling of dmmd devices
modified xen-qemu-iscsi-fix.patch
-------------------------------------------------------------------
Mon Aug 16 18:35:11 MDT 2010 - carnold@novell.com
- bnc#626262 - Populate-on-demand memory problem on xen with hvm
- bnc#626262 - Populate-on-demand memory problem on xen with hvm
guest
21971-pod-accounting.patch
21971-pod-accounting.patch
-------------------------------------------------------------------
Mon Aug 16 17:03:58 CST 2010 - cyliu@novell.com
@@ -797,8 +1078,8 @@ Thu Aug 12 06:13:44 MDT 2010 - carnold@novell.com
-------------------------------------------------------------------
Mon Aug 9 09:47:09 MDT 2010 - carnold@novell.com
- bnc#613529 - TP-L3: kdump kernel hangs when crash was initiated
from xen kernel
- bnc#613529 - TP-L3: kdump kernel hangs when crash was initiated
from xen kernel
21886-kexec-shutdown.patch
-------------------------------------------------------------------
@@ -807,7 +1088,7 @@ Mon Aug 2 16:42:41 MDT 2010 - carnold@novell.com
- Upstream Intel patches to improve X2APIC handling.
21716-iommu-alloc.patch
21717-ir-qi.patch
21718-x2apic-logic.patch
21718-x2apic-logic.patch
-------------------------------------------------------------------
Tue Jul 27 16:23:09 MDT 2010 - jfehlig@novell.com
@@ -833,11 +1114,17 @@ Mon Jul 26 16:22:56 MDT 2010 - jfehlig@novell.com
in xend
21847-pscsi.patch
-------------------------------------------------------------------
Mon Jul 26 16:01:07 MDT 2010 - carnold@novell.com
- Enable the packaging of create.dtd. This is needed for when xm
is configured to use xenapi.
-------------------------------------------------------------------
Wed Jul 21 11:46:41 MDT 2010 - carnold@novell.com
- bnc#624285 - TP-L3: xen rdtsc emulation reports wrong frequency
21445-x86-tsc-handling-cleanups-v2.patch
21445-x86-tsc-handling-cleanups-v2.patch
-------------------------------------------------------------------
Thu Jul 20 13:23:14 MDT 2010 - carnold@novell.com
@@ -849,9 +1136,9 @@ Thu Jul 20 13:23:14 MDT 2010 - carnold@novell.com
-------------------------------------------------------------------
Thu Jul 8 15:27:14 MDT 2010 - carnold@novell.com
- bnc#620694 - Xen yast vm-install for existing paravirtualized
disk fails with UnboundLocalError: local variable 'dev_type'
referenced before assignment
- 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
-------------------------------------------------------------------
@@ -876,7 +1163,7 @@ Tue Jul 6 11:31:33 MDT 2010 - carnold@novell.com
21700-32on64-vm86-gpf.patch
21705-trace-printk.patch
21706-trace-security.patch
21712-amd-osvw.patch
21712-amd-osvw.patch
21744-x86-cpufreq-range-check.patch
21933-vtd-ioapic-write.patch
21953-msi-enable.patch
@@ -904,8 +1191,8 @@ Wed Jun 16 08:36:44 MDT 2010 - carnold@novell.com
-------------------------------------------------------------------
Mon Jun 14 10:00:07 MDT 2010 - carnold@novell.com
- bnc#609153 - xm migrate <domain_name> localhost -l fails on
Windows VMs
- 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
@@ -919,34 +1206,34 @@ Mon Jun 14 10:00:07 MDT 2010 - carnold@novell.com
Mon Jun 7 10:55:20 MDT 2010 - carnold@novell.com
- bnc#612189 - Clear APIC Timer Initial Count Register when masking
timer interrupt
timer interrupt
21542-amd-erratum-411.patch
-------------------------------------------------------------------
Fri Jun 4 10:48:30 MDT 2010 - carnold@novell.com
- bnc#610658 - XEN: PXE boot fails for fully virtualized guests -
- 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 15:17:38 MDT 2010 - carnold@novell.com
- bnc#608191 - /var/adm/fillup-templates/sysconfig.xend from
package xen-tools is no valid sysconfig file
- bnc#608191 - /var/adm/fillup-templates/sysconfig.xend from
package xen-tools is no valid sysconfig file
xend-sysconfig.patch
-------------------------------------------------------------------
Tue May 25 14:32:57 MDT 2010 - carnold@novell.com
- bnc#608194 - /etc/xen/* config files are not packaged with
noreplace
- bnc#608194 - /etc/xen/* config files are not packaged with
noreplace
-------------------------------------------------------------------
Tue May 25 13:19:17 MDT 2010 - carnold@novell.com
- bnc#569744 - SLE HVM guest clock/timezone is incorrect after
reboot
- bnc#569744 - SLE HVM guest clock/timezone is incorrect after
reboot
21460-xend-timeoffset.patch
-------------------------------------------------------------------
@@ -971,7 +1258,7 @@ Thu May 20 09:56:07 MDT 2010 - carnold@novell.com
-------------------------------------------------------------------
Wed May 19 13:23:36 MDT 2010 - carnold@novell.com
- bnc#607219 - AMD Erratum 383 workaround for Xen
- bnc#607219 - AMD Erratum 383 workaround for Xen
21408-amd-erratum-383.patch
-------------------------------------------------------------------
@@ -986,7 +1273,7 @@ Mon May 17 08:31:24 MDT 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
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
@@ -995,9 +1282,9 @@ Mon May 17 08:31:24 MDT 2010 - carnold@novell.com
21373-dummy-domain-io-caps.patch
-------------------------------------------------------------------
Wed May 12 08:43:20 MDT 2010 - carnold@novell.com
Wed May 12 08:42:20 MDT 2010 - carnold@novell.com
- bnc#605182 - /etc/xen/scripts/xen-hotplug-cleanup: line 24: [:
- bnc#605182 - /etc/xen/scripts/xen-hotplug-cleanup: line 24: [:
!=: unary operator expected
21129-xen-hotplug-cleanup.patch
@@ -1005,7 +1292,7 @@ Wed May 12 08:43:20 MDT 2010 - carnold@novell.com
Mon May 10 10:26:07 MDT 2010 - carnold@novell.com
- bnc#599929 - Hot add/remove Kawela NIC device over 500 times will
cause guest domain crash
cause guest domain crash
passthrough-hotplug-segfault.patch
-------------------------------------------------------------------
@@ -1019,7 +1306,7 @@ Fri May 7 09:00:12 MDT 2010 - jfehlig@novell.com
Thu May 6 08:33:22 MDT 2010 - carnold@novell.com
- Match upstreams cpu pools switch from domctl to sysctl
- Upstream replacements for two of our custom patches (to ease
- 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)
@@ -1028,7 +1315,7 @@ Thu May 6 08:33:22 MDT 2010 - carnold@novell.com
Wed May 5 08:20:45 MDT 2010 - carnold@novell.com
- bnc#593536 - xen hypervisor takes very long to initialize Dom0 on
128 CPUs and 256Gb
128 CPUs and 256Gb
21272-x86-dom0-alloc-performance.patch
21266-vmx-disabled-check.patch
21271-x86-cache-flush-global.patch
@@ -1037,15 +1324,15 @@ Wed May 5 08:20:45 MDT 2010 - carnold@novell.com
Tue May 4 09:46:22 MDT 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
- bnc#601104 - Xen /etc/xen/scripts/block-npiv script fails when
accessing multiple disks using NPIV
block-npiv
-------------------------------------------------------------------
Fri Apr 30 08:10:52 MDT 2010 - carnold@novell.com
- bnc#595124 - VT-d can not be enabled on 32PAE Xen on Nehalem-EX
platform
- 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
@@ -1053,9 +1340,9 @@ Fri Apr 30 08:10:52 MDT 2010 - carnold@novell.com
-------------------------------------------------------------------
Thu Apr 29 08:02:49 MDT 2010 - carnold@novell.com
- bnc#588918 - Attaching a U-disk to domain's failed by
"xm usb-attach"
init.xend
- bnc#588918 - Attaching a U-disk to domain's failed by
"xm usb-attach"
init.xend
-------------------------------------------------------------------
Wed Apr 21 21:15:04 MDT 2010 - jfehlig@novell.com