|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] mem_sharing: summarized problems when domain is dying
[sorry, accidentally sent too early]
On Fri, Jan 21, 2011 at 4:29 PM, George Dunlap <dunlapg@xxxxxxxxx> wrote:
> I'm not sure the exact rationale behind the "cannot fail" flag; but it
> looks like in grant_table.c, both callers of gfn_to_mfn_unshare()
> handle the case where the returned p2m entry is just
...invalid. I wonder if "unsharing" the page, but marking the entry
invalid during death would help.
I suppose the problem there is that if you're keeping the VM around
but paused for analysis, you'll have holes in your address space. But
just returning an invalid entry to the callers who try to unshare
pages might work.
-George
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|