Displaying 3 results from an estimated 3 matches for "xc_domain_".
Did you mean:
xc_domain
2008 Nov 25
17
[RFC][PATCH] Kemari v1.0 released
Hi,
I would like to announce the first release of Kemari, an open-source
virtual machine synchronization mechanism for fault tolerance.
It offers a feasible approach to fault tolerance that does not
require the use of specific hardware or modification of applications/OS.
Kemari aims to keep VMs transparently running in times of hardware
failures. It transfers the state of the primary VM to the
2012 Dec 11
1
How to edit precopy algorithm
Hello,
I am new to Xen, and I have taken my project on Xen. I want to
know what can I do in xen so that my project can be reviewed
successfully.If I want to live migrate the virtual machine using xen, then
what are the options available to carry out the work. If say, I want to
edit the code of precopy algorithm then what to do?
Regards,
DigvijaySingh.
2013 Jan 27
1
Modifying Xen migration
Hello everyone,
for research purposes I''m working on Xen 3.0.3 and trying to make some
modifications to Xen migration. By looking at the documentation, I''ve
learned that the part I''m interesting in are handled by two binaries
(xc_save and xc_restore), so I thought about modifying just this two
binaries instead of recompiling the whole Xen everytime, so what I do
is just