mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
docs: Document first release with spice and qxl
This commit is contained in:
@@ -1628,6 +1628,7 @@ qemu-kvm -net nic,model=? /dev/null
|
|||||||
to use. It is possible to set a limit on the validity of the password
|
to use. It is possible to set a limit on the validity of the password
|
||||||
be giving an timestamp <code>passwdValidTo='2010-04-09T15:51:00'</code>
|
be giving an timestamp <code>passwdValidTo='2010-04-09T15:51:00'</code>
|
||||||
assumed to be in UTC. NB, this may not be supported by all hypervisors.
|
assumed to be in UTC. NB, this may not be supported by all hypervisors.
|
||||||
|
<span class="since">"spice" since 0.8.6</span>.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
When SPICE has both a normal and TLS secured TCP port configured, it
|
When SPICE has both a normal and TLS secured TCP port configured, it
|
||||||
@@ -1694,8 +1695,9 @@ qemu-kvm -net nic,model=? /dev/null
|
|||||||
<dt><code>model</code></dt>
|
<dt><code>model</code></dt>
|
||||||
<dd>
|
<dd>
|
||||||
The <code>model</code> element has a mandatory <code>type</code>
|
The <code>model</code> element has a mandatory <code>type</code>
|
||||||
attribute which takes the value "vga", "cirrus", "vmvga", "qxl",
|
attribute which takes the value "vga", "cirrus", "vmvga", "xen",
|
||||||
"xen" or "vbox", depending on the hypervisor features available.
|
"vbox", or "qxl" (<span class="since">since 0.8.6</span>)
|
||||||
|
depending on the hypervisor features available.
|
||||||
You can also provide the amount of video memory in kilobytes using
|
You can also provide the amount of video memory in kilobytes using
|
||||||
<code>vram</code> and the number of screen with <code>heads</code>.
|
<code>vram</code> and the number of screen with <code>heads</code>.
|
||||||
</dd>
|
</dd>
|
||||||
|
|||||||
Reference in New Issue
Block a user