<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bwlp/qemu.git/docs/pcie.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/pcie.txt?h=spice_video_codecs</id>
<link rel='self' href='https://git.openslx.org/bwlp/qemu.git/atom/docs/pcie.txt?h=spice_video_codecs'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/'/>
<updated>2018-03-01T14:25:37+00:00</updated>
<entry>
<title>docs: pcie: Spell out machine type needs for PCIe features</title>
<updated>2018-03-01T14:25:37+00:00</updated>
<author>
<name>Kashyap Chamarthy</name>
</author>
<published>2018-02-19T16:31:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=c8945922be9c11fc11dcbc54fadc556a893076fc'/>
<id>urn:sha1:c8945922be9c11fc11dcbc54fadc556a893076fc</id>
<content type='text'>
PCIe features are available only via the 'q35' machine type for x86 and
the 'virt' machine type for AArch64 architecture.

Mention that explicitly.

Thanks: Daniel Berrangé

Signed-off-by: Kashyap Chamarthy &lt;kchamart@redhat.com&gt;
Reviewed-by: Daniel P. Berrangé &lt;berrange@redhat.com&gt;
Reviewed-by: Marcel Apfelbaum &lt;marcel@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>Use HTTPS for qemu.org and other domains</title>
<updated>2017-11-21T13:34:13+00:00</updated>
<author>
<name>Stefan Hajnoczi</name>
</author>
<published>2017-11-21T12:04:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=70b7fba9871fb282b4806a2445a1e82a7a51da10'/>
<id>urn:sha1:70b7fba9871fb282b4806a2445a1e82a7a51da10</id>
<content type='text'>
qemu.org enabled HTTPS in 2017 and it should be used instead of HTTP.
There are also URLs to json.org, openvpn.net, and other domains that
support HTTPS.

This patch updates the qemu.org domains everywhere and also third-party
domains that I have checked.

Signed-off-by: Stefan Hajnoczi &lt;stefanha@redhat.com&gt;
Message-id: 20171121120435.28728-3-stefanha@redhat.com
Signed-off-by: Peter Maydell &lt;peter.maydell@linaro.org&gt;
</content>
</entry>
<entry>
<title>docs: update documentation considering PCIE-PCI bridge</title>
<updated>2017-09-08T13:15:17+00:00</updated>
<author>
<name>Aleksandr Bezzubikov</name>
</author>
<published>2017-08-17T23:36:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=c1800a16276582f65807f464a6ab0b7c88a1c16e'/>
<id>urn:sha1:c1800a16276582f65807f464a6ab0b7c88a1c16e</id>
<content type='text'>
Signed-off-by: Aleksandr Bezzubikov &lt;zuban32s@gmail.com&gt;
Reviewed-by: Laszlo Ersek &lt;lersek@redhat.com&gt;
Reviewed-by: Marcel Apfelbaum &lt;marcel@redhat.com&gt;
Tested-by: Marcel Apfelbaum &lt;marcel@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>doc/pcie: correct command line examples</title>
<updated>2017-01-10T05:02:52+00:00</updated>
<author>
<name>Cao jin</name>
</author>
<published>2016-12-29T01:19:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=2e41dfe152331c4f5a8e6ccdb80bfc0d07422e82'/>
<id>urn:sha1:2e41dfe152331c4f5a8e6ccdb80bfc0d07422e82</id>
<content type='text'>
Nit picking: Multi-function PCI Express Root Ports should mean that
'addr' property is mandatory, and slot is optional because it defaults
to 0, and 'chassis' is mandatory for 2nd &amp; 3rd root port because it
defaults to 0 too.

Bonus: fix a typo(2-&gt;3)
Signed-off-by: Cao jin &lt;caoj.fnst@cn.fujitsu.com&gt;
Reviewed-by: Marcel Apfelbaum &lt;marcel@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>docs: add PCIe devices placement guidelines</title>
<updated>2016-11-15T15:20:38+00:00</updated>
<author>
<name>Marcel Apfelbaum</name>
</author>
<published>2016-11-01T13:39:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=453ac8835b002263a6b7b0843e7c90fa8b19c869'/>
<id>urn:sha1:453ac8835b002263a6b7b0843e7c90fa8b19c869</id>
<content type='text'>
Proposes best practices on how to use PCI Express/PCI device
in PCI Express based machines and explain the reasoning behind them.

Reviewed-by: Laszlo Ersek &lt;lersek@redhat.com&gt;
Signed-off-by: Marcel Apfelbaum &lt;marcel@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>
</feed>
