Merge "Add libvirt image metadef for hw_pointer_model"

This commit is contained in:
Jenkins 2016-12-22 00:17:12 +00:00 committed by Gerrit Code Review
commit 075015fae6
1 changed files with 6 additions and 0 deletions

View File

@ -83,6 +83,12 @@
"description": "This is a background process which helps management applications execute guest OS level commands. For example, freezing and thawing filesystems, entering suspend. However, guest agent (GA) is not bullet proof, and hostile guest OS can send spurious replies.",
"type": "string",
"enum": ["yes", "no"]
},
"hw_pointer_model": {
"title": "Pointer Model",
"description": "Input devices allow interaction with a graphical framebuffer. For example to provide a graphic tablet for absolute cursor movement. Currently only supported by the KVM/QEMU hypervisor configuration and VNC or SPICE consoles must be enabled.",
"type": "string",
"enum": ["usbtablet"]
}
},
"objects": []