<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qemu/docs, branch master</title>
<subtitle>QEMU development tree</subtitle>
<id>https://git.zx2c4.com/qemu/atom/docs?h=master</id>
<link rel='self' href='https://git.zx2c4.com/qemu/atom/docs?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/qemu/'/>
<updated>2024-08-27T09:10:58Z</updated>
<entry>
<title>docs/sphinx: fix extra stuff in TOC after freeform QMP sections</title>
<updated>2024-08-27T09:10:58Z</updated>
<author>
<name>John Snow</name>
<email>jsnow@redhat.com</email>
</author>
<published>2024-08-22T20:48:03Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/qemu/commit/?id=43e0d14ee09a0565adcf4ce5f35be79695958fb0'/>
<id>urn:sha1:43e0d14ee09a0565adcf4ce5f35be79695958fb0</id>
<content type='text'>
Freeform sections with titles are currently generating a TOC entry for
the first paragraph in the section after the header, which is not what
we want.

(Easiest to observe directly in the QMP reference manual's
"Introduction" section.)

When freeform sections are parsed, we create both a section header *and*
an empty, title-less section. This causes some problems with sphinx's
post-parse tree transforms, see also 2664f317 - this is a similar issue:
Sphinx doesn't like section-less titles and it also doesn't like
title-less sections.

Modify qapidoc.py to parse text directly into the preceding section
title as child nodes, eliminating the section duplication. This removes
the extra text from the TOC.

Only very, very lightly tested: "it looks right at a glance" :tm:. I am
still in the process of rewriting qapidoc, so I didn't give it much
deeper thought.

Reported-by: Markus Armbruster &lt;armbru@redhat.com&gt;
Signed-off-by: John Snow &lt;jsnow@redhat.com&gt;
Message-ID: &lt;20240822204803.1649762-1-jsnow@redhat.com&gt;
</content>
</entry>
<entry>
<title>docs/devel: update tcg-plugins page</title>
<updated>2024-08-16T13:13:07Z</updated>
<author>
<name>Pierrick Bouvier</name>
<email>pierrick.bouvier@linaro.org</email>
</author>
<published>2024-08-13T20:23:28Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/qemu/commit/?id=3f9f9a37ae2404c54458acadb516f0eda7cd2c15'/>
<id>urn:sha1:3f9f9a37ae2404c54458acadb516f0eda7cd2c15</id>
<content type='text'>
Reflect recent changes on API (inline ops) and new plugins.

Signed-off-by: Pierrick Bouvier &lt;pierrick.bouvier@linaro.org&gt;
Message-Id: &lt;20240812231945.169310-1-pierrick.bouvier@linaro.org&gt;
Signed-off-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
Message-Id: &lt;20240813202329.1237572-21-alex.bennee@linaro.org&gt;
</content>
</entry>
<entry>
<title>docs: Fix some typos (found by typos) and grammar issues</title>
<updated>2024-08-16T13:12:59Z</updated>
<author>
<name>Stefan Weil</name>
<email>sw@weilnetz.de</email>
</author>
<published>2024-08-13T20:23:27Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/qemu/commit/?id=24c32ed3745af104ee6f47c09c13042e8e4657db'/>
<id>urn:sha1:24c32ed3745af104ee6f47c09c13042e8e4657db</id>
<content type='text'>
Fix the misspellings of "overriden" also in code comments.

Signed-off-by: Stefan Weil &lt;sw@weilnetz.de&gt;
Reviewed-by: Peter Maydell &lt;peter.maydell@linaro.org&gt;
Message-Id: &lt;20240813125638.395461-1-sw@weilnetz.de&gt;
Reviewed-by: Peter Xu &lt;peterx@redhat.com&gt;
Reviewed-by: Eric Auger &lt;eric.auger@redhat.com&gt;
Signed-off-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
Message-Id: &lt;20240813202329.1237572-20-alex.bennee@linaro.org&gt;
</content>
</entry>
<entry>
<title>docs: Typo fix in live disk backup</title>
<updated>2024-08-09T16:37:55Z</updated>
<author>
<name>Eric Blake</name>
<email>eblake@redhat.com</email>
</author>
<published>2024-08-09T16:37:55Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/qemu/commit/?id=a8e1ea4c97a010349acbe22f099f0c6d6f2db470'/>
<id>urn:sha1:a8e1ea4c97a010349acbe22f099f0c6d6f2db470</id>
<content type='text'>
Add in the missing space in the section header.

Fixes: 1084159b31 ("qapi: deprecate drive-backup", v6.2.0)
Signed-off-by: Eric Blake &lt;eblake@redhat.com&gt;
Signed-off-by: Peter Maydell &lt;peter.maydell@linaro.org&gt;
</content>
</entry>
<entry>
<title>docs/interop/prl-xml.rst: Fix minor grammar nits</title>
<updated>2024-08-09T16:37:55Z</updated>
<author>
<name>Peter Maydell</name>
<email>peter.maydell@linaro.org</email>
</author>
<published>2024-08-09T16:37:55Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/qemu/commit/?id=09334420d281777d6b7af8509942f0f604525fc2'/>
<id>urn:sha1:09334420d281777d6b7af8509942f0f604525fc2</id>
<content type='text'>
Fix some minor grammar nits in the prl-xml documentation.

Signed-off-by: Peter Maydell &lt;peter.maydell@linaro.org&gt;
Reviewed-by: Richard Henderson &lt;richard.henderson@linaro.org&gt;
Reviewed-by: Eric Blake &lt;eblake@redhat.com&gt;
Message-id: 20240801170131.3977807-6-peter.maydell@linaro.org
</content>
</entry>
<entry>
<title>docs/interop/prl-xml.txt: Convert to rST</title>
<updated>2024-08-09T16:37:55Z</updated>
<author>
<name>Peter Maydell</name>
<email>peter.maydell@linaro.org</email>
</author>
<published>2024-08-09T16:37:55Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/qemu/commit/?id=7d9fc7e74d8062e99c51b6b1a71393dcb5266cef'/>
<id>urn:sha1:7d9fc7e74d8062e99c51b6b1a71393dcb5266cef</id>
<content type='text'>
Convert prl-xml.txt to rST format.

Signed-off-by: Peter Maydell &lt;peter.maydell@linaro.org&gt;
Reviewed-by: Richard Henderson &lt;richard.henderson@linaro.org&gt;
Reviewed-by: Eric Blake &lt;eblake@redhat.com&gt;
Message-id: 20240801170131.3977807-5-peter.maydell@linaro.org
</content>
</entry>
<entry>
<title>docs/interop/parallels.txt: Convert to rST</title>
<updated>2024-08-09T16:37:55Z</updated>
<author>
<name>Peter Maydell</name>
<email>peter.maydell@linaro.org</email>
</author>
<published>2024-08-09T16:37:55Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/qemu/commit/?id=1bc0fc0a0b2a25b10008b0dc870ca87e2a090006'/>
<id>urn:sha1:1bc0fc0a0b2a25b10008b0dc870ca87e2a090006</id>
<content type='text'>
Convert parallels.txt to rST format.

Signed-off-by: Peter Maydell &lt;peter.maydell@linaro.org&gt;
Reviewed-by: Richard Henderson &lt;richard.henderson@linaro.org&gt;
Reviewed-by: Eric Blake &lt;eblake@redhat.com&gt;
Message-id: 20240801170131.3977807-4-peter.maydell@linaro.org
</content>
</entry>
<entry>
<title>docs/interop/nbd.txt: Convert to rST</title>
<updated>2024-08-09T16:37:54Z</updated>
<author>
<name>Peter Maydell</name>
<email>peter.maydell@linaro.org</email>
</author>
<published>2024-08-09T16:37:54Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/qemu/commit/?id=8dac93a8ee78631ee69ff8f6e6203fa2d741e378'/>
<id>urn:sha1:8dac93a8ee78631ee69ff8f6e6203fa2d741e378</id>
<content type='text'>
Convert nbd.txt to rST format.

Signed-off-by: Peter Maydell &lt;peter.maydell@linaro.org&gt;
Reviewed-by: Richard Henderson &lt;richard.henderson@linaro.org&gt;
Reviewed-by: Eric Blake &lt;eblake@redhat.com&gt;
Message-id: 20240801170131.3977807-3-peter.maydell@linaro.org
</content>
</entry>
<entry>
<title>docs/specs/rocker.txt: Convert to rST</title>
<updated>2024-08-09T16:37:54Z</updated>
<author>
<name>Peter Maydell</name>
<email>peter.maydell@linaro.org</email>
</author>
<published>2024-08-09T16:37:54Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/qemu/commit/?id=9ca6876dc0befcc07b1c609dd96fa719feb7a318'/>
<id>urn:sha1:9ca6876dc0befcc07b1c609dd96fa719feb7a318</id>
<content type='text'>
Convert the rocker.txt specification document to rST format.  We make
extensive use of the :: marker to introduce a literal block for all
the tables and ASCII art, rather than trying to convert the tables to
rST table syntax.  This produces a valid rST document without needing
a huge diff.

Signed-off-by: Peter Maydell &lt;peter.maydell@linaro.org&gt;
Reviewed-by: Richard Henderson &lt;richard.henderson@linaro.org&gt;
Message-id: 20240801170131.3977807-2-peter.maydell@linaro.org
</content>
</entry>
<entry>
<title>docs/specs/pci-ids: Fix markup</title>
<updated>2024-08-06T14:24:14Z</updated>
<author>
<name>George Matsumura</name>
<email>gorg@gorgnet.net</email>
</author>
<published>2024-08-05T03:10:13Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/qemu/commit/?id=7e7085da1f86655cb9c892e14328cc07fe552717'/>
<id>urn:sha1:7e7085da1f86655cb9c892e14328cc07fe552717</id>
<content type='text'>
This fixes the markup of the PCI and PCIe Expander Bridge entries to be
consistent with the rest of the file.

Signed-off-by: George Matsumura &lt;gorg@gorgnet.net&gt;
Reviewed-by: Philippe Mathieu-Daudé &lt;philmd@linaro.org&gt;
Message-ID: &lt;20240805031012.16547-4-gorg@gorgnet.net&gt;
Signed-off-by: Philippe Mathieu-Daudé &lt;philmd@linaro.org&gt;
</content>
</entry>
</feed>
