vmm: Add support for creating virtio-watchdog

The watchdog device is created through the "--watchdog" parameter. At
most a single watchdog can be created per VM.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2020-09-25 10:39:45 +01:00
parent d2c7645731
commit 885ee9567b
5 changed files with 63 additions and 4 deletions

View File

@@ -439,6 +439,9 @@ components:
iommu:
type: boolean
default: false
watchdog:
type: boolean
default: false
description: Virtual machine configuration
CpuTopology: