This commit is contained in:
parent
79ee330180
commit
d62c2e1fc7
16
disable_emulated_device.diff
Normal file
16
disable_emulated_device.diff
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
Index: xen-3.3.1-testing/unmodified_drivers/linux-2.6/platform-pci/platform-pci.c
|
||||||
|
===================================================================
|
||||||
|
--- xen-3.3.1-testing.orig/unmodified_drivers/linux-2.6/platform-pci/platform-pci.c 2009-01-05 13:27:56.000000000 -0700
|
||||||
|
+++ xen-3.3.1-testing/unmodified_drivers/linux-2.6/platform-pci/platform-pci.c 2009-02-24 12:09:53.000000000 -0700
|
||||||
|
@@ -296,6 +296,11 @@
|
||||||
|
platform_mmio = mmio_addr;
|
||||||
|
platform_mmiolen = mmio_len;
|
||||||
|
|
||||||
|
+ /*
|
||||||
|
+ * Disconnect the emulated devices.
|
||||||
|
+ */
|
||||||
|
+ outl(1, (ioaddr + 4));
|
||||||
|
+
|
||||||
|
ret = init_hypercall_stubs();
|
||||||
|
if (ret < 0)
|
||||||
|
goto out;
|
10
xen.changes
10
xen.changes
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 24 14:13:35 EST 2009 - ksrinivasan@novell.com
|
||||||
|
|
||||||
|
- bnc#470238 - SLE11 32FV guest is hanging during certification
|
||||||
|
tests.
|
||||||
|
bnc#468265 - Xen guest shows duplicate drives
|
||||||
|
bnc#469598 - SLES11 RC2 64bit Xen - SLES11 full virt guests
|
||||||
|
hanging under load.
|
||||||
|
disable_emulated_device.diff
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 20 11:46:12 CET 2009 - kwolf@suse.de
|
Fri Feb 20 11:46:12 CET 2009 - kwolf@suse.de
|
||||||
|
|
||||||
|
123
xen.spec
123
xen.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package xen (Version 3.3.1_18546_08)
|
# spec file for package xen (Version 3.3.1_18546_10)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -37,7 +37,7 @@ BuildRequires: glibc-32bit glibc-devel-32bit
|
|||||||
%if %{?with_kmp}0
|
%if %{?with_kmp}0
|
||||||
BuildRequires: kernel-source kernel-syms module-init-tools xorg-x11
|
BuildRequires: kernel-source kernel-syms module-init-tools xorg-x11
|
||||||
%endif
|
%endif
|
||||||
Version: 3.3.1_18546_08
|
Version: 3.3.1_18546_10
|
||||||
Release: 2
|
Release: 2
|
||||||
License: GPL v2 only
|
License: GPL v2 only
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
@ -244,6 +244,7 @@ Patch354: x86-cpufreq-report.patch
|
|||||||
Patch355: dom-print.patch
|
Patch355: dom-print.patch
|
||||||
Patch356: x86_64-sh-next-shadow.patch
|
Patch356: x86_64-sh-next-shadow.patch
|
||||||
Patch357: x86_64-page-info-pack.patch
|
Patch357: x86_64-page-info-pack.patch
|
||||||
|
Patch358: disable_emulated_device.diff
|
||||||
# novell_shim patches
|
# novell_shim patches
|
||||||
Patch400: hv_tools.patch
|
Patch400: hv_tools.patch
|
||||||
Patch401: hv_xen_base.patch
|
Patch401: hv_xen_base.patch
|
||||||
@ -751,6 +752,7 @@ Authors:
|
|||||||
%patch355 -p1
|
%patch355 -p1
|
||||||
%patch356 -p1
|
%patch356 -p1
|
||||||
%patch357 -p1
|
%patch357 -p1
|
||||||
|
%patch358 -p1
|
||||||
%ifarch x86_64
|
%ifarch x86_64
|
||||||
%patch400 -p1
|
%patch400 -p1
|
||||||
%patch401 -p1
|
%patch401 -p1
|
||||||
@ -1100,6 +1102,13 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/xen/bin/qemu-dm.debug
|
|||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 24 2009 ksrinivasan@novell.com
|
||||||
|
- bnc#470238 - SLE11 32FV guest is hanging during certification
|
||||||
|
tests.
|
||||||
|
bnc#468265 - Xen guest shows duplicate drives
|
||||||
|
bnc#469598 - SLES11 RC2 64bit Xen - SLES11 full virt guests
|
||||||
|
hanging under load.
|
||||||
|
disable_emulated_device.diff
|
||||||
* Fri Feb 20 2009 kwolf@suse.de
|
* Fri Feb 20 2009 kwolf@suse.de
|
||||||
- bnc#472390 - Enable debuginfo for ioemu
|
- bnc#472390 - Enable debuginfo for ioemu
|
||||||
ioemu-debuginfo.patch
|
ioemu-debuginfo.patch
|
||||||
@ -1158,7 +1167,7 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/xen/bin/qemu-dm.debug
|
|||||||
* Thu Jan 22 2009 jbeulich@novell.com
|
* Thu Jan 22 2009 jbeulich@novell.com
|
||||||
- Fix unmaskable MSI handling.
|
- Fix unmaskable MSI handling.
|
||||||
18778-msi-irq-fix.patch
|
18778-msi-irq-fix.patch
|
||||||
* Thu Jan 22 2009 jfehlig@novell.com
|
* Wed Jan 21 2009 jfehlig@novell.com
|
||||||
- bnc#467883 - Squelch output of xen-updown.sh sysconfig hook
|
- bnc#467883 - Squelch output of xen-updown.sh sysconfig hook
|
||||||
script and don't save state of tap devices not belonging to Xen.
|
script and don't save state of tap devices not belonging to Xen.
|
||||||
* Wed Jan 21 2009 carnold@novell.com
|
* Wed Jan 21 2009 carnold@novell.com
|
||||||
@ -1255,7 +1264,7 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/xen/bin/qemu-dm.debug
|
|||||||
persistent across dom0 reboot
|
persistent across dom0 reboot
|
||||||
* Wed Oct 29 2008 carnold@novell.com
|
* Wed Oct 29 2008 carnold@novell.com
|
||||||
- bnc#436926 - Xen hypervisor crash
|
- bnc#436926 - Xen hypervisor crash
|
||||||
* Wed Oct 29 2008 jfehlig@novell.com
|
* Tue Oct 28 2008 jfehlig@novell.com
|
||||||
- bnc#438927 - Fix migration bug in xend
|
- bnc#438927 - Fix migration bug in xend
|
||||||
* Tue Oct 28 2008 carnold@suse.de
|
* Tue Oct 28 2008 carnold@suse.de
|
||||||
- disable KMP, does not build with current kernel
|
- disable KMP, does not build with current kernel
|
||||||
@ -1310,7 +1319,7 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/xen/bin/qemu-dm.debug
|
|||||||
fate#302942
|
fate#302942
|
||||||
* Thu Sep 11 2008 jfehlig@novell.com
|
* Thu Sep 11 2008 jfehlig@novell.com
|
||||||
- Added ocfs2 to Should-Start in xendomains init script
|
- Added ocfs2 to Should-Start in xendomains init script
|
||||||
* Thu Sep 11 2008 plc@novell.com
|
* Wed Sep 10 2008 plc@novell.com
|
||||||
- Added pv cdrom support to blktap
|
- Added pv cdrom support to blktap
|
||||||
fate#300964
|
fate#300964
|
||||||
* Wed Sep 10 2008 jfehlig@novell.com
|
* Wed Sep 10 2008 jfehlig@novell.com
|
||||||
@ -1348,7 +1357,7 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/xen/bin/qemu-dm.debug
|
|||||||
* Mon Aug 18 2008 carnold@suse.de
|
* Mon Aug 18 2008 carnold@suse.de
|
||||||
- Removed git dependency. Instead use a static version of
|
- Removed git dependency. Instead use a static version of
|
||||||
ioemu-remote.
|
ioemu-remote.
|
||||||
* Fri Aug 15 2008 jfehlig@novell.com
|
* Thu Aug 14 2008 jfehlig@novell.com
|
||||||
- Added patch to prevent starting same domU from multiple hosts.
|
- Added patch to prevent starting same domU from multiple hosts.
|
||||||
Feature is disabled by default - see /etc/xen/xend-config.sxp.
|
Feature is disabled by default - see /etc/xen/xend-config.sxp.
|
||||||
fate#305062
|
fate#305062
|
||||||
@ -1421,7 +1430,7 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/xen/bin/qemu-dm.debug
|
|||||||
- Update to Xen 3.2.1 FCS changeset 16881.
|
- Update to Xen 3.2.1 FCS changeset 16881.
|
||||||
* Fri Apr 11 2008 carnold@novell.com
|
* Fri Apr 11 2008 carnold@novell.com
|
||||||
- Update to Xen 3.2.1 RC5 changeset 16864.
|
- Update to Xen 3.2.1 RC5 changeset 16864.
|
||||||
* Fri Apr 11 2008 jfehlig@novell.com
|
* Thu Apr 10 2008 jfehlig@novell.com
|
||||||
- bnc#378595 - Do not use ifup/ifdown in network-bridge for now.
|
- bnc#378595 - Do not use ifup/ifdown in network-bridge for now.
|
||||||
* Mon Mar 24 2008 carnold@novell.com
|
* Mon Mar 24 2008 carnold@novell.com
|
||||||
- bnc#373194 - The xen module and the kernel for Dom0 don't match.
|
- bnc#373194 - The xen module and the kernel for Dom0 don't match.
|
||||||
@ -1454,7 +1463,7 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/xen/bin/qemu-dm.debug
|
|||||||
* Fri Feb 29 2008 plc@novell.com
|
* Fri Feb 29 2008 plc@novell.com
|
||||||
- Send UNIT_ATTENTION when CD drive has newly inserted media and
|
- Send UNIT_ATTENTION when CD drive has newly inserted media and
|
||||||
becomes ready. bnc#365386
|
becomes ready. bnc#365386
|
||||||
* Fri Feb 29 2008 jfehlig@novell.com
|
* Thu Feb 28 2008 jfehlig@novell.com
|
||||||
- Updated block-iscsi script and xen-domUloader patch, bnc #365385
|
- Updated block-iscsi script and xen-domUloader patch, bnc #365385
|
||||||
* Thu Feb 28 2008 carnold@novell.com
|
* Thu Feb 28 2008 carnold@novell.com
|
||||||
- Add support for Intel EPT / VPID.
|
- Add support for Intel EPT / VPID.
|
||||||
@ -1470,7 +1479,7 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/xen/bin/qemu-dm.debug
|
|||||||
- Tranlate colors from 32 bit to 16 bit when viewing a 32 bit PV
|
- Tranlate colors from 32 bit to 16 bit when viewing a 32 bit PV
|
||||||
VM from a 16 bit client. bnc#351470
|
VM from a 16 bit client. bnc#351470
|
||||||
Also includes upstream mouse queue patch.
|
Also includes upstream mouse queue patch.
|
||||||
* Sat Feb 23 2008 jfehlig@novell.com
|
* Fri Feb 22 2008 jfehlig@novell.com
|
||||||
- Added PAM configuration files for remote authentication via
|
- Added PAM configuration files for remote authentication via
|
||||||
Xen API. bnc #353464
|
Xen API. bnc #353464
|
||||||
* Tue Feb 19 2008 carnold@novell.com
|
* Tue Feb 19 2008 carnold@novell.com
|
||||||
@ -1481,7 +1490,7 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/xen/bin/qemu-dm.debug
|
|||||||
* Thu Feb 14 2008 carnold@novell.com
|
* Thu Feb 14 2008 carnold@novell.com
|
||||||
- Added upstream changesets that fix various bugs.
|
- Added upstream changesets that fix various bugs.
|
||||||
16859 16929 16930 16945 16947 16962 16976 16980 16995 16998 17036
|
16859 16929 16930 16945 16947 16962 16976 16980 16995 16998 17036
|
||||||
* Thu Feb 14 2008 jfehlig@novell.com
|
* Wed Feb 13 2008 jfehlig@novell.com
|
||||||
- Updated network-multinet
|
- Updated network-multinet
|
||||||
- Simplify bridge creation
|
- Simplify bridge creation
|
||||||
- Create traditional bridge and hostonly networks by default
|
- Create traditional bridge and hostonly networks by default
|
||||||
@ -1492,10 +1501,10 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/xen/bin/qemu-dm.debug
|
|||||||
* Mon Feb 04 2008 plc@novell.com
|
* Mon Feb 04 2008 plc@novell.com
|
||||||
- Replaced xen-blktab-subtype-strip.patch with official upstream
|
- Replaced xen-blktab-subtype-strip.patch with official upstream
|
||||||
changeset for bnc#353065.
|
changeset for bnc#353065.
|
||||||
* Sat Feb 02 2008 carnold@novell.com
|
* Fri Feb 01 2008 carnold@novell.com
|
||||||
- Update to xen 3.2 FCS. Changeset 16718
|
- Update to xen 3.2 FCS. Changeset 16718
|
||||||
- Merge xen-tools and xen-tools-ioemu into xen-tools.
|
- Merge xen-tools and xen-tools-ioemu into xen-tools.
|
||||||
* Thu Dec 20 2007 carnold@novell.com
|
* Wed Dec 19 2007 carnold@novell.com
|
||||||
- Update to xen 3.2 RC2. Changeset 16646
|
- Update to xen 3.2 RC2. Changeset 16646
|
||||||
* Thu Dec 13 2007 carnold@novell.com
|
* Thu Dec 13 2007 carnold@novell.com
|
||||||
- Added agent support for HP Proliant hardware.
|
- Added agent support for HP Proliant hardware.
|
||||||
@ -1512,11 +1521,11 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/xen/bin/qemu-dm.debug
|
|||||||
- #334445: xenbaked: Fix security vulnerability CVE-2007-3919.
|
- #334445: xenbaked: Fix security vulnerability CVE-2007-3919.
|
||||||
* Thu Nov 01 2007 carnold@novell.com
|
* Thu Nov 01 2007 carnold@novell.com
|
||||||
- #310279: Kernel Panic while booting Xen
|
- #310279: Kernel Panic while booting Xen
|
||||||
* Wed Oct 03 2007 ccoffing@novell.com
|
* Tue Oct 02 2007 ccoffing@novell.com
|
||||||
- #286859: Fix booting from SAN
|
- #286859: Fix booting from SAN
|
||||||
* Thu Sep 13 2007 ccoffing@novell.com
|
* Thu Sep 13 2007 ccoffing@novell.com
|
||||||
- #310338: Fix "No such file or directory" in network-multinet
|
- #310338: Fix "No such file or directory" in network-multinet
|
||||||
* Thu Sep 13 2007 jfehlig@novell.com
|
* Wed Sep 12 2007 jfehlig@novell.com
|
||||||
- #309940: Fix 'xm reboot'
|
- #309940: Fix 'xm reboot'
|
||||||
- Moved hvm_vnc.diff and xend_mem_leak.diff to 'Upstream patches'
|
- Moved hvm_vnc.diff and xend_mem_leak.diff to 'Upstream patches'
|
||||||
section of spec file since both have been accepted upstream now.
|
section of spec file since both have been accepted upstream now.
|
||||||
@ -1534,7 +1543,7 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/xen/bin/qemu-dm.debug
|
|||||||
- #289275 - domu will not reboot if pci= is passed in at boot time.
|
- #289275 - domu will not reboot if pci= is passed in at boot time.
|
||||||
* Fri Aug 24 2007 carnold@novell.com
|
* Fri Aug 24 2007 carnold@novell.com
|
||||||
- #297345: Added several upstream patches for hvm migration.
|
- #297345: Added several upstream patches for hvm migration.
|
||||||
* Sat Aug 18 2007 jfehlig@novell.com
|
* Fri Aug 17 2007 jfehlig@novell.com
|
||||||
- Added upstream c/s 15128, 15153, 15477, and 15716. These patches
|
- Added upstream c/s 15128, 15153, 15477, and 15716. These patches
|
||||||
provide foundation for bug #238986
|
provide foundation for bug #238986
|
||||||
- Renamed xend_dev_destroy_cleanup.patch to reflect the upstream
|
- Renamed xend_dev_destroy_cleanup.patch to reflect the upstream
|
||||||
@ -1595,7 +1604,7 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/xen/bin/qemu-dm.debug
|
|||||||
- #285929: Bad "xendomains status" output w/ empty XENDOMAINS_SAVE
|
- #285929: Bad "xendomains status" output w/ empty XENDOMAINS_SAVE
|
||||||
* Tue Jul 03 2007 carnold@novell.com
|
* Tue Jul 03 2007 carnold@novell.com
|
||||||
- Changes necessary to support EDD and EDID from Jan.
|
- Changes necessary to support EDD and EDID from Jan.
|
||||||
* Thu Jun 21 2007 jfehlig@novell.com
|
* Wed Jun 20 2007 jfehlig@novell.com
|
||||||
- Added upstream changesets 15273, 15274, and 15275.
|
- Added upstream changesets 15273, 15274, and 15275.
|
||||||
- Removed the modified 15157 patch. This patch was actually a
|
- Removed the modified 15157 patch. This patch was actually a
|
||||||
consolidation of changesets 15157 and 15250. These changesets
|
consolidation of changesets 15157 and 15250. These changesets
|
||||||
@ -1669,7 +1678,7 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/xen/bin/qemu-dm.debug
|
|||||||
* Thu May 03 2007 ccoffing@novell.com
|
* Thu May 03 2007 ccoffing@novell.com
|
||||||
- Update to xen-3.1-testing rc7 (changeset 15020).
|
- Update to xen-3.1-testing rc7 (changeset 15020).
|
||||||
- Fix identification of virt-manager windows. (#264162)
|
- Fix identification of virt-manager windows. (#264162)
|
||||||
* Wed May 02 2007 jfehlig@novell.com
|
* Tue May 01 2007 jfehlig@novell.com
|
||||||
- Integrated domUloader with 3.0.5. Updated xen-domUloader.diff.
|
- Integrated domUloader with 3.0.5. Updated xen-domUloader.diff.
|
||||||
* Mon Apr 30 2007 ccoffing@novell.com
|
* Mon Apr 30 2007 ccoffing@novell.com
|
||||||
- Update to xen-3.0.5-testing rc4 (changeset 14993).
|
- Update to xen-3.0.5-testing rc4 (changeset 14993).
|
||||||
@ -1696,18 +1705,18 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/xen/bin/qemu-dm.debug
|
|||||||
responsive and less likely to time out or lock up. Partial fix
|
responsive and less likely to time out or lock up. Partial fix
|
||||||
for #237406.
|
for #237406.
|
||||||
- If disk is read-only, pass -r to losetup. (#264158)
|
- If disk is read-only, pass -r to losetup. (#264158)
|
||||||
* Fri Apr 06 2007 ccoffing@novell.com
|
* Thu Apr 05 2007 ccoffing@novell.com
|
||||||
- Update vm-install:
|
- Update vm-install:
|
||||||
+ #260510: do not delete xml settings file
|
+ #260510: do not delete xml settings file
|
||||||
+ #260579: write correct vif line for PV NIC in FV VM
|
+ #260579: write correct vif line for PV NIC in FV VM
|
||||||
+ #261288: re-enable add disk buttons after deleting a disk
|
+ #261288: re-enable add disk buttons after deleting a disk
|
||||||
+ #192272, #222765, #250618: Update OS list and their defaults
|
+ #192272, #222765, #250618: Update OS list and their defaults
|
||||||
* Wed Apr 04 2007 ccoffing@novell.com
|
* Tue Apr 03 2007 ccoffing@novell.com
|
||||||
- Could not do simultaneous installs via virt-manager. (#259917)
|
- Could not do simultaneous installs via virt-manager. (#259917)
|
||||||
* Tue Apr 03 2007 jfehlig@novell.com
|
* Mon Apr 02 2007 jfehlig@novell.com
|
||||||
- Fix improper handling of guest kernel arguments in domUloader.
|
- Fix improper handling of guest kernel arguments in domUloader.
|
||||||
Bug #259810
|
Bug #259810
|
||||||
* Tue Apr 03 2007 ccoffing@novell.com
|
* Mon Apr 02 2007 ccoffing@novell.com
|
||||||
- Update vm-install:
|
- Update vm-install:
|
||||||
+ #259420: refresh available memory more often
|
+ #259420: refresh available memory more often
|
||||||
+ #259972: cannot enter autoyast url
|
+ #259972: cannot enter autoyast url
|
||||||
@ -1730,11 +1739,11 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/xen/bin/qemu-dm.debug
|
|||||||
* Mon Mar 19 2007 ccoffing@novell.com
|
* Mon Mar 19 2007 ccoffing@novell.com
|
||||||
- Update to xen-unstable changeset 14444.
|
- Update to xen-unstable changeset 14444.
|
||||||
- Include Ron Terry's network-multi_bridge
|
- Include Ron Terry's network-multi_bridge
|
||||||
* Sat Mar 10 2007 jfehlig@novell.com
|
* Fri Mar 09 2007 jfehlig@novell.com
|
||||||
- Added lame patch to handle showing suspended state via Xen API.
|
- Added lame patch to handle showing suspended state via Xen API.
|
||||||
The patch only affects Xen API and is thus low risk.
|
The patch only affects Xen API and is thus low risk.
|
||||||
Bug #237859
|
Bug #237859
|
||||||
* Sat Mar 10 2007 carnold@novell.com
|
* Fri Mar 09 2007 carnold@novell.com
|
||||||
- Added AMD support for Vista 64 installation and boot.
|
- Added AMD support for Vista 64 installation and boot.
|
||||||
* Fri Mar 09 2007 ccoffing@novell.com
|
* Fri Mar 09 2007 ccoffing@novell.com
|
||||||
- Make vm-install support NFS for SUSE (#241251).
|
- Make vm-install support NFS for SUSE (#241251).
|
||||||
@ -1751,7 +1760,7 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/xen/bin/qemu-dm.debug
|
|||||||
PV installation disk)
|
PV installation disk)
|
||||||
+ #252437: Allow virtual CDROM to be added (via ISO) even if
|
+ #252437: Allow virtual CDROM to be added (via ISO) even if
|
||||||
physical CDROM doesn't exist
|
physical CDROM doesn't exist
|
||||||
* Thu Mar 08 2007 jfehlig@novell.com
|
* Wed Mar 07 2007 jfehlig@novell.com
|
||||||
- Fixed bug #252396
|
- Fixed bug #252396
|
||||||
+ Added upstream c/s 14021. Applies to Xen API c-bindings -
|
+ Added upstream c/s 14021. Applies to Xen API c-bindings -
|
||||||
low risk.
|
low risk.
|
||||||
@ -1763,7 +1772,7 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/xen/bin/qemu-dm.debug
|
|||||||
* Tue Mar 06 2007 carnold@novell.com
|
* Tue Mar 06 2007 carnold@novell.com
|
||||||
- Remove a debug message which is spamming the logs during live
|
- Remove a debug message which is spamming the logs during live
|
||||||
migration.
|
migration.
|
||||||
* Tue Mar 06 2007 jfehlig@novell.com
|
* Mon Mar 05 2007 jfehlig@novell.com
|
||||||
- Fixed handling of vbd type in Xen API <-> sexpr integration.
|
- Fixed handling of vbd type in Xen API <-> sexpr integration.
|
||||||
Bug #250351
|
Bug #250351
|
||||||
+ Updated an existing patch (xend_disk_decorate_rm.patch) and
|
+ Updated an existing patch (xend_disk_decorate_rm.patch) and
|
||||||
@ -1771,7 +1780,7 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/xen/bin/qemu-dm.debug
|
|||||||
purpose of patch.
|
purpose of patch.
|
||||||
* Mon Mar 05 2007 ccoffing@novell.com
|
* Mon Mar 05 2007 ccoffing@novell.com
|
||||||
- Default apic=0 for SLES 8 and 9, for performance. (#228133)
|
- Default apic=0 for SLES 8 and 9, for performance. (#228133)
|
||||||
* Sat Mar 03 2007 carnold@novell.com
|
* Fri Mar 02 2007 carnold@novell.com
|
||||||
- Xen kernel crashes at domain creation time. Bug #248183.
|
- Xen kernel crashes at domain creation time. Bug #248183.
|
||||||
Fix mouse for win2k hvm guest.
|
Fix mouse for win2k hvm guest.
|
||||||
* Fri Mar 02 2007 jfehlig@novell.com
|
* Fri Mar 02 2007 jfehlig@novell.com
|
||||||
@ -1786,11 +1795,11 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/xen/bin/qemu-dm.debug
|
|||||||
* Fri Mar 02 2007 jfehlig@novell.com
|
* Fri Mar 02 2007 jfehlig@novell.com
|
||||||
- Add check for HVM domain in domain_save. The check is
|
- Add check for HVM domain in domain_save. The check is
|
||||||
performed in domain_suspend and should be included here as well.
|
performed in domain_suspend and should be included here as well.
|
||||||
* Fri Mar 02 2007 ccoffing@novell.com
|
* Thu Mar 01 2007 ccoffing@novell.com
|
||||||
- Update vm-install:
|
- Update vm-install:
|
||||||
+ #250201: for linux PVFB, pass xencons=tty if graphics=none
|
+ #250201: for linux PVFB, pass xencons=tty if graphics=none
|
||||||
+ #250016: honor non-sparse flag
|
+ #250016: honor non-sparse flag
|
||||||
* Fri Mar 02 2007 jfehlig@novell.com
|
* Thu Mar 01 2007 jfehlig@novell.com
|
||||||
- Fix exception caused by incorrect method name in xen-messages.diff.
|
- Fix exception caused by incorrect method name in xen-messages.diff.
|
||||||
This is one of perhaps several problems with save/restore,
|
This is one of perhaps several problems with save/restore,
|
||||||
bug #237859
|
bug #237859
|
||||||
@ -1802,7 +1811,7 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/xen/bin/qemu-dm.debug
|
|||||||
+ Updated domUloader to accept '--args' parameter. The args
|
+ Updated domUloader to accept '--args' parameter. The args
|
||||||
provided as an option to --args are simply added to the sexpr
|
provided as an option to --args are simply added to the sexpr
|
||||||
returned by domUloader. pygrub has similar behavior.
|
returned by domUloader. pygrub has similar behavior.
|
||||||
* Thu Mar 01 2007 ccoffing@novell.com
|
* Wed Feb 28 2007 ccoffing@novell.com
|
||||||
- Update vm-install:
|
- Update vm-install:
|
||||||
+ #249013, #228113: default to realtek instead of pcnet
|
+ #249013, #228113: default to realtek instead of pcnet
|
||||||
+ #249124: write os-type to config files
|
+ #249124: write os-type to config files
|
||||||
@ -1833,7 +1842,7 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/xen/bin/qemu-dm.debug
|
|||||||
* Tue Feb 20 2007 ccoffing@novell.com
|
* Tue Feb 20 2007 ccoffing@novell.com
|
||||||
- Fix typo in xendomains. (#246107)
|
- Fix typo in xendomains. (#246107)
|
||||||
- Fix order in which vm-install processes command-line arguments.
|
- Fix order in which vm-install processes command-line arguments.
|
||||||
* Sat Feb 17 2007 jfehlig@novell.com
|
* Fri Feb 16 2007 jfehlig@novell.com
|
||||||
- Added changeset 13775 from xen-unstable. This patch fixes
|
- Added changeset 13775 from xen-unstable. This patch fixes
|
||||||
the last known issue with the Xen API patchset backported
|
the last known issue with the Xen API patchset backported
|
||||||
from xen-unstable.
|
from xen-unstable.
|
||||||
@ -1841,7 +1850,7 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/xen/bin/qemu-dm.debug
|
|||||||
- Added c/s 13226 from xen-unstable. It affects Xen API only.
|
- Added c/s 13226 from xen-unstable. It affects Xen API only.
|
||||||
- Added patch to remove ':disk' and 'tap:qcow' from stored domain
|
- Added patch to remove ':disk' and 'tap:qcow' from stored domain
|
||||||
config. Fixes bug #237414 and helps with bug #242953.
|
config. Fixes bug #237414 and helps with bug #242953.
|
||||||
* Fri Feb 16 2007 jfehlig@novell.com
|
* Thu Feb 15 2007 jfehlig@novell.com
|
||||||
- Backported Xen API functionality from xen-unstable to support
|
- Backported Xen API functionality from xen-unstable to support
|
||||||
hosting CIM providers. This functionality is required for
|
hosting CIM providers. This functionality is required for
|
||||||
FATE feature 110320. ECO has been approved.
|
FATE feature 110320. ECO has been approved.
|
||||||
@ -1856,7 +1865,7 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/xen/bin/qemu-dm.debug
|
|||||||
Dom0. (#244055) Patches 13630-domctl.patch,
|
Dom0. (#244055) Patches 13630-domctl.patch,
|
||||||
13903-domctl.patch and 13908-domctl.patch
|
13903-domctl.patch and 13908-domctl.patch
|
||||||
- Updated patch pae-guest-linear-pgtable.patch
|
- Updated patch pae-guest-linear-pgtable.patch
|
||||||
* Tue Feb 13 2007 ccoffing@novell.com
|
* Mon Feb 12 2007 ccoffing@novell.com
|
||||||
- Load xenblk at dom0 start to support bootstrapping from
|
- Load xenblk at dom0 start to support bootstrapping from
|
||||||
non-loopback devices. (#242963, #186696)
|
non-loopback devices. (#242963, #186696)
|
||||||
- Update vm-install:
|
- Update vm-install:
|
||||||
@ -1866,9 +1875,9 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/xen/bin/qemu-dm.debug
|
|||||||
+ #240984: properly detach vncviewer
|
+ #240984: properly detach vncviewer
|
||||||
+ #240387: default to absolute coordinate mouse for Windows
|
+ #240387: default to absolute coordinate mouse for Windows
|
||||||
- Drop logging patch. (#245150)
|
- Drop logging patch. (#245150)
|
||||||
* Mon Feb 12 2007 ro@suse.de
|
* Sun Feb 11 2007 ro@suse.de
|
||||||
- remove -fstack-protector from RPM_OPT_FLAGS for now
|
- remove -fstack-protector from RPM_OPT_FLAGS for now
|
||||||
* Fri Feb 09 2007 ccoffing@novell.com
|
* Thu Feb 08 2007 ccoffing@novell.com
|
||||||
- Update vm-install:
|
- Update vm-install:
|
||||||
+ Allow specifing disk (and disk size) vs. cdrom from CLI
|
+ Allow specifing disk (and disk size) vs. cdrom from CLI
|
||||||
+ Add missing -M/--max-memory parameter to CLI to match GUI
|
+ Add missing -M/--max-memory parameter to CLI to match GUI
|
||||||
@ -1925,12 +1934,12 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/xen/bin/qemu-dm.debug
|
|||||||
* Wed Jan 17 2007 ccoffing@novell.com
|
* Wed Jan 17 2007 ccoffing@novell.com
|
||||||
- Update xen-vm-install (more disk UI work; support NetWare
|
- Update xen-vm-install (more disk UI work; support NetWare
|
||||||
response files and licenses)
|
response files and licenses)
|
||||||
* Wed Jan 17 2007 ccoffing@novell.com
|
* Tue Jan 16 2007 ccoffing@novell.com
|
||||||
- Major fixes to xen-vm-install (adding disks in the UI now works,
|
- Major fixes to xen-vm-install (adding disks in the UI now works,
|
||||||
and fixed several CLI exceptions)
|
and fixed several CLI exceptions)
|
||||||
- Microcode does not need to be exactly 2048 bytes (changeset
|
- Microcode does not need to be exactly 2048 bytes (changeset
|
||||||
13079; Kurt)
|
13079; Kurt)
|
||||||
* Sat Jan 13 2007 ccoffing@novell.com
|
* Fri Jan 12 2007 ccoffing@novell.com
|
||||||
- Include script to clone SLES 10 domU, from coolsolutions (fate
|
- Include script to clone SLES 10 domU, from coolsolutions (fate
|
||||||
[#301742])
|
[#301742])
|
||||||
- Updated patches from Gerd and Jan, including PAE > 4 gig fix,
|
- Updated patches from Gerd and Jan, including PAE > 4 gig fix,
|
||||||
@ -1940,7 +1949,7 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/xen/bin/qemu-dm.debug
|
|||||||
- Include xen-unstable patches for HVM save/restore and 32-on-64
|
- Include xen-unstable patches for HVM save/restore and 32-on-64
|
||||||
HVM.
|
HVM.
|
||||||
- Update to xen-3.0.4-1 (changeset 13132).
|
- Update to xen-3.0.4-1 (changeset 13132).
|
||||||
* Thu Jan 11 2007 ccoffing@novell.com
|
* Wed Jan 10 2007 ccoffing@novell.com
|
||||||
- Update xen-vm-install and domUloader to support NetWare.
|
- Update xen-vm-install and domUloader to support NetWare.
|
||||||
- Include AMD's nested page table patches.
|
- Include AMD's nested page table patches.
|
||||||
* Mon Jan 08 2007 ccoffing@novell.com
|
* Mon Jan 08 2007 ccoffing@novell.com
|
||||||
@ -1975,7 +1984,7 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/xen/bin/qemu-dm.debug
|
|||||||
- Update to xen-unstable (changeset 12734; feature freeze for
|
- Update to xen-unstable (changeset 12734; feature freeze for
|
||||||
3.0.4)
|
3.0.4)
|
||||||
- Make /etc/xen mode 0700 to protect vnc passwords.
|
- Make /etc/xen mode 0700 to protect vnc passwords.
|
||||||
* Tue Nov 28 2006 ccoffing@novell.com
|
* Mon Nov 27 2006 ccoffing@novell.com
|
||||||
- Fix how bootloader is called by the xend during restarts.
|
- Fix how bootloader is called by the xend during restarts.
|
||||||
(#223850)
|
(#223850)
|
||||||
* Wed Nov 22 2006 ccoffing@novell.com
|
* Wed Nov 22 2006 ccoffing@novell.com
|
||||||
@ -1989,7 +1998,7 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/xen/bin/qemu-dm.debug
|
|||||||
- Fix some problems in the xen-hvm-default-bridge patch. (#219092)
|
- Fix some problems in the xen-hvm-default-bridge patch. (#219092)
|
||||||
- xmlrpc isn't 64-bit clean, causing xend to get exceptions when
|
- xmlrpc isn't 64-bit clean, causing xend to get exceptions when
|
||||||
PFN is > 2 GB. (#220418)
|
PFN is > 2 GB. (#220418)
|
||||||
* Tue Nov 14 2006 kallan@novell.com
|
* Mon Nov 13 2006 kallan@novell.com
|
||||||
- Backport changesets 11847, 11888, 1189[6-9], 119[00-18], 11974,
|
- Backport changesets 11847, 11888, 1189[6-9], 119[00-18], 11974,
|
||||||
1203[0-2], and 12205 from xen-unstable so that the PV drivers
|
1203[0-2], and 12205 from xen-unstable so that the PV drivers
|
||||||
can compile on older kernels such as sles9 and rhel4
|
can compile on older kernels such as sles9 and rhel4
|
||||||
@ -2071,7 +2080,7 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/xen/bin/qemu-dm.debug
|
|||||||
* Tue Aug 29 2006 ccoffing@novell.com
|
* Tue Aug 29 2006 ccoffing@novell.com
|
||||||
- xendomains does not actually save domains. (#201349)
|
- xendomains does not actually save domains. (#201349)
|
||||||
- Update to xen-unstable changeset 11299.
|
- Update to xen-unstable changeset 11299.
|
||||||
* Tue Aug 29 2006 ccoffing@novell.com
|
* Mon Aug 28 2006 ccoffing@novell.com
|
||||||
- Fix incorrect path on x86_64 for vncfb and sdlfb.
|
- Fix incorrect path on x86_64 for vncfb and sdlfb.
|
||||||
* Thu Aug 17 2006 ccoffing@novell.com
|
* Thu Aug 17 2006 ccoffing@novell.com
|
||||||
- Improve xendomains init script, to handle unset sysconfig vars.
|
- Improve xendomains init script, to handle unset sysconfig vars.
|
||||||
@ -2360,12 +2369,12 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/xen/bin/qemu-dm.debug
|
|||||||
+ 9666: Fix HVM hang; was broken due to previous "hda lost
|
+ 9666: Fix HVM hang; was broken due to previous "hda lost
|
||||||
interrupt" patch. (#169146)
|
interrupt" patch. (#169146)
|
||||||
+ 9667: Do not set GP fault in VMCS for VMX (no bug#; from Intel)
|
+ 9667: Do not set GP fault in VMCS for VMX (no bug#; from Intel)
|
||||||
* Fri May 05 2006 cgriffin@novell.com
|
* Thu May 04 2006 cgriffin@novell.com
|
||||||
- Update xen-3.0-testing tree, changeset 9664:
|
- Update xen-3.0-testing tree, changeset 9664:
|
||||||
+ Changesets 9663 and 9664 fix AMD fully virtualized
|
+ Changesets 9663 and 9664 fix AMD fully virtualized
|
||||||
guests causing the system to reboot when
|
guests causing the system to reboot when
|
||||||
first starting up. (#169855)
|
first starting up. (#169855)
|
||||||
* Fri May 05 2006 cgriffin@novell.com
|
* Thu May 04 2006 cgriffin@novell.com
|
||||||
- With a Xen domain set up with a loop-mountable file as rootfs,
|
- With a Xen domain set up with a loop-mountable file as rootfs,
|
||||||
the "xm start " invocation fails. The cause is a bug
|
the "xm start " invocation fails. The cause is a bug
|
||||||
domUloader.py (#172586)
|
domUloader.py (#172586)
|
||||||
@ -2474,7 +2483,7 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/xen/bin/qemu-dm.debug
|
|||||||
- Fix default localtime for full (Bruce Rogers).
|
- Fix default localtime for full (Bruce Rogers).
|
||||||
- Fix path in mk-xen-resue-img.sh (#163622).
|
- Fix path in mk-xen-resue-img.sh (#163622).
|
||||||
- Update README (pathnames, yast2-vm descriptions, terminology).
|
- Update README (pathnames, yast2-vm descriptions, terminology).
|
||||||
* Tue Apr 04 2006 garloff@suse.de
|
* Mon Apr 03 2006 garloff@suse.de
|
||||||
- init script: Test for control_d in capabilities to determine dom0
|
- init script: Test for control_d in capabilities to determine dom0
|
||||||
rather than privcmd.
|
rather than privcmd.
|
||||||
- init script: Try loading netloop and backend modules.
|
- init script: Try loading netloop and backend modules.
|
||||||
@ -2518,7 +2527,7 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/xen/bin/qemu-dm.debug
|
|||||||
- Removed the intermediate sym-link between xen.gz and
|
- Removed the intermediate sym-link between xen.gz and
|
||||||
xen-<version>-<release>.gz. Grub 0.97 XFS can not handle a
|
xen-<version>-<release>.gz. Grub 0.97 XFS can not handle a
|
||||||
double indirect to a file. (#151792)
|
double indirect to a file. (#151792)
|
||||||
* Tue Mar 14 2006 garloff@suse.de
|
* Mon Mar 13 2006 garloff@suse.de
|
||||||
- Update README.SuSE: Document limits (mem, cpu hotplug, max_loop),
|
- Update README.SuSE: Document limits (mem, cpu hotplug, max_loop),
|
||||||
more network troubleshooting, update security info.
|
more network troubleshooting, update security info.
|
||||||
- Be more tolerant against errors in ifdown/ifup to better coexist
|
- Be more tolerant against errors in ifdown/ifup to better coexist
|
||||||
@ -2549,7 +2558,7 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/xen/bin/qemu-dm.debug
|
|||||||
- Fix build of hvmloader and vmxassist by removing external
|
- Fix build of hvmloader and vmxassist by removing external
|
||||||
CFLAGS (XS changeset #9110).
|
CFLAGS (XS changeset #9110).
|
||||||
- Fix build by forcing --prefix during installation of *.py.
|
- Fix build by forcing --prefix during installation of *.py.
|
||||||
* Thu Mar 02 2006 ccoffing@novell.com
|
* Wed Mar 01 2006 ccoffing@novell.com
|
||||||
- Update to hg 9029 (xen-unstable tree). Adds support for HVM on
|
- Update to hg 9029 (xen-unstable tree). Adds support for HVM on
|
||||||
64 bit hardware.
|
64 bit hardware.
|
||||||
- Update vncmouse diff to 20060301 from Intel; compensates for lack
|
- Update vncmouse diff to 20060301 from Intel; compensates for lack
|
||||||
@ -2584,7 +2593,7 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/xen/bin/qemu-dm.debug
|
|||||||
- Update to hg 8870 (xen-unstable tree). More HVM fixes.
|
- Update to hg 8870 (xen-unstable tree). More HVM fixes.
|
||||||
- Remove duplicate balloon.free call.
|
- Remove duplicate balloon.free call.
|
||||||
- Add patch from Intel to fix dom0 crash on 64 bit SMP HVM.
|
- Add patch from Intel to fix dom0 crash on 64 bit SMP HVM.
|
||||||
* Fri Feb 17 2006 carnold@novell.com
|
* Thu Feb 16 2006 carnold@novell.com
|
||||||
- Update to hg 8858 (xen-unstable tree).
|
- Update to hg 8858 (xen-unstable tree).
|
||||||
* Wed Feb 15 2006 ccoffing@novell.com
|
* Wed Feb 15 2006 ccoffing@novell.com
|
||||||
- Update to hg 8857 (xen-unstable tree). Syncs hypervisor core
|
- Update to hg 8857 (xen-unstable tree). Syncs hypervisor core
|
||||||
@ -2648,7 +2657,7 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/xen/bin/qemu-dm.debug
|
|||||||
- Fix gcc 4.1 warnings.
|
- Fix gcc 4.1 warnings.
|
||||||
* Wed Dec 07 2005 ccoffing@novell.com
|
* Wed Dec 07 2005 ccoffing@novell.com
|
||||||
- Update to hg 8241 (xen-3.0-testing).
|
- Update to hg 8241 (xen-3.0-testing).
|
||||||
* Tue Nov 29 2005 ccoffing@novell.com
|
* Mon Nov 28 2005 ccoffing@novell.com
|
||||||
- Update to hg 8073.
|
- Update to hg 8073.
|
||||||
- Rationalize command names (eg, setsize -> xentrace-setsize).
|
- Rationalize command names (eg, setsize -> xentrace-setsize).
|
||||||
- Fix gcc 4.1 warnings.
|
- Fix gcc 4.1 warnings.
|
||||||
@ -2658,7 +2667,7 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/xen/bin/qemu-dm.debug
|
|||||||
- Include a few simple, obvious fixes from upstream.
|
- Include a few simple, obvious fixes from upstream.
|
||||||
- Build xm-test package.
|
- Build xm-test package.
|
||||||
- Update udev scripts.
|
- Update udev scripts.
|
||||||
* Tue Nov 15 2005 ccoffing@novell.com
|
* Mon Nov 14 2005 ccoffing@novell.com
|
||||||
- Includes upstream fixes to fix i586 save/restore.
|
- Includes upstream fixes to fix i586 save/restore.
|
||||||
* Thu Nov 10 2005 ccoffing@novell.com
|
* Thu Nov 10 2005 ccoffing@novell.com
|
||||||
- Include a few simple, obvious fixes: 7609, 7618, 7636, 7689,
|
- Include a few simple, obvious fixes: 7609, 7618, 7636, 7689,
|
||||||
@ -2715,7 +2724,7 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/xen/bin/qemu-dm.debug
|
|||||||
* Sat Sep 10 2005 garloff@suse.de
|
* Sat Sep 10 2005 garloff@suse.de
|
||||||
- Update to hg 6715.
|
- Update to hg 6715.
|
||||||
- Fix network-bridge down.
|
- Fix network-bridge down.
|
||||||
* Thu Sep 08 2005 garloff@suse.de
|
* Wed Sep 07 2005 garloff@suse.de
|
||||||
- Build PAE version along non-PAE version of Hypervisor.
|
- Build PAE version along non-PAE version of Hypervisor.
|
||||||
* Tue Sep 06 2005 garloff@suse.de
|
* Tue Sep 06 2005 garloff@suse.de
|
||||||
- Try to fix network bridge down issue.
|
- Try to fix network bridge down issue.
|
||||||
@ -2746,12 +2755,12 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/xen/bin/qemu-dm.debug
|
|||||||
- Include linux-public headers in xen-devel package.
|
- Include linux-public headers in xen-devel package.
|
||||||
* Sun Aug 21 2005 garloff@suse.de
|
* Sun Aug 21 2005 garloff@suse.de
|
||||||
- Update to hg 6305.
|
- Update to hg 6305.
|
||||||
* Sun Aug 21 2005 garloff@suse.de
|
* Sat Aug 20 2005 garloff@suse.de
|
||||||
- Update to hg 6299.
|
- Update to hg 6299.
|
||||||
- Enable VNC support (depending on LibVNCServer).
|
- Enable VNC support (depending on LibVNCServer).
|
||||||
* Sun Aug 21 2005 garloff@suse.de
|
|
||||||
- Split off xen-tools-ioemu for supporting unmodified guests.
|
|
||||||
* Sat Aug 20 2005 garloff@suse.de
|
* Sat Aug 20 2005 garloff@suse.de
|
||||||
|
- Split off xen-tools-ioemu for supporting unmodified guests.
|
||||||
|
* Fri Aug 19 2005 garloff@suse.de
|
||||||
- Enable pygrub (at the cost of depending on e2fsprogs-devel)
|
- Enable pygrub (at the cost of depending on e2fsprogs-devel)
|
||||||
- Enable VMX ioemu SDL support (at the cost of many dependencies)
|
- Enable VMX ioemu SDL support (at the cost of many dependencies)
|
||||||
* Fri Aug 19 2005 garloff@suse.de
|
* Fri Aug 19 2005 garloff@suse.de
|
||||||
@ -2784,7 +2793,7 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/xen/bin/qemu-dm.debug
|
|||||||
* Fri Jun 10 2005 garloff@suse.de
|
* Fri Jun 10 2005 garloff@suse.de
|
||||||
- Update to latest 2.0-testing snapshot.
|
- Update to latest 2.0-testing snapshot.
|
||||||
- Use RPM version and release no as xen version.
|
- Use RPM version and release no as xen version.
|
||||||
* Wed Jun 08 2005 garloff@suse.de
|
* Tue Jun 07 2005 garloff@suse.de
|
||||||
- Update mk-xen-rescue-img.sh script: Handle SLES9 better.
|
- Update mk-xen-rescue-img.sh script: Handle SLES9 better.
|
||||||
- Export PYTHONOPTIMIZE in xend start script.
|
- Export PYTHONOPTIMIZE in xend start script.
|
||||||
* Mon Jun 06 2005 garloff@suse.de
|
* Mon Jun 06 2005 garloff@suse.de
|
||||||
@ -2837,16 +2846,16 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/xen/bin/qemu-dm.debug
|
|||||||
- Add bridge-utils dependency.
|
- Add bridge-utils dependency.
|
||||||
- Update config file and README.
|
- Update config file and README.
|
||||||
- Activate xend init script on installation.
|
- Activate xend init script on installation.
|
||||||
* Thu Feb 10 2005 ro@suse.de
|
* Wed Feb 09 2005 ro@suse.de
|
||||||
- remove te_etex and te_pdf from neededforbuild.
|
- remove te_etex and te_pdf from neededforbuild.
|
||||||
* Thu Feb 10 2005 garloff@suse.de
|
* Wed Feb 09 2005 garloff@suse.de
|
||||||
- Update README about IDE dma.
|
- Update README about IDE dma.
|
||||||
- Default to dhcp.
|
- Default to dhcp.
|
||||||
* Wed Feb 09 2005 garloff@suse.de
|
* Wed Feb 09 2005 garloff@suse.de
|
||||||
- Update to xen post-2.0.4.
|
- Update to xen post-2.0.4.
|
||||||
- Little bugfix for xen rescue install script.
|
- Little bugfix for xen rescue install script.
|
||||||
- Update README.SUSE: Better explanation of root FS creation.
|
- Update README.SUSE: Better explanation of root FS creation.
|
||||||
* Mon Jan 24 2005 garloff@suse.de
|
* Sun Jan 23 2005 garloff@suse.de
|
||||||
- Change some defaults to be more secure (xend only binds to
|
- Change some defaults to be more secure (xend only binds to
|
||||||
localhost, ip spoof protection on).
|
localhost, ip spoof protection on).
|
||||||
- Avoid ipv6 issue with xend network script.
|
- Avoid ipv6 issue with xend network script.
|
||||||
@ -2856,7 +2865,7 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/xen/bin/qemu-dm.debug
|
|||||||
- Put boot.local script in root img to parse ip boot par.
|
- Put boot.local script in root img to parse ip boot par.
|
||||||
* Thu Jan 20 2005 garloff@suse.de
|
* Thu Jan 20 2005 garloff@suse.de
|
||||||
- Update to newer snapshot.
|
- Update to newer snapshot.
|
||||||
* Thu Jan 20 2005 garloff@suse.de
|
* Wed Jan 19 2005 garloff@suse.de
|
||||||
- Update to xen-2.0-unstable (post 2.0.3).
|
- Update to xen-2.0-unstable (post 2.0.3).
|
||||||
* Thu Dec 09 2004 garloff@suse.de
|
* Thu Dec 09 2004 garloff@suse.de
|
||||||
- Initial creation of package xen, xen-doc-*.
|
- Initial creation of package xen, xen-doc-*.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user