Fix "None is not of type 'integer'" when opening project containing a Qemu VM. Fixes #2610.

pull/1469/head
grossmj 6 years ago
parent e7b8309a80
commit df3baffd9b

@ -537,7 +537,7 @@ QEMU_OBJECT_SCHEMA = {
"description": "Console TCP port",
"minimum": 1,
"maximum": 65535,
"type": "integer"
"type": ["integer", "null"]
},
"console_type": {
"description": "Console type",

Loading…
Cancel
Save