Merge "Add "bochs" as a possible video model" into stable/xena

This commit is contained in:
Zuul 2022-07-09 05:43:39 +00:00 committed by Gerrit Code Review
commit 968e5e1754
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`` * ``virtio``
* ``gop`` * ``gop``
* ``none`` * ``none``
* ``bochs``
Only supported by the libvirt driver. Only supported by the libvirt driver.

View File

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