Merge "Add "bochs" as a possible video model"
This commit is contained in:
commit
7231a44b18
@ -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.
|
||||||
|
|
||||||
|
@ -80,7 +80,8 @@
|
|||||||
"qxl",
|
"qxl",
|
||||||
"virtio",
|
"virtio",
|
||||||
"gop",
|
"gop",
|
||||||
"none"
|
"none",
|
||||||
|
"bochs"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"hw_video_ram": {
|
"hw_video_ram": {
|
||||||
|
Loading…
Reference in New Issue
Block a user