search for: vkm

Displaying 3 results from an estimated 3 matches for "vkm".

Did you mean: kvm
2009 May 12
4
different results on linux and windows
...es now the results reproducible, but the results differ between windows and linux. Does anyone know what the problem there is? Our suspicion is that the reason is that some libraries are different implemented on linux and windows (XP) compilers. After the program start we set the seed in row 447(vkm.cpp) with srand(int); When the median will be calculated, an intern seed is set with unsigned int seed = rand(); ( in row 100 (vkm.cpp)). This seed will be used to calculate some random subsets and to create a Mersenne Twister object with MTRand rr(seed); (row 156, vkm.cpp). The MTRand Objec...
2009 May 20
0
KVM on XEN DomU
Hi, I would like to know your feedback about using KVM on Xen DomU. I read that it is not possible to run VKM on Dom0, but possible on DomU is it true ? What about compatibility of CPU control level ? networking (bridges) ? Thanks in advance, -- Yassine AYACHI Ingénieur réseaux et systèmes _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lis...
2009 Nov 06
8
Migrating from KVM to XEN - kernel panic
...m simply wearing that hat this week so please excuse my ignorance. I need to temporarily move some virtual servers from a CentOS-KVM platform to a CentOS-XEN platform while I do some upgrades to the CentOS box. I've created a local LV, and used DD and SCP to transfer the block device from the VKM machine to the XEN machine. For quite a while I struggled with the "Error: (2, 'Invalid kernel', 'xc_dom_parse_elf_kernel: ELF image has no shstrtab\n')" error but thanks to Nick Couchman from http://lists.xensource.com/archives/html/xen-users/2008-03/msg00603.html, I'...