<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bwlp/qemu.git/docs/libcacard.txt, branch spice_video_codecs</title>
<subtitle>Experimental fork of QEMU with video encoding patches</subtitle>
<id>https://git.openslx.org/bwlp/qemu.git/atom/docs/libcacard.txt?h=spice_video_codecs</id>
<link rel='self' href='https://git.openslx.org/bwlp/qemu.git/atom/docs/libcacard.txt?h=spice_video_codecs'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/'/>
<updated>2015-09-23T21:34:17+00:00</updated>
<entry>
<title>libcacard: use the standalone project</title>
<updated>2015-09-23T21:34:17+00:00</updated>
<author>
<name>Marc-André Lureau</name>
</author>
<published>2015-08-30T09:48:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=7b02f5447c64d1854468f758398c9f6fe9e5721f'/>
<id>urn:sha1:7b02f5447c64d1854468f758398c9f6fe9e5721f</id>
<content type='text'>
libcacard is now a standalone project hosted with the Spice project (see
the 2.5.0 release announcement), remove it from qemu tree.

Use the library if found during configure or if --enable-smartcard.

Signed-off-by: Marc-André Lureau &lt;marcandre.lureau@redhat.com&gt;
Reviewed-by: Michael Tokarev &lt;mjt@tls.msk.ru&gt;
Reviewed-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
Tested-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</content>
</entry>
<entry>
<title>maint: remove / fix many doubled words</title>
<updated>2015-09-11T07:21:38+00:00</updated>
<author>
<name>Daniel P. Berrange</name>
</author>
<published>2015-08-26T11:17:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=b6af097528caba5b23b79db3f1f1fd08fa4fa11e'/>
<id>urn:sha1:b6af097528caba5b23b79db3f1f1fd08fa4fa11e</id>
<content type='text'>
Many source files have doubled words (eg "the the", "to to",
and so on). Most of these can simply be removed, but a couple
were actual mis-spellings (eg "to to" instead of "to do").
There was even one triple word score "to to to" :-)

Signed-off-by: Daniel P. Berrange &lt;berrange@redhat.com&gt;
Reviewed-by: Marc-André Lureau &lt;marcandre.lureau@redhat.com&gt;
Reviewed-by: Markus Armbruster &lt;armbru@redhat.com&gt;
Signed-off-by: Michael Tokarev &lt;mjt@tls.msk.ru&gt;
</content>
</entry>
<entry>
<title>libcacard: Spelling and grammar fixes in documentation</title>
<updated>2012-03-08T15:22:11+00:00</updated>
<author>
<name>Stefan Weil</name>
</author>
<published>2012-02-27T21:57:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=4a84ebe6a6b64c823e33876e3cda3c0813b2e1bb'/>
<id>urn:sha1:4a84ebe6a6b64c823e33876e3cda3c0813b2e1bb</id>
<content type='text'>
* it's -&gt; its

* it's -&gt; it is (that's no fix, but makes future checks easier)

* this functions -&gt; this function

* replacable -&gt; replaceable

* reader's -&gt; readers

* logins into -&gt; logs into

v2:
Also replace 'aid' by 'AID' (thanks to Peter Maydell for this hint).

v3:
Fix sentence (contributed by Alon Levy / Robert Relyea).

Cc: Alon Levy &lt;alevy@redhat.com&gt;
Cc: Robert Relyea &lt;rrelyea@redhat.com&gt;
Cc: Peter Maydell &lt;peter.maydell@linaro.org&gt;
Signed-off-by: Stefan Weil &lt;sw@weilnetz.de&gt;
Signed-off-by: Stefan Hajnoczi &lt;stefanha@linux.vnet.ibm.com&gt;
</content>
</entry>
<entry>
<title>Fixing some spelling in docs/libcacard.txt</title>
<updated>2011-11-17T12:57:49+00:00</updated>
<author>
<name>Matthias Brugger</name>
</author>
<published>2011-11-15T11:57:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=e6d89f8c2518763b4d84f05a10d3fca02b9c8182'/>
<id>urn:sha1:e6d89f8c2518763b4d84f05a10d3fca02b9c8182</id>
<content type='text'>
Reviewed-by: Alon Levy &lt;alevy@redhat.com&gt;
Signed-off-by: Matthias Brugger &lt;matthias.bgg@gmail.com&gt;
Signed-off-by: Stefan Hajnoczi &lt;stefanha@linux.vnet.ibm.com&gt;
</content>
</entry>
<entry>
<title>Fix some spelling bugs in documentation and comments</title>
<updated>2011-11-17T12:57:36+00:00</updated>
<author>
<name>Stefan Weil</name>
</author>
<published>2011-11-13T21:24:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=4238e26416c3b5ece9a823de9ab8f6cdfaff8f99'/>
<id>urn:sha1:4238e26416c3b5ece9a823de9ab8f6cdfaff8f99</id>
<content type='text'>
These errors were detected by codespell:

remaing -&gt; remaining
soley -&gt; solely
virutal -&gt; virtual
seperate -&gt; separate

libcacard.txt still needs some more patches.

Signed-off-by: Stefan Weil &lt;sw@weilnetz.de&gt;
Signed-off-by: Stefan Hajnoczi &lt;stefanha@linux.vnet.ibm.com&gt;
</content>
</entry>
<entry>
<title>Fix spelling in documentation and comments (similiar -&gt; similar)</title>
<updated>2011-11-17T12:57:36+00:00</updated>
<author>
<name>Stefan Weil</name>
</author>
<published>2011-11-13T21:24:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=b5e4946f9642b077fb07269a5542ec22564b3394'/>
<id>urn:sha1:b5e4946f9642b077fb07269a5542ec22564b3394</id>
<content type='text'>
This bug was detected by codespell.
In mips_mipssim.c a grammatical error was fixed, too.

Signed-off-by: Stefan Weil &lt;sw@weilnetz.de&gt;
Signed-off-by: Stefan Hajnoczi &lt;stefanha@linux.vnet.ibm.com&gt;
</content>
</entry>
<entry>
<title>libcacard: add docs</title>
<updated>2011-04-02T00:07:49+00:00</updated>
<author>
<name>Robert Relyea</name>
</author>
<published>2011-03-17T14:39:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=65794b435c7a3e5945bd78fad8011e3f0f15f668'/>
<id>urn:sha1:65794b435c7a3e5945bd78fad8011e3f0f15f668</id>
<content type='text'>
</content>
</entry>
</feed>
