We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b5a2157 + 12d7084 commit 7f0efc2Copy full SHA for 7f0efc2
kvmagent/kvmagent/plugins/vm_plugin.py
@@ -6146,7 +6146,7 @@ def get_cpu_flags_from_xml(libvirtXml):
6146
if cmd.additionalQmp:
6147
make_qemu_commandline()
6148
6149
- if cmd.useHugePage or cmd.MemAccess in "shared":
+ if cmd.useHugePage or cmd.MemAccess in "shared" or cmd.noSharePages:
6150
make_memory_backing()
6151
6152
if HOST_ARCH == "x86_64" and cmd.vmCpuVendorId and cmd.vmCpuVendorId != "None":
0 commit comments