mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-02 16:35:30 +00:00
Fix some typos in JSON schema descriptions
/cirrur/cirrus/ /devive/device/ /Numa/NUMA/ and a few grammar fixes, rewrites of sentences Also if already touching those lines lets break them up from one liners to a column limit of ~80.
This commit is contained in:
parent
e79706d47a
commit
1917695c93
@ -260,7 +260,7 @@ EODESC
|
|||||||
numa => {
|
numa => {
|
||||||
optional => 1,
|
optional => 1,
|
||||||
type => 'boolean',
|
type => 'boolean',
|
||||||
description => "Enable/disable Numa.",
|
description => "Enable/disable NUMA.",
|
||||||
default => 0,
|
default => 0,
|
||||||
},
|
},
|
||||||
vcpus => {
|
vcpus => {
|
||||||
@ -307,14 +307,24 @@ EODESC
|
|||||||
vga => {
|
vga => {
|
||||||
optional => 1,
|
optional => 1,
|
||||||
type => 'string',
|
type => 'string',
|
||||||
description => "Select VGA type. If you want to use high resolution modes (>= 1280x1024x16) then you should use option 'std' or 'vmware'. Default is 'std' for win8/win7/w2k8, and 'cirrur' for other OS types. Option 'qxl' enables the SPICE display sever. You can also run without any graphic card using a serial devive as terminal.",
|
description => "Select the VGA type. If you want to use high resolution" .
|
||||||
|
" modes (>= 1280x1024x16) then you should use the options " .
|
||||||
|
"'std' or 'vmware'. Default is 'std' for win8/win7/w2k8, and " .
|
||||||
|
"'cirrus' for other OS types. The 'qxl' option enables the SPICE " .
|
||||||
|
"display sever. For win* OS you can select how many independent " .
|
||||||
|
"displays you want, Linux guests can add displays them self. " .
|
||||||
|
"You can also run without any graphic card, using a serial device" .
|
||||||
|
" as terminal.",
|
||||||
enum => [qw(std cirrus vmware qxl serial0 serial1 serial2 serial3 qxl2 qxl3 qxl4)],
|
enum => [qw(std cirrus vmware qxl serial0 serial1 serial2 serial3 qxl2 qxl3 qxl4)],
|
||||||
},
|
},
|
||||||
watchdog => {
|
watchdog => {
|
||||||
optional => 1,
|
optional => 1,
|
||||||
type => 'string', format => 'pve-qm-watchdog',
|
type => 'string', format => 'pve-qm-watchdog',
|
||||||
typetext => '[[model=]i6300esb|ib700] [,[action=]reset|shutdown|poweroff|pause|debug|none]',
|
typetext => '[[model=]i6300esb|ib700] [,[action=]reset|shutdown|poweroff|pause|debug|none]',
|
||||||
description => "Create a virtual hardware watchdog device. Once enabled (by a guest action), the watchdog must be periodically polled by an agent inside the guest or else the guest will be restarted (or execute the action specified)",
|
description => "Create a virtual hardware watchdog device. Once enabled" .
|
||||||
|
" (by a guest action), the watchdog must be periodically polled " .
|
||||||
|
"by an agent inside the guest or else the watchdog will reset " .
|
||||||
|
"the guest (or execute the respective action specified)",
|
||||||
},
|
},
|
||||||
startdate => {
|
startdate => {
|
||||||
optional => 1,
|
optional => 1,
|
||||||
@ -344,7 +354,12 @@ EODESCR
|
|||||||
optional => 1,
|
optional => 1,
|
||||||
type => 'boolean',
|
type => 'boolean',
|
||||||
default => 1,
|
default => 1,
|
||||||
description => "Enable/disable the usb tablet device. This device is usually needed to allow absolute mouse positioning with VNC. Else the mouse runs out of sync with normal VNC clients. If you're running lots of console-only guests on one host, you may consider disabling this to save some context switches. This is turned of by default if you use spice (vga=qxl).",
|
description => "Enable/disable the USB tablet device. This device is " .
|
||||||
|
"usually needed to allow absolute mouse positioning with VNC. " .
|
||||||
|
"Else the mouse runs out of sync with normal VNC clients. " .
|
||||||
|
"If you're running lots of console-only guests on one host, " .
|
||||||
|
"you may consider disabling this to save some context switches. " .
|
||||||
|
"This is turned off by default if you use spice (-vga=qxl).",
|
||||||
},
|
},
|
||||||
migrate_speed => {
|
migrate_speed => {
|
||||||
optional => 1,
|
optional => 1,
|
||||||
|
Loading…
Reference in New Issue
Block a user