[PATCH 0/3] improve -overcommit cpu-pm=on|off

Zide Chen posted 3 patches 6 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240520174733.32979-1-zide.chen@intel.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, Marcelo Tosatti <mtosatti@redhat.com>
There is a newer version of this series
system/vl.c               |  8 ++++++--
target/i386/cpu.c         | 24 ++++++++++++------------
target/i386/host-cpu.c    | 12 ------------
target/i386/kvm/kvm-cpu.c | 12 +++++++++---
4 files changed, 27 insertions(+), 29 deletions(-)
[PATCH 0/3] improve -overcommit cpu-pm=on|off
Posted by Zide Chen 6 months, 1 week ago
Currently, if running "-overcommit cpu-pm=on" on hosts that don't
have MWAIT support, the MWAIT/MONITOR feature is advertised to the
guest and executing MWAIT/MONITOR on the guest triggers #UD.

Zide Chen (3):
  vl: Allow multiple -overcommit commands
  target/i386: call cpu_exec_realizefn before x86_cpu_filter_features
  target/i386: Move host_cpu_enable_cpu_pm into kvm_cpu_realizefn()

 system/vl.c               |  8 ++++++--
 target/i386/cpu.c         | 24 ++++++++++++------------
 target/i386/host-cpu.c    | 12 ------------
 target/i386/kvm/kvm-cpu.c | 12 +++++++++---
 4 files changed, 27 insertions(+), 29 deletions(-)

-- 
2.34.1