Several key points here: #1. Label 'hot pages' recently accessed by a VCPU; #2. Move those hot pages to another node -> key: move a page ``` * 2.1 might take some hints from Linux kernel ``` #3. Update P2M & M2P if needed.
Several key points here:
#1. Label 'hot pages' recently accessed by a VCPU;
#2. Move those hot pages to another node -> key: move a page
#3. Update P2M & M2P if needed.