Merge "Add "bochs" as a possible video model"

This commit is contained in:
Zuul 2021-11-18 08:32:14 +00:00 committed by Gerrit Code Review
commit 7231a44b18
2 changed files with 3 additions and 1 deletions

View File

@ -558,6 +558,7 @@ Here is a list of useful image properties and the values they expect.
* ``virtio``
* ``gop``
* ``none``
* ``bochs``
Only supported by the libvirt driver.

View File

@ -80,7 +80,8 @@
"qxl",
"virtio",
"gop",
"none"
"none",
"bochs"
]
},
"hw_video_ram": {