mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-06-22 08:12:12 +00:00
remove format_description from $met_fmt->{model}
This commit is contained in:
parent
8485b9ba68
commit
36e54bd7f1
@ -613,7 +613,6 @@ my $net_fmt = {
|
|||||||
model => {
|
model => {
|
||||||
type => 'string',
|
type => 'string',
|
||||||
description => "Network Card Model. The 'virtio' model provides the best performance with very low CPU overhead. If your guest does not support this driver, it is usually best to use 'e1000'.",
|
description => "Network Card Model. The 'virtio' model provides the best performance with very low CPU overhead. If your guest does not support this driver, it is usually best to use 'e1000'.",
|
||||||
format_description => 'model',
|
|
||||||
enum => $nic_model_list,
|
enum => $nic_model_list,
|
||||||
default_key => 1,
|
default_key => 1,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user