mapping: pci: fix missing description/default for mdev

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2024-04-10 13:03:40 +02:00 committed by Thomas Lamprecht
parent 5e1f2f38d2
commit bdf06beb0a

View File

@ -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',