mirror of
https://git.proxmox.com/git/qemu-server
synced 2026-01-27 01:32:35 +00:00
use full path for /usr/bin/taskset
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
8387039819
commit
c963efc882
@ -3553,7 +3553,7 @@ sub config_to_command {
|
||||
($use_old_bios_files, $machine_type) = qemu_use_old_bios_files($machine_type);
|
||||
|
||||
if ($conf->{affinity}) {
|
||||
push @$cmd, "taskset";
|
||||
push @$cmd, "/usr/bin/taskset";
|
||||
push @$cmd, "--cpu-list";
|
||||
push @$cmd, "--all-tasks";
|
||||
push @$cmd, $conf->{affinity};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user