0a0dc9a60d
block-dmmd - Update to Xen 4.3.0-rc2 - Consolidate all xend and traditional qemu patches into one patch file. Rename '.diff' patches to '.patch' and reoder others. xend-traditional-qemu.patch - Create a xend-tools package for the legacy xend toolstack files - Update to Xen 4.3.0-rc1 c/s 27068 - bnc#818183 - VUL-0: xen: CVE-2013-2007: XSA-51: qga set umask 0077 when daemonizing CVE-2013-2007-xsa51-1.patch CVE-2013-2007-xsa51-2.patch - bnc#808269 - Fully Virtualized Windows VM install is failed on Ivy Bridge platforms with Xen kernel 26754-hvm-Improve-APIC-INIT-SIPI-emulation.patch OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=241
13 lines
404 B
Diff
13 lines
404 B
Diff
Index: xen-4.3.0-testing/extras/mini-os/lib/math.c
|
|
===================================================================
|
|
--- xen-4.3.0-testing.orig/extras/mini-os/lib/math.c
|
|
+++ xen-4.3.0-testing/extras/mini-os/lib/math.c
|
|
@@ -186,6 +186,7 @@ __qdivrem(u_quad_t uq, u_quad_t vq, u_qu
|
|
* and thus
|
|
* m = 4 - n <= 2
|
|
*/
|
|
+ tmp.ul[H] = tmp.ul[L] = 0;
|
|
tmp.uq = uq;
|
|
u[0] = 0;
|
|
u[1] = HHALF(tmp.ul[H]);
|