SHA256
1
0
forked from pool/xen

Updating link to change in openSUSE:Factory/xen revision 89.0

OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=107e3dc5cefbc69ed9ea1971c7d0f941
This commit is contained in:
OBS User buildservice-autocommit
2010-04-26 21:23:48 +00:00
committed by Git OBS Bridge
parent 3c9f5b57ac
commit 15e24c8338
18 changed files with 590 additions and 1251 deletions

View File

@@ -2,7 +2,7 @@ Index: xen-4.0.0-testing/tools/python/xen/lowlevel/xc/xc.c
===================================================================
--- xen-4.0.0-testing.orig/tools/python/xen/lowlevel/xc/xc.c
+++ xen-4.0.0-testing/tools/python/xen/lowlevel/xc/xc.c
@@ -946,16 +946,16 @@ static PyObject *pyxc_hvm_build(XcObject
@@ -944,16 +944,16 @@ static PyObject *pyxc_hvm_build(XcObject
#endif
int i;
char *image;
@@ -24,7 +24,7 @@ Index: xen-4.0.0-testing/tools/python/xen/lowlevel/xc/xc.c
return NULL;
memset(vcpu_avail, 0, sizeof(vcpu_avail));
@@ -1007,6 +1007,7 @@ static PyObject *pyxc_hvm_build(XcObject
@@ -1005,6 +1005,7 @@ static PyObject *pyxc_hvm_build(XcObject
va_hvm->checksum -= sum;
munmap(va_map, XC_PAGE_SIZE);
#endif