mirror of
https://git.proxmox.com/git/pve-guest-common
synced 2025-04-28 17:48:31 +00:00
mapping: pci: fix missing description/default for mdev
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
5e1f2f38d2
commit
bdf06beb0a
@ -100,8 +100,10 @@ my $defaultData = {
|
|||||||
maxLength => 4096,
|
maxLength => 4096,
|
||||||
},
|
},
|
||||||
mdev => {
|
mdev => {
|
||||||
|
description => "Marks the device(s) as being capable of providing mediated devices.",
|
||||||
type => 'boolean',
|
type => 'boolean',
|
||||||
optional => 1,
|
optional => 1,
|
||||||
|
default => 0,
|
||||||
},
|
},
|
||||||
map => {
|
map => {
|
||||||
type => 'array',
|
type => 'array',
|
||||||
|
Loading…
Reference in New Issue
Block a user