qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] improve -overcommit cpu-pm=on|off
@ 2024-05-20 17:47 Zide Chen
  2024-05-20 17:47 ` [PATCH 1/3] vl: Allow multiple -overcommit commands Zide Chen
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Zide Chen @ 2024-05-20 17:47 UTC (permalink / raw)
  To: qemu-devel; +Cc: pbonzini, mst, thuth, cfontana, xiaoyao.li, Zide Chen

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



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-05-21  7:10 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-20 17:47 [PATCH 0/3] improve -overcommit cpu-pm=on|off Zide Chen
2024-05-20 17:47 ` [PATCH 1/3] vl: Allow multiple -overcommit commands Zide Chen
2024-05-21  5:08   ` Thomas Huth
2024-05-21  5:16     ` Thomas Huth
2024-05-21  6:48       ` Chen, Zide
2024-05-21  6:54       ` Chen, Zide
2024-05-21  7:09       ` Chen, Zide
2024-05-20 17:47 ` [PATCH 2/3] target/i386: call cpu_exec_realizefn before x86_cpu_filter_features Zide Chen
2024-05-20 17:47 ` [PATCH 3/3] target/i386: Move host_cpu_enable_cpu_pm into kvm_cpu_realizefn() Zide Chen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).