<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bwlp/qemu.git/docs/multiseat.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/multiseat.txt?h=spice_video_codecs</id>
<link rel='self' href='https://git.openslx.org/bwlp/qemu.git/atom/docs/multiseat.txt?h=spice_video_codecs'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/'/>
<updated>2021-11-19T09:16:58+00:00</updated>
<entry>
<title>docs: Spell QEMU all caps</title>
<updated>2021-11-19T09:16:58+00:00</updated>
<author>
<name>Philippe Mathieu-Daudé</name>
</author>
<published>2021-11-18T14:34:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=5135fe71101db08cf65090963247f9b1b8138b73'/>
<id>urn:sha1:5135fe71101db08cf65090963247f9b1b8138b73</id>
<content type='text'>
Replace Qemu -&gt; QEMU.

Signed-off-by: Philippe Mathieu-Daudé &lt;philmd@redhat.com&gt;
Reviewed-by: Darren Kenny &lt;darren.kenny@oracle.com&gt;
Reviewed-by: Markus Armbruster &lt;armbru@redhat.com&gt;
Message-Id: &lt;20211118143401.4101497-1-philmd@redhat.com&gt;
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</content>
</entry>
<entry>
<title>tests/docker/test-mingw and docs: Remove --with-sdlabi=2.0</title>
<updated>2019-02-04T15:25:21+00:00</updated>
<author>
<name>Thomas Huth</name>
</author>
<published>2019-02-04T08:25:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=335dbb5de1e98c4dc73590349f17bb2a4d72596c'/>
<id>urn:sha1:335dbb5de1e98c4dc73590349f17bb2a4d72596c</id>
<content type='text'>
Patchew currently reports failures with the mingw docker test - this
is due to --with-sdlabi=2.0 configure flag which does not exist anymore.
Remove this remainder from the docker test and the docs now.

Signed-off-by: Thomas Huth &lt;thuth@redhat.com&gt;
Reviewed-by: Daniel P. Berrangé &lt;berrange@redhat.com&gt;
Reviewed-by: Philippe Mathieu-Daudé &lt;philmd@redhat.com&gt;
Tested-by: Philippe Mathieu-Daudé &lt;philmd@redhat.com&gt;
Acked-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
Message-id: 1549268743-18502-1-git-send-email-thuth@redhat.com
Signed-off-by: Peter Maydell &lt;peter.maydell@linaro.org&gt;
</content>
</entry>
<entry>
<title>docs: Grammar and spelling fixes</title>
<updated>2018-07-13T09:16:04+00:00</updated>
<author>
<name>Ville Skyttä</name>
</author>
<published>2018-06-12T06:51:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=9277d81f5c2c6f4d0b5e47c8476eb7ee7e5c0beb'/>
<id>urn:sha1:9277d81f5c2c6f4d0b5e47c8476eb7ee7e5c0beb</id>
<content type='text'>
Signed-off-by: Ville Skyttä &lt;ville.skytta@iki.fi&gt;
Reviewed-by: Peter Maydell &lt;peter.maydell@linaro.org&gt;
Reviewed-by: Eric Blake &lt;eblake@redhat.com&gt;
Message-id: 20180612065150.21110-1-ville.skytta@iki.fi
Signed-off-by: Peter Maydell &lt;peter.maydell@linaro.org&gt;
</content>
</entry>
<entry>
<title>Replace '-enable-kvm' with '-accel kvm' in docs and help texts</title>
<updated>2018-06-28T17:05:32+00:00</updated>
<author>
<name>Thomas Huth</name>
</author>
<published>2018-06-13T05:05:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=a1d30f285ebc0ba89d8dcba0b10a6b2516c2e470'/>
<id>urn:sha1:a1d30f285ebc0ba89d8dcba0b10a6b2516c2e470</id>
<content type='text'>
The preferred way to select the KVM accelerator is to use "-accel kvm"
these days, so let's be consistent in our documentation and help texts.

Signed-off-by: Thomas Huth &lt;thuth@redhat.com&gt;
Message-Id: &lt;1528866321-23886-3-git-send-email-thuth@redhat.com&gt;
Signed-off-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>update pci-bridge-seat section in docs/multiseat.txt</title>
<updated>2015-07-03T10:21:11+00:00</updated>
<author>
<name>Gerd Hoffmann</name>
</author>
<published>2015-07-01T08:59:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=496eacaa67653023540e090fb70b7caba429bbc0'/>
<id>urn:sha1:496eacaa67653023540e090fb70b7caba429bbc0</id>
<content type='text'>
Signed-off-by: Gerd Hoffmann &lt;kraxel@redhat.com&gt;
</content>
</entry>
<entry>
<title>virtio-input: add input routing support</title>
<updated>2015-07-03T10:21:11+00:00</updated>
<author>
<name>Gerd Hoffmann</name>
</author>
<published>2015-06-24T09:59:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=5cce173323cfe1bb22f7a10f9b73ac7796909cef'/>
<id>urn:sha1:5cce173323cfe1bb22f7a10f9b73ac7796909cef</id>
<content type='text'>
Add display and head properties for input routing to
virtio-input devices, update multiseat documentation.

Signed-off-by: Gerd Hoffmann &lt;kraxel@redhat.com&gt;
</content>
</entry>
<entry>
<title>add pci-bridge-seat</title>
<updated>2015-06-23T15:08:22+00:00</updated>
<author>
<name>Gerd Hoffmann</name>
</author>
<published>2015-06-18T10:17:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=eb6c6a604890201e321a6ace32973d10dc033245'/>
<id>urn:sha1:eb6c6a604890201e321a6ace32973d10dc033245</id>
<content type='text'>
Simplifies multiseat configuration, see
docs/multiseat.txt update for details.

Signed-off-by: Gerd Hoffmann &lt;kraxel@redhat.com&gt;
Reviewed-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;
Signed-off-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;
</content>
</entry>
<entry>
<title>vnc: update docs/multiseat.txt</title>
<updated>2015-01-22T10:18:47+00:00</updated>
<author>
<name>Gerd Hoffmann</name>
</author>
<published>2014-10-02T13:53:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=86fdcf23f4a9d8473844734907555b3a93ed686c'/>
<id>urn:sha1:86fdcf23f4a9d8473844734907555b3a93ed686c</id>
<content type='text'>
vnc joins the party ;)
Also some s/head/seat/ to clarify.

Signed-off-by: Gerd Hoffmann &lt;kraxel@redhat.com&gt;
</content>
</entry>
<entry>
<title>docs/multiseat.txt: add note about spice</title>
<updated>2014-06-04T06:40:42+00:00</updated>
<author>
<name>Gerd Hoffmann</name>
</author>
<published>2014-06-02T13:48:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=2082bac151f9ed17f4425a3dbe994ed0b7958c89'/>
<id>urn:sha1:2082bac151f9ed17f4425a3dbe994ed0b7958c89</id>
<content type='text'>
Signed-off-by: Gerd Hoffmann &lt;kraxel@redhat.com&gt;
</content>
</entry>
</feed>
