Merge with SR#290432 and xentop fixes

OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=355
This commit is contained in:
Charles Arnold
2015-04-07 15:28:04 +00:00
committed by Git OBS Bridge
parent 6c53f9313d
commit c05f69363f
5 changed files with 210 additions and 33 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Apr 3 10:54:05 MDT 2015 - carnold@suse.com
- xentop: Fix memory leak on read failure
551ac326-xentop-add-support-for-qdisk.patch
-------------------------------------------------------------------
Tue Mar 31 16:03:54 MDT 2015 - carnold@suse.com
- Dropped xentop-add-support-for-qdisk.patch in favor of upstream
version
551ac326-xentop-add-support-for-qdisk.patch
-------------------------------------------------------------------
Mon Mar 16 10:14:15 MDT 2015 - carnold@suse.com
@@ -5,6 +18,16 @@ Mon Mar 16 10:14:15 MDT 2015 - carnold@suse.com
5124efbe-add-qxl-support.patch
qemu-xen-enable-spice-support.patch
-------------------------------------------------------------------
Thu Mar 12 12:33:45 UTC 2015 - rguenther@suse.com
- Add xen-c99-fix.patch to remove pointless inline specifier on
function declarations which break build with a C99 compiler which
GCC 5 is by default.
- Add ipxe-no-error-logical-not-parentheses.patch to supply
-Wno-logical-not-parentheses to the ipxe build to fix
breakage with GCC 5.
-------------------------------------------------------------------
Wed Mar 11 13:15:07 MDT 2015 - carnold@suse.com