
On Thu, Feb 03, 2011 at 21:16:11 -0700, Eric Blake wrote:
Adds <smartcard mode='passthrough' type='spicevmc'/>, which uses the new <channel name='smartcard'/> of <graphics type='spice'>. ... diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index d91fdb9..43c78fc 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -1505,8 +1508,9 @@ qemu-kvm -net nic,model=? /dev/null can be desirable to restrict what channels can be run on each port. This is achieved by adding one or more <channel> elements inside the main <graphics> element. Valid channel names include - <code>main</code>,<code>display</code>,<code>inputs</code>,<code>cursor</code>, - <code>playback</code>,<code>record</code>. + <code>main</code>, <code>display</code>, <code>inputs</code>, + <code>cursor</code>, <code>playback</code>, <code>record</code>; + and <span class="since">since 0.8.8</span>: <code>smartcard</code>. </p> <pre> ^^ tabs before spaces, but that's in a context, not your fault. It could be worth fixing while touching the lines above. But it's not a big deal. <graphics type='spice' port='-1' tlsPort='-1' autoport='yes'>
ACK Jirka