<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bwlp/qemu.git/docs/devel/memory.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/devel/memory.txt?h=spice_video_codecs</id>
<link rel='self' href='https://git.openslx.org/bwlp/qemu.git/atom/docs/devel/memory.txt?h=spice_video_codecs'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/'/>
<updated>2019-03-07T14:26:44+00:00</updated>
<entry>
<title>docs: Convert memory.txt to rst format</title>
<updated>2019-03-07T14:26:44+00:00</updated>
<author>
<name>Peter Maydell</name>
</author>
<published>2019-03-07T14:26:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=859cdc01a0f9d914fa74892270d40516398d089a'/>
<id>urn:sha1:859cdc01a0f9d914fa74892270d40516398d089a</id>
<content type='text'>
Convert the memory API documentation from plain text
to restructured text format.

This is a very minimal conversion: all I had to change
was to mark up the ASCII art parts as Sphinx expects
for 'literal blocks', and fix up the bulleted lists
(Sphinx expects no leading space before the bullet, and
wants a blank line before after any list).

Signed-off-by: Peter Maydell &lt;peter.maydell@linaro.org&gt;
Reviewed-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
Acked-by: Aleksandar Markovic &lt;amarkovic@wavecomp.com&gt;
Reviewed-by: Richard Henderson &lt;richard.henderson@linaro.org&gt;
Reviewed-by: Cleber Rosa &lt;crosa@redhat.com&gt;
Message-id: 20190305172139.32662-3-peter.maydell@linaro.org
Message-id: 20190228145624.24885-3-peter.maydell@linaro.org
</content>
</entry>
<entry>
<title>docs/devel/memory.txt: Document _with_attrs accessors</title>
<updated>2018-10-02T17:09:14+00:00</updated>
<author>
<name>Peter Maydell</name>
</author>
<published>2018-08-24T17:04:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=687ac05d71bbb3172e0546248e40483ef43a4813'/>
<id>urn:sha1:687ac05d71bbb3172e0546248e40483ef43a4813</id>
<content type='text'>
When we added the _with_attrs accessors we forgot to mention
them in the documentation.

Signed-off-by: Peter Maydell &lt;peter.maydell@linaro.org&gt;
Message-Id: &lt;20180824170422.5783-4-peter.maydell@linaro.org&gt;
Based-on: &lt;20180802174042.29234-1-peter.maydell@linaro.org&gt;
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</content>
</entry>
<entry>
<title>memory: Remove old_mmio accessors</title>
<updated>2018-10-02T17:09:14+00:00</updated>
<author>
<name>Peter Maydell</name>
</author>
<published>2018-08-24T17:04:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=62a0db942dec6ebfec19aac2b604737d3c9a2d75'/>
<id>urn:sha1:62a0db942dec6ebfec19aac2b604737d3c9a2d75</id>
<content type='text'>
Now that all the users of old_mmio MemoryRegion accessors
have been converted, we can remove the core code support.

Signed-off-by: Peter Maydell &lt;peter.maydell@linaro.org&gt;
Message-Id: &lt;20180824170422.5783-2-peter.maydell@linaro.org&gt;
Based-on: &lt;20180802174042.29234-1-peter.maydell@linaro.org&gt;
Reviewed-by: Richard Henderson &lt;richard.henderson@linaro.org&gt;
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</content>
</entry>
<entry>
<title>memory: get rid of memory_region_init_reservation</title>
<updated>2018-06-01T12:15:10+00:00</updated>
<author>
<name>Paolo Bonzini</name>
</author>
<published>2018-05-15T14:35:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=257a7430e7a6bc5a9e4c17d884f4a092529501c7'/>
<id>urn:sha1:257a7430e7a6bc5a9e4c17d884f4a092529501c7</id>
<content type='text'>
The function has been deprecated for 2.5 years, and there are just a handful
of users.  Convert them to memory_region_init_io with NULL callbacks,
and while at it pass the right device as the owner.

Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</content>
</entry>
<entry>
<title>docs/devel/memory.txt: Add section about RAM migration</title>
<updated>2017-07-14T16:59:42+00:00</updated>
<author>
<name>Peter Maydell</name>
</author>
<published>2017-07-07T14:42:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=2286468faceccb54a102e66331a40f7ab45f412c'/>
<id>urn:sha1:2286468faceccb54a102e66331a40f7ab45f412c</id>
<content type='text'>
Add a section to docs/devel/memory.txt about migration of
the backing memory for RAM regions.

Signed-off-by: Peter Maydell &lt;peter.maydell@linaro.org&gt;
Reviewed-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
Message-id: 1499438577-7674-12-git-send-email-peter.maydell@linaro.org
</content>
</entry>
<entry>
<title>docs: create config/, devel/ and spin/ subdirectories</title>
<updated>2017-06-07T16:22:03+00:00</updated>
<author>
<name>Paolo Bonzini</name>
</author>
<published>2017-06-06T14:46:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=ac06724a715864942e2b5e28f92d5d5421f0a0b0'/>
<id>urn:sha1:ac06724a715864942e2b5e28f92d5d5421f0a0b0</id>
<content type='text'>
Developer documentation should be its own manual.  As a start, move all
developer-oriented files to a separate directory.

Also move non-text files to their own directories: docs/config/ for
QEMU -readconfig input, and docs/spin/ for formal models to be used
with the SPIN model checker.

Reviewed-by: Daniel P. Berrange &lt;berrange@redhat.com&gt;
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</content>
</entry>
</feed>
