mirror of
https://git.proxmox.com/git/qemu-server
synced 2026-01-27 15:53:03 +00:00
print_keyboarddevice_full: drop unused machine parameter
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
f606d5bd6f
commit
6971c38ed9
@ -1436,7 +1436,7 @@ sub print_tabletdevice_full {
|
||||
}
|
||||
|
||||
sub print_keyboarddevice_full {
|
||||
my ($conf, $arch, $machine) = @_;
|
||||
my ($conf, $arch) = @_;
|
||||
|
||||
return if $arch ne 'aarch64';
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user