|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] accumulate_guest_flags no longer exists in xen 3.4.3
Hi,
I found that accumulate_guest_flags(struct vcpu *v, walk_t *gw) defined in xen 3.1.0 could not be found in xen 3.4.3.
Also, I found that guest_walk_tables(struct vcpu *v, unsigned long va, walk_t *gw, ...) in xen 3.4.3 contanis code block: "guest_l1e_get_flags(gw->eff_l1e) ^ _PAGE_NX_BIT" which can only be found in accumulate_guest_flags. Besides, I also found a comment in "We will accumulate, in rc, the set of flags that are missing".
I want to know if accumulate_guest_flags integrated into guest_walk_tables in the version of xen 3.4.3? And if so, how can I use guest_walk_tables instead of accumulate_guest_flags to get the same return value and walk_t *gw?
Any suggestion is appreciated.
Thank you very much.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] accumulate_guest_flags no longer exists in xen 3.4.3,
K.C. Lee <=
|
|
|
|
|