|
|
|
|
|
|
|
|
|
|
xen-devel
RE: [Xen-devel] [PATCH] remove useless super page recomputing in ept_set
> > Would it make sense to turn this check on in DEBUG mode? It can't be
> > that expensive if it's currently on all the time.
But I agree it's ok to add
ASSERT((walk_level == 2) && hvm_hap_has_1gb(d))
ASSERT((walk_level == 1) && hvm_hap_has_2mb(d))
to ept_set_entry.
Thanks!
-Xin
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|