|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH] Removing shadow_tainted_refcnts()
In the shadow mode, thanks to recent patches, the shadow
reference counts (both general counts and type counts)
are now correct in all of my testing so far. As a result,
we should remove the shadow_tainted_refcnt flag from
the domain structure. Leaving this flag in place would
create confusion for programmers and would also prevent
future debugging of problems in handling general and type
reference counts in the shadow mode. In addition, the
patch also (1) drops the requirement that shadow_mode_disable()
should only be called in the domain destruction sequence
(even though it is only used that way so far), and
(2) strictly assert that the type reference count must
be 0 when we free a page from the dom heap.
Comments are welcome. Thanks!
Regards,
Khoa
(See attached file: tainted_refcnt_removal.patch)
tainted_refcnt_removal.patch
Description: Binary data
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-devel] [PATCH] Removing shadow_tainted_refcnts(),
Khoa Huynh <=
|
|
|
|
|