|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [RFC][PATCH 00/13] Kemari: updated to the 3.4 unstable tree
Hi,
This patch series are updated version of Kemari that we posted last week.
http://lists.xensource.com/archives/html/xen-devel/2009-03/msg00371.html
Thanks for the comments, and we're working to improve and clean up the code
appropriately. The following patches can be applied to the 3.4 unstable tree.
xen, xend: xen-unstable.hg c/s 19303:b249f3e979a5
linux: linux-2.6.18-xen.hg c/s 817:0430b1dbfb3a
ioemu: qemu-xen-unstable.git c/s 82787c6f689d869ad349df83ec3f58702afe00fe
If you can take a look, it would be very helpful.
Any comments are appreciated.
Thanks,
Yoshi
Overview:
Kemari in VMM taps event channel, pauses the guest (not suspend), prepares for
transfer, and Kemari in userland transfers the guest. On failover, Kemari on
the secondary restores the guest, and the backend drivers in dom0 set up the
backend rings from the state of the shared rings in the guest.
[01] xen: add ECS_TAP state to event channel
[02] xen: core Kemari code
[03] xend: change parameter type of xc_{set,get}_hvm_param
[04] xend: Kemari controller interface in libxc
[05] xend: Kemari sender in libxc
[06] xend: Kemari receiver libxc
[07] xend: add Kemari support to python
[08] xend: add dev state "Attached" to python
[09] linux: add XenbusStateAttached to xenbus
[10] linux: XenbusStateAttached handler for blkback
[11] linux: XenbusStateAttached handler for netback
[12] ioemu: use signal to save qemu state for Kemari
[13] ioemu: use shared region with to flip logdirty_bitmap
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] [RFC][PATCH 00/13] Kemari: updated to the 3.4 unstable tree,
Yoshiaki Tamura <=
- [Xen-devel] [RFC][PATCH 01/13] Kemari: add ECS_TAP state to event channel, Yoshiaki Tamura
- [Xen-devel] [RFC][PATCH 02/13] Kemari: core kemari code, Yoshiaki Tamura
- [Xen-devel] [RFC][PATCH 03/13] Kemari: change parameter type of xc_{set, get}_hvm_param, Yoshiaki Tamura
- [Xen-devel] [RFC][PATCH 04/13] Kemari: Kemari controller interface in libxc, Yoshiaki Tamura
- [Xen-devel] [RFC][PATCH 05/13] Kemari: Kemari sender, Yoshiaki Tamura
- [Xen-devel] [RFC][PATCH 06/13] Kemari: Kemari receiver, Yoshiaki Tamura
- [Xen-devel] [RFC][PATCH 07/13] Kemari: add Kemari support to python, Yoshiaki Tamura
- [Xen-devel] [RFC][PATCH 08/13] Kemari: add dev state "Attached" to python, Yoshiaki Tamura
- [Xen-devel] [RFC][PATCH 09/13] Kemari: add XenbusStateAttached to xenbus, Yoshiaki Tamura
|
|
|
|
|