|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Page access during migration
> I'm investigating modifying the live migration process. During the
> live migration (xc_domain_save.c) is it possible to get a pointer to a
> guest's page descriptor (struct page)? If this is possible, could you please
> describe the process.
You'd likely have to use a hypercall that could pass you mfn of the
the struct page you're looking for and then map that in.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|