mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-06-24 22:41:06 +00:00
config2cmd: drop unused get_cpuunits call
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
e65e35ca6d
commit
0c6b941e5b
@ -3481,8 +3481,6 @@ sub config_to_command {
|
|||||||
my $use_old_bios_files = undef;
|
my $use_old_bios_files = undef;
|
||||||
($use_old_bios_files, $machine_type) = qemu_use_old_bios_files($machine_type);
|
($use_old_bios_files, $machine_type) = qemu_use_old_bios_files($machine_type);
|
||||||
|
|
||||||
my $cpuunits = get_cpuunits($conf);
|
|
||||||
|
|
||||||
push @$cmd, $kvm_binary;
|
push @$cmd, $kvm_binary;
|
||||||
|
|
||||||
push @$cmd, '-id', $vmid;
|
push @$cmd, '-id', $vmid;
|
||||||
|
Loading…
Reference in New Issue
Block a user