|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH] PoD: Handle operations properly when domain is dying
Handle PoD operations properly when a domain is dying.
No populate-on-demand activities should happen when a domain is dying.
Especially, it is a bug for memory to be added to the PoD cache when
d->is_dying is non-zero, since if this happens after the cache has
been emptied, these pages will never be freed. This may cause "zombie
domains" to linger.
Signed-off-by: George Dunlap <george.dunlap@xxxxxxxxxxxxx>
20091111-pod-domain-dying-issues.diff
Description: Text Data
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|