Displaying 1 result from an estimated 1 matches for "pgc_reserved".
Did you mean:
pg_reserved
2008 Dec 15
8
[PATCH 0/2] MCA support with page offlining
...unction to log the MCA error data received from hypervisor.
http://lists.xensource.com/archives/html/xen-devel/2008-09/msg00876.html
I attach patches that support not only error logging but also Page
Offlining function. The page where an MCA occurs will offline and not
reuse. A new flag ''PGC_reserved'' was added in page count_info to mark
the impacted page.
I know that it is better to implement the page offlining for general
purpose, but I implemented for MCA specialized in this first step.
And I also implement the MCA handler of Dom0 which support to shutdown
the remote domain where...