<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bwlp/qemu.git/hw/sd/trace-events, branch spice_video_codecs</title>
<subtitle>Experimental fork of QEMU with video encoding patches</subtitle>
<id>https://git.openslx.org/bwlp/qemu.git/atom/hw/sd/trace-events?h=spice_video_codecs</id>
<link rel='self' href='https://git.openslx.org/bwlp/qemu.git/atom/hw/sd/trace-events?h=spice_video_codecs'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/'/>
<updated>2021-10-22T07:52:17+00:00</updated>
<entry>
<title>speed/sdhci: Add trace events</title>
<updated>2021-10-22T07:52:17+00:00</updated>
<author>
<name>Cédric Le Goater</name>
</author>
<published>2021-10-22T07:52:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=b12fa6118f4d838d19720ec6476a1666a1b43474'/>
<id>urn:sha1:b12fa6118f4d838d19720ec6476a1666a1b43474</id>
<content type='text'>
Signed-off-by: Cédric Le Goater &lt;clg@kaod.org&gt;
Reviewed-by: Philippe Mathieu-Daudé &lt;f4bug@amsat.org&gt;
Reviewed-by: Francisco Iglesias &lt;frasse.iglesias@gmail.com&gt;
Message-Id: &lt;20211018132609.160008-6-clg@kaod.org&gt;
Signed-off-by: Cédric Le Goater &lt;clg@kaod.org&gt;
</content>
</entry>
<entry>
<title>docs: fix references to docs/devel/tracing.rst</title>
<updated>2021-06-02T04:51:09+00:00</updated>
<author>
<name>Stefano Garzarella</name>
</author>
<published>2021-05-17T15:16:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=d0fb9657a33dd3d1db1b492c4dcc7c778e40e5c0'/>
<id>urn:sha1:d0fb9657a33dd3d1db1b492c4dcc7c778e40e5c0</id>
<content type='text'>
Commit e50caf4a5c ("tracing: convert documentation to rST")
converted docs/devel/tracing.txt to docs/devel/tracing.rst.

We still have several references to the old file, so let's fix them
with the following command:

  sed -i s/tracing.txt/tracing.rst/ $(git grep -l docs/devel/tracing.txt)

Signed-off-by: Stefano Garzarella &lt;sgarzare@redhat.com&gt;
Reviewed-by: Philippe Mathieu-Daudé &lt;philmd@redhat.com&gt;
Message-Id: &lt;20210517151702.109066-2-sgarzare@redhat.com&gt;
Signed-off-by: Thomas Huth &lt;thuth@redhat.com&gt;
</content>
</entry>
<entry>
<title>Drop the deprecated lm32 target</title>
<updated>2021-05-12T16:20:25+00:00</updated>
<author>
<name>Markus Armbruster</name>
</author>
<published>2021-05-03T08:40:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=9d49bcf6992a2ba77f79d2512e23b8ca26d72f6a'/>
<id>urn:sha1:9d49bcf6992a2ba77f79d2512e23b8ca26d72f6a</id>
<content type='text'>
Target lm32 was deprecated in commit d8498005122, v5.2.0.  See there
for rationale.

Some of its code lives on in device models derived from milkymist
ones: hw/char/digic-uart.c and hw/display/bcm2835_fb.c.

Cc: Michael Walle &lt;michael@walle.cc&gt;
Signed-off-by: Markus Armbruster &lt;armbru@redhat.com&gt;
Message-Id: &lt;20210503084034.3804963-2-armbru@redhat.com&gt;
Acked-by: Michael Walle &lt;michael@walle.cc&gt;
[Trivial conflicts resolved, reST markup fixed]
</content>
</entry>
<entry>
<title>hw/sd/sdcard: Make iolen unsigned</title>
<updated>2020-10-25T23:36:52+00:00</updated>
<author>
<name>Philippe Mathieu-Daudé</name>
</author>
<published>2020-07-07T04:12:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=692fb0ef31af680632c84bc18bc639cba4a0e24b'/>
<id>urn:sha1:692fb0ef31af680632c84bc18bc639cba4a0e24b</id>
<content type='text'>
I/O request length can not be negative.

Reviewed-by: Peter Maydell &lt;peter.maydell@linaro.org&gt;
Signed-off-by: Philippe Mathieu-Daudé &lt;f4bug@amsat.org&gt;
Reviewed-by: Alistair Francis &lt;alistair.francis@wdc.com&gt;
Message-Id: &lt;20200630133912.9428-15-f4bug@amsat.org&gt;
</content>
</entry>
<entry>
<title>hw/sd/sdcard: Add trace event for ERASE command (CMD38)</title>
<updated>2020-10-21T11:19:02+00:00</updated>
<author>
<name>Philippe Mathieu-Daudé</name>
</author>
<published>2020-09-13T11:18:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=aafe6c583696fa40677bcd2285da5e7a5210b3eb'/>
<id>urn:sha1:aafe6c583696fa40677bcd2285da5e7a5210b3eb</id>
<content type='text'>
Trace addresses provided to the ERASE command.

Signed-off-by: Philippe Mathieu-Daudé &lt;f4bug@amsat.org&gt;
Tested-by: Alexander Bulekov &lt;alxndr@bu.edu&gt;
Message-Id: &lt;20201015063824.212980-2-f4bug@amsat.org&gt;
</content>
</entry>
<entry>
<title>hw/sd/pl181: Replace disabled fprintf()s by trace events</title>
<updated>2020-08-21T14:22:43+00:00</updated>
<author>
<name>Philippe Mathieu-Daudé</name>
</author>
<published>2020-07-05T17:57:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=583d09f078c54862cd57f230a01e61b376bcde8a'/>
<id>urn:sha1:583d09f078c54862cd57f230a01e61b376bcde8a</id>
<content type='text'>
Convert disabled DPRINTF() to trace events and remove ifdef'ry.

Signed-off-by: Philippe Mathieu-Daudé &lt;f4bug@amsat.org&gt;
Reviewed-by: Alistair Francis &lt;alistair.francis@wdc.com&gt;
Acked-by: Peter Maydell &lt;peter.maydell@linaro.org&gt;
Message-Id: &lt;20200705204630.4133-9-f4bug@amsat.org&gt;
</content>
</entry>
<entry>
<title>hw/arm/allwinner: add SD/MMC host controller</title>
<updated>2020-03-12T16:27:33+00:00</updated>
<author>
<name>Niek Linnenbank</name>
</author>
<published>2020-03-11T22:18:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=82e4838249b23c3fe20cee295f9c1b3e6abd68d1'/>
<id>urn:sha1:82e4838249b23c3fe20cee295f9c1b3e6abd68d1</id>
<content type='text'>
The Allwinner System on Chip families sun4i and above contain
an integrated storage controller for Secure Digital (SD) and
Multi Media Card (MMC) interfaces. This commit adds support
for the Allwinner SD/MMC storage controller with the following
emulated features:

 * DMA transfers
 * Direct FIFO I/O
 * Short/Long format command responses
 * Auto-Stop command (CMD12)
 * Insert &amp; remove card detection

The following boards are extended with the SD host controller:

 * Cubieboard (hw/arm/cubieboard.c)
 * Orange Pi PC (hw/arm/orangepi.c)

Signed-off-by: Niek Linnenbank &lt;nieklinnenbank@gmail.com&gt;
Reviewed-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
Tested-by: Philippe Mathieu-Daudé &lt;philmd@redhat.com&gt;
Message-id: 20200311221854.30370-9-nieklinnenbank@gmail.com
Signed-off-by: Peter Maydell &lt;peter.maydell@linaro.org&gt;
</content>
</entry>
<entry>
<title>trace: Remove trailing newline in events</title>
<updated>2019-09-18T09:19:47+00:00</updated>
<author>
<name>Philippe Mathieu-Daudé</name>
</author>
<published>2019-09-16T09:51:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=794dcb54b3fc3cb91d1eeb34216be3177400d6a2'/>
<id>urn:sha1:794dcb54b3fc3cb91d1eeb34216be3177400d6a2</id>
<content type='text'>
While the tracing framework does not forbid trailing newline in
events format string, using them lead to confuse output.
It is the responsibility of the backend to properly end an event
line.

Some of our formats have trailing newlines, remove them.

[Fixed typo in commit description reported by Eric Blake
&lt;eblake@redhat.com&gt;
--Stefan]

Reviewed-by: John Snow &lt;jsnow@redhat.com&gt;
Reviewed-by: Kevin Wolf &lt;kwolf@redhat.com&gt;
Signed-off-by: Philippe Mathieu-Daudé &lt;philmd@redhat.com&gt;
Message-id: 20190916095121.29506-2-philmd@redhat.com
Message-Id: &lt;20190916095121.29506-2-philmd@redhat.com&gt;
Signed-off-by: Stefan Hajnoczi &lt;stefanha@redhat.com&gt;
</content>
</entry>
<entry>
<title>trace-events: Delete unused trace points</title>
<updated>2019-03-22T16:18:07+00:00</updated>
<author>
<name>Markus Armbruster</name>
</author>
<published>2019-03-14T18:09:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=a9779a3ab0c616ef3e0423f218145bc7d1de03f2'/>
<id>urn:sha1:a9779a3ab0c616ef3e0423f218145bc7d1de03f2</id>
<content type='text'>
Tracked down with cleanup-trace-events.pl.  Funnies requiring manual
post-processing:

* block.c and blockdev.c trace points are in block/trace-events.

* hw/block/nvme.c uses the preprocessor to hide its trace point use
  from cleanup-trace-events.pl.

* include/hw/xen/xen_common.h trace points are in hw/xen/trace-events.

* net/colo-compare and net/filter-rewriter.c use pseudo trace points
  colo_compare_udp_miscompare and colo_filter_rewriter_debug to guard
  debug code.

Signed-off-by: Markus Armbruster &lt;armbru@redhat.com&gt;
Message-id: 20190314180929.27722-5-armbru@redhat.com
Message-Id: &lt;20190314180929.27722-5-armbru@redhat.com&gt;
Signed-off-by: Stefan Hajnoczi &lt;stefanha@redhat.com&gt;
</content>
</entry>
<entry>
<title>trace-events: Shorten file names in comments</title>
<updated>2019-03-22T16:18:07+00:00</updated>
<author>
<name>Markus Armbruster</name>
</author>
<published>2019-03-14T18:09:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=500016e5db5826fbcc5db17f9992b22d936acb83'/>
<id>urn:sha1:500016e5db5826fbcc5db17f9992b22d936acb83</id>
<content type='text'>
We spell out sub/dir/ in sub/dir/trace-events' comments pointing to
source files.  That's because when trace-events got split up, the
comments were moved verbatim.

Delete the sub/dir/ part from these comments.  Gets rid of several
misspellings.

Signed-off-by: Markus Armbruster &lt;armbru@redhat.com&gt;
Reviewed-by: Philippe Mathieu-Daudé &lt;philmd@redhat.com&gt;
Message-id: 20190314180929.27722-3-armbru@redhat.com
Message-Id: &lt;20190314180929.27722-3-armbru@redhat.com&gt;
Signed-off-by: Stefan Hajnoczi &lt;stefanha@redhat.com&gt;
</content>
</entry>
</feed>
