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

This commit is contained in:
grossmj 2018-11-24 19:56:29 +07:00
parent e7b8309a80
commit df3baffd9b

View File

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