mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-07-03 22:37:44 +00:00
pci: whitespace, indentation and formating fixes
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
13d689792e
commit
1fac3a0b31
@ -32,7 +32,8 @@ EODESCR
|
||||
},
|
||||
rombar => {
|
||||
type => 'boolean',
|
||||
description => "Specify whether or not the device's ROM will be visible in the guest's memory map.",
|
||||
description => "Specify whether or not the device's ROM will be visible in the"
|
||||
." guest's memory map.",
|
||||
optional => 1,
|
||||
default => 1,
|
||||
},
|
||||
@ -57,9 +58,8 @@ EODESCR
|
||||
},
|
||||
'legacy-igd' => {
|
||||
type => 'boolean',
|
||||
description => "Pass this device in legacy IGD mode (allows required"
|
||||
. " 1f.0 PCI bridge and assigns correct address)."
|
||||
. " Requires i440fx machine type and VGA set to 'none'.",
|
||||
description => "Pass this device in legacy IGD mode, making it the primary and exclusive"
|
||||
." graphics device in the VM. Requires 'pc-i440fx' machine type and VGA set to 'none'.",
|
||||
optional => 1,
|
||||
default => 0,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user