Hi,
I am trying to understand how the restore part of the external device migration
works. I made some scripts for external device save, similar to the vtpm ones in
/etc/xen/scripts. These scripts will run during migration on the source host.
However, I need to make them talk with their counterparts on the destination
host and I can't figure out which is the appropriate place to call them from so
that I am consistent with the other external devices such as vtpm. Is the
restore() in /tools/python/xen/xend/XendCheckpoint.py the answer?
Thank you.
Tavi