SHA256
1
0
forked from pool/xen

- Update to Xen 4.0.2 rc2, changeset 21452

- Enable support for kernel decompression for gzip, bzip2, and LZMA 
  so that kernels compressed with any of these methods can be 
  launched. 

- update xenalyze, more 64bit fixes

- allocate xentrace buffer metadata based on requested tbuf_size
  xentrace.dynamic_sized_tbuf.patch

- 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

- bnc#625394 - set vif mtu from bridge mtu if kernel supports it
  vif-bridge.mtu.patch

- 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

OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=97
This commit is contained in:
Charles Arnold
2011-02-14 21:35:06 +00:00
committed by Git OBS Bridge
parent 8ff333d07c
commit 551c9a62bc
17 changed files with 878 additions and 210 deletions

View File

@@ -1,3 +1,51 @@
-------------------------------------------------------------------
Fri Feb 11 16:25:51 MST 2011 - carnold@novell.com
- Update to Xen 4.0.2 rc2, changeset 21452
-------------------------------------------------------------------
Fri Feb 11 11:50:20 MST 2011 - carnold@novell.com
- Enable support for kernel decompression for gzip, bzip2, and LZMA
so that kernels compressed with any of these methods can be
launched.
-------------------------------------------------------------------
Mon Feb 7 13:25:04 CET 2011 - ohering@suse.de
- update xenalyze, more 64bit fixes
-------------------------------------------------------------------
Mon Feb 7 13:17:12 CET 2011 - ohering@suse.de
- allocate xentrace buffer metadata based on requested tbuf_size
xentrace.dynamic_sized_tbuf.patch
-------------------------------------------------------------------
Mon Feb 7 13:07:43 CET 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 7 13:01:03 CET 2011 - ohering@suse.de
- bnc#625394 - set vif mtu from bridge mtu if kernel supports it
vif-bridge.mtu.patch
-------------------------------------------------------------------
Sun Feb 6 15:46:43 CET 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 1 16:01:45 MST 2011 - carnold@novell.com