F freebee Active Member May 8, 2020 68 4 28 41 Oct 11, 2024 #1 Hi. Is there a file inside proxmox that I can edit and, when the OS type is Windows, it will automatically add hv-tlbflush to the processor?
Hi. Is there a file inside proxmox that I can edit and, when the OS type is Windows, it will automatically add hv-tlbflush to the processor?
mariol Proxmox Staff Member Staff member Jul 2, 2024 208 52 33 Wien proxmox.com Oct 14, 2024 #2 freebee said: Hi. Is there a file inside proxmox that I can edit and, when the OS type is Windows, it will automatically add hv-tlbflush to the processor? Click to expand... This should work with arguments: Code: qm set <vmid> --args "-cpu host,+hv-tlbflush" Se also [1]. [1] https://www.qemu.org/docs/master/system/i386/hyperv.html
freebee said: Hi. Is there a file inside proxmox that I can edit and, when the OS type is Windows, it will automatically add hv-tlbflush to the processor? Click to expand... This should work with arguments: Code: qm set <vmid> --args "-cpu host,+hv-tlbflush" Se also [1]. [1] https://www.qemu.org/docs/master/system/i386/hyperv.html