SHA256
1
0
forked from pool/xen

-Fix bnc#466899 - numa enabled xen fails to start/create vms

adjust_vcpuaffinity_more_cpu.patch 

- Update to changeset 21022 Xen 4.0.0 RC6.

- bnc#586510 - cpupool fixes
  cpu-pools-update.patch

OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=35
This commit is contained in:
Charles Arnold
2010-03-19 17:16:56 +00:00
committed by Git OBS Bridge
parent 5e5f163f43
commit a9bb3bc2f5
21 changed files with 866 additions and 141 deletions

View File

@@ -60,7 +60,7 @@ Index: xen-4.0.0-testing/tools/ioemu-remote/configure
===================================================================
--- xen-4.0.0-testing.orig/tools/ioemu-remote/configure
+++ xen-4.0.0-testing/tools/ioemu-remote/configure
@@ -1508,7 +1508,7 @@ bsd)
@@ -1511,7 +1511,7 @@ bsd)
;;
esac
@@ -121,7 +121,7 @@ Index: xen-4.0.0-testing/tools/ioemu-remote/tapdisk-ioemu.c
typedef struct IOHandlerRecord {
int fd;
IOCanRWHandler *fd_read_poll;
@@ -103,7 +81,6 @@ int main(void)
@@ -103,7 +81,6 @@ int main(void)
logfile = stderr;
bdrv_init();
@@ -129,7 +129,7 @@ Index: xen-4.0.0-testing/tools/ioemu-remote/tapdisk-ioemu.c
init_blktap();
/* Daemonize */
@@ -115,8 +92,6 @@ int main(void)
@@ -115,8 +92,6 @@ int main(void)
* completed aio operations.
*/
while (1) {