Displaying 1 result from an estimated 1 matches for "baff9c7cc4b3".
2007 May 04
0
[PATCH] 3/4 "nemesis" scheduling domains for Xen
...| 43 ++++++++++++++++--
python/xen/xend/XendDomain.py | 78 +++++++++++++++++++++++++++++++++
python/xen/xend/server/SrvDomain.py | 27 +++++++++++
python/xen/xm/main.py | 70 +++++++++++++++++++++++++++++
5 files changed, 294 insertions(+), 9 deletions(-)
--
diff -r baff9c7cc4b3 tools/libxc/xc_domain.c
--- a/tools/libxc/xc_domain.c Fri May 04 11:23:25 2007 -0400
+++ b/tools/libxc/xc_domain.c Fri May 04 17:35:33 2007 -0400
@@ -108,7 +108,7 @@ int xc_vcpu_setaffinity(int xc_handle,
set_xen_guest_handle(domctl.u.vcpuaffinity.cpumap.bitmap, local);
domctl.u.vcpuaff...