we can add the disable stolen memory patch to resolve this problem
If you don't want to add this patch to kernel, you also can enable stolen memory patch in Qemu side.
git clone git://git.qemu.org/qemu.git
cd qemu
git checkout v4.2.0
git revert 93587e3af3a // enable stolen memory patch if you didn't do it in kernel side
./configure --prefix=/usr \
--target-list=x86_64-softmmu
make -j8
make install
本文介绍了解决Stolen Memory问题的方法,可以通过在内核中添加禁用Stolen Memory补丁来解决,或者在QEMU中启用Stolen Memory补丁。提供了在QEMU中启用该补丁的具体步骤。
3747





