mirror of
https://git.proxmox.com/git/qemu-server
synced 2026-01-08 19:13:42 +00:00
disable cpu enforce flag
Enforce needs kernel 3.10, so we do not use it for now.
This commit is contained in:
parent
2430d37886
commit
c0efd8cd0e
@ -2504,7 +2504,9 @@ sub config_to_command {
|
||||
|
||||
$cpu .= "," . join(',', @$cpuFlags) if scalar(@$cpuFlags);
|
||||
|
||||
push @$cmd, '-cpu', $cpu.",enforce";
|
||||
# Note: enforce needs kernel 3.10, so we do not use it for now
|
||||
# push @$cmd, '-cpu', "$cpu,enforce";
|
||||
push @$cmd, '-cpu', $cpu;
|
||||
|
||||
push @$cmd, '-S' if $conf->{freeze};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user