U Upstairs_Cycle384 New Member Mar 30, 2025 14 3 3 Apr 29, 2026 #42 @t.lamprecht enabled MBEC/GMET at the KVM level in https://git.proxmox.com/?p=pve-kernel.git;a=commit;h=1e810d779b50dd5e7395fa65ad7b3cbf89b910c1 Any chance GMET/MBEC patches from QEMU 11 are getting backported to pve's QEMU 10.x so that his enhancement can be used? Or is QEMU 11 going to be available for testing soon in any of the pve repos?
@t.lamprecht enabled MBEC/GMET at the KVM level in https://git.proxmox.com/?p=pve-kernel.git;a=commit;h=1e810d779b50dd5e7395fa65ad7b3cbf89b910c1 Any chance GMET/MBEC patches from QEMU 11 are getting backported to pve's QEMU 10.x so that his enhancement can be used? Or is QEMU 11 going to be available for testing soon in any of the pve repos?
fiona Proxmox Staff Member Staff member Aug 1, 2019 6,863 2,173 278 Apr 29, 2026 #43 Shlee said: @fiona any update on the upstream patches? Click to expand... I don't think anybody has found the time to work on those. We will continue carrying the workaround downstream until the issue is resolved upstream. Reactions: Shlee
Shlee said: @fiona any update on the upstream patches? Click to expand... I don't think anybody has found the time to work on those. We will continue carrying the workaround downstream until the issue is resolved upstream.
fiona Proxmox Staff Member Staff member Aug 1, 2019 6,863 2,173 278 Apr 29, 2026 #44 Hi, Upstairs_Cycle384 said: @t.lamprecht enabled MBEC/GMET at the KVM level in https://git.proxmox.com/?p=pve-kernel.git;a=commit;h=1e810d779b50dd5e7395fa65ad7b3cbf89b910c1 Any chance GMET/MBEC patches from QEMU 11 are getting backported to pve's QEMU 10.x so that his enhancement can be used? Or is QEMU 11 going to be available for testing soon in any of the pve repos? Click to expand... the current plan is to have QEMU 11 be available for the Proxmox VE 9.2 release. Reactions: Shlee
Hi, Upstairs_Cycle384 said: @t.lamprecht enabled MBEC/GMET at the KVM level in https://git.proxmox.com/?p=pve-kernel.git;a=commit;h=1e810d779b50dd5e7395fa65ad7b3cbf89b910c1 Any chance GMET/MBEC patches from QEMU 11 are getting backported to pve's QEMU 10.x so that his enhancement can be used? Or is QEMU 11 going to be available for testing soon in any of the pve repos? Click to expand... the current plan is to have QEMU 11 be available for the Proxmox VE 9.2 release.
U uzumo Well-Known Member Apr 5, 2025 501 144 48 Apr 29, 2026 #45 Upstairs_Cycle384 said: @t.lamprecht enabled MBEC/GMET at the KVM level in https://git.proxmox.com/?p=pve-kernel.git;a=commit;h=1e810d779b50dd5e7395fa65ad7b3cbf89b910c1 Any chance GMET/MBEC patches from QEMU 11 are getting backported to pve's QEMU 10.x so that his enhancement can be used? Or is QEMU 11 going to be available for testing soon in any of the pve repos? Click to expand... It’s not quite ready for general use yet, but if you want to test how it works, it’s already available with certain flags. Code: cpu: max,hidden=1,flags=+pdpe1gb args: -cpu max,migratable=off U Post in thread 'High VM-EXIT and Host CPU usage on idle with Windows Server 2025' Apr 23, 2026 I haven’t tested it in a test environment yet, but I have confirmed that the flag is recognized on Windows by adding the kernel. proxmox-kernel-7.0.0-2-pve-signed: 7.0.0-2 Code: PS C:\Users\admin> (Get-CimInstance -ClassName Win32_DeviceGuard -Namespace root\Microsoft\Windows\DeviceGuard).AvailableSecurityProperties 1 2 3 4 5 PS C:\Users\admin> proxmox-kernel-7.0.0-3-pve-signed: 7.0.0-3 Code: PS C:\Users\admin> (Get-CimInstance -ClassName Win32_DeviceGuard -Namespace root\Microsoft\Windows\DeviceGuard).AvailableSecurityProperties 1 2 3 4 5 7 <- MBEC/GMET is available. PS... * I can't say for sure if it's perfect, but the lag disappears when HVCI is enabled. Naturally, a compatible CPU is required; it won’t run on outdated models like the Xeon E5 v4. Last edited: Apr 29, 2026
Upstairs_Cycle384 said: @t.lamprecht enabled MBEC/GMET at the KVM level in https://git.proxmox.com/?p=pve-kernel.git;a=commit;h=1e810d779b50dd5e7395fa65ad7b3cbf89b910c1 Any chance GMET/MBEC patches from QEMU 11 are getting backported to pve's QEMU 10.x so that his enhancement can be used? Or is QEMU 11 going to be available for testing soon in any of the pve repos? Click to expand... It’s not quite ready for general use yet, but if you want to test how it works, it’s already available with certain flags. Code: cpu: max,hidden=1,flags=+pdpe1gb args: -cpu max,migratable=off U Post in thread 'High VM-EXIT and Host CPU usage on idle with Windows Server 2025' Apr 23, 2026 I haven’t tested it in a test environment yet, but I have confirmed that the flag is recognized on Windows by adding the kernel. proxmox-kernel-7.0.0-2-pve-signed: 7.0.0-2 Code: PS C:\Users\admin> (Get-CimInstance -ClassName Win32_DeviceGuard -Namespace root\Microsoft\Windows\DeviceGuard).AvailableSecurityProperties 1 2 3 4 5 PS C:\Users\admin> proxmox-kernel-7.0.0-3-pve-signed: 7.0.0-3 Code: PS C:\Users\admin> (Get-CimInstance -ClassName Win32_DeviceGuard -Namespace root\Microsoft\Windows\DeviceGuard).AvailableSecurityProperties 1 2 3 4 5 7 <- MBEC/GMET is available. PS... * I can't say for sure if it's perfect, but the lag disappears when HVCI is enabled. Naturally, a compatible CPU is required; it won’t run on outdated models like the Xeon E5 v4.