|
|
|
|
|
|
|
|
|
|
xen-devel
RE: [Xen-devel] Re: Getting rid of xenbus_suspend(): tpmfrontdriver impa
>From: Keir Fraser [mailto:Keir.Fraser@xxxxxxxxxxxx]
>Sent: 2006年11月6日 16:52
>
>No, there would still be a connection through to the xenstored. I guess
>we
>do take a few mutexes and so on, so we would need a bit of undo code.
>So
>xenbus_suspend_cancel() is probably the way to go. But full
>re-connection is
>not required.
>
> -- Keir
For the migration case, the connection may still exist to the xenstored.
However for save/restore case, we destroy the domain once saved,
right? In that case, the connection is broken and next time you still
need to re-bind inter-domain xenbus channel (although local event
port is same) after resume, just like what's done for xenconsole.
Xenbus_suspend_cancel can save local state resume, but inter-
domain re-connection is inevitable, IMO. :-)
Thanks,
Kevin
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|