diff --git a/openapi/propolis-server-falcon.json b/openapi/propolis-server-falcon.json index 27b86f16f..50a8db5c4 100644 --- a/openapi/propolis-server-falcon.json +++ b/openapi/propolis-server-falcon.json @@ -631,6 +631,14 @@ "$ref": "#/components/schemas/PciPciBridge" } }, + "qemu_pvpanic": { + "nullable": true, + "allOf": [ + { + "$ref": "#/components/schemas/QemuPvpanic" + } + ] + }, "serial_ports": { "type": "object", "additionalProperties": { @@ -1405,6 +1413,19 @@ ], "additionalProperties": false }, + "QemuPvpanic": { + "type": "object", + "properties": { + "enable_isa": { + "description": "Enable the QEMU PVPANIC ISA bus device (I/O port 0x505).", + "type": "boolean" + } + }, + "required": [ + "enable_isa" + ], + "additionalProperties": false + }, "SerialPort": { "description": "A serial port device.", "type": "object",