Re: [PATCH] KVM: x86: Skip pae_root shadow allocation if tdp enabled

2018-08-02 Thread Paolo Bonzini
On 25/07/2018 10:32, Liang Chen wrote: > Considering the fact that the pae_root shadow is not needed when > tdp is in use, skip the pae_root shadow page allocation to allow > mmu creation even not being able to obtain memory from DMA32 > zone when particular cgroup cpuset.mems or mempolicy control

[PATCH] KVM: x86: Skip pae_root shadow allocation if tdp enabled

2018-07-25 Thread Liang Chen
Considering the fact that the pae_root shadow is not needed when tdp is in use, skip the pae_root shadow page allocation to allow mmu creation even not being able to obtain memory from DMA32 zone when particular cgroup cpuset.mems or mempolicy control is applied. Signed-off-by: Liang Chen --- ar