On Tue, May 3, 2022 at 11:06 PM Lai Jiangshan <jiangshanlai@xxxxxxxxx> wrote: > > From: Lai Jiangshan <jiangshan.ljs@xxxxxxxxxxxx> > > Current code uses mmu->pae_root, mmu->pml4_root, and mmu->pml5_root to > setup special roots. The initialization code is complex and the roots > are not associated with struct kvm_mmu_page which causes the code more > complex. > > So add new special shadow pages to simplify it. > Ping