<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bwlp/qemu.git/linux-user/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/linux-user/trace-events?h=spice_video_codecs</id>
<link rel='self' href='https://git.openslx.org/bwlp/qemu.git/atom/linux-user/trace-events?h=spice_video_codecs'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/'/>
<updated>2022-01-18T11:41:42+00:00</updated>
<entry>
<title>linux-user: Rename user_force_sig tracepoint to match function name</title>
<updated>2022-01-18T11:41:42+00:00</updated>
<author>
<name>Peter Maydell</name>
</author>
<published>2022-01-14T15:37:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=b5f9536643faa8a6a7b9e78d0944503a49a90fe3'/>
<id>urn:sha1:b5f9536643faa8a6a7b9e78d0944503a49a90fe3</id>
<content type='text'>
In commit c599d4d6d6e9bfdb64 in 2016 we renamed the old force_sig()
function to dump_core_and_abort(), but we forgot to rename the
associated tracepoint.  Rename the tracepoint to to match the
function it's called from.

Signed-off-by: Peter Maydell &lt;peter.maydell@linaro.org&gt;
Reviewed-by: Philippe Mathieu-Daudé &lt;f4bug@amsat.org&gt;
Message-Id: &lt;20220114153732.3767229-3-peter.maydell@linaro.org&gt;
Signed-off-by: Laurent Vivier &lt;laurent@vivier.eu&gt;
</content>
</entry>
<entry>
<title>linux-user/trace-events: fix minor typo in format string</title>
<updated>2021-06-17T14:09:11+00:00</updated>
<author>
<name>Alex Bennée</name>
</author>
<published>2021-06-14T14:42:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=0e8876970401dee2055c1eb1c23f92f2e57d73ad'/>
<id>urn:sha1:0e8876970401dee2055c1eb1c23f92f2e57d73ad</id>
<content type='text'>
Signed-off-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
Reviewed-by: Philippe Mathieu-Daudé &lt;f4bug@amsat.org&gt;
Reviewed-by: Laurent Vivier &lt;laurent@vivier.eu&gt;
Message-Id: &lt;20210614144245.17660-1-alex.bennee@linaro.org&gt;
Signed-off-by: Laurent Vivier &lt;laurent@vivier.eu&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>linux-user: fix use of SIGRTMIN</title>
<updated>2020-02-12T17:56:41+00:00</updated>
<author>
<name>Laurent Vivier</name>
</author>
<published>2020-02-12T12:56:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=6bc024e713fd35eb5fddbe16acd8dc92d27872a9'/>
<id>urn:sha1:6bc024e713fd35eb5fddbe16acd8dc92d27872a9</id>
<content type='text'>
Some RT signals can be in use by glibc,
it's why SIGRTMIN (34) is generally greater than __SIGRTMIN (32).

So SIGRTMIN cannot be mapped to TARGET_SIGRTMIN.

Instead of swapping only SIGRTMIN and SIGRTMAX, map all the
range [TARGET_SIGRTMIN ... TARGET_SIGRTMAX - X] to
      [__SIGRTMIN + X ... SIGRTMAX ]
(SIGRTMIN is __SIGRTMIN + X).

Signed-off-by: Laurent Vivier &lt;laurent@vivier.eu&gt;
Reviewed-by: Taylor Simson &lt;tsimpson@quicinc.com&gt;
Tested-by: Taylor Simpson &lt;tsimpson@quicinc.com&gt;
Reviewed-by: Peter Maydell &lt;peter.maydell@linaro.org&gt;
Message-Id: &lt;20200212125658.644558-5-laurent@vivier.eu&gt;
</content>
</entry>
<entry>
<title>linux-user: convert target_munmap debug to a tracepoint</title>
<updated>2019-12-19T08:20:16+00:00</updated>
<author>
<name>Alex Bennée</name>
</author>
<published>2019-12-05T12:25:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=b7b18d2680ea148a4b5e17e935ef7a68b6d391c2'/>
<id>urn:sha1:b7b18d2680ea148a4b5e17e935ef7a68b6d391c2</id>
<content type='text'>
Convert the final bit of DEBUG_MMAP to a tracepoint and remove the
last remanents of the #ifdef hackery.

Signed-off-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
Reviewed-by: Richard Henderson &lt;richard.henderson@linaro.org&gt;
Reviewed-by: Laurent Vivier &lt;laurent@vivier.eu&gt;
Message-Id: &lt;20191205122518.10010-6-alex.bennee@linaro.org&gt;
</content>
</entry>
<entry>
<title>linux-user: add target_mmap_complete tracepoint</title>
<updated>2019-12-19T08:20:16+00:00</updated>
<author>
<name>Alex Bennée</name>
</author>
<published>2019-12-05T12:25:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=d0e165ae2bdf107f3c63bf11138097869d91ef2e'/>
<id>urn:sha1:d0e165ae2bdf107f3c63bf11138097869d91ef2e</id>
<content type='text'>
For full details we also want to see where the mmaps end up.

Signed-off-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
Reviewed-by: Richard Henderson &lt;richard.henderson@linaro.org&gt;
Reviewed-by: Laurent Vivier &lt;laurent@vivier.eu&gt;
Message-Id: &lt;20191205122518.10010-4-alex.bennee@linaro.org&gt;
</content>
</entry>
<entry>
<title>linux-user: convert target_mmap debug to tracepoint</title>
<updated>2019-12-19T08:20:16+00:00</updated>
<author>
<name>Alex Bennée</name>
</author>
<published>2019-12-05T12:25:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=5a67bb96b0c4ea9f089b97edf88f3f06a4611850'/>
<id>urn:sha1:5a67bb96b0c4ea9f089b97edf88f3f06a4611850</id>
<content type='text'>
It is a pain to re-compile when you need to debug and tracepoints are
a fairly low impact way to instrument QEMU.

Signed-off-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
Reviewed-by: Richard Henderson &lt;richard.henderson@linaro.org&gt;
Reviewed-by: Laurent Vivier &lt;laurent@vivier.eu&gt;
Message-Id: &lt;20191205122518.10010-3-alex.bennee@linaro.org&gt;
</content>
</entry>
<entry>
<title>linux-user: convert target_mprotect debug to tracepoint</title>
<updated>2019-12-19T08:20:16+00:00</updated>
<author>
<name>Alex Bennée</name>
</author>
<published>2019-12-05T12:25:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=11d9605623b43c2006dbf8f5135b4a5a3a8fb9e8'/>
<id>urn:sha1:11d9605623b43c2006dbf8f5135b4a5a3a8fb9e8</id>
<content type='text'>
It is a pain to re-compile when you need to debug and tracepoints are
a fairly low impact way to instrument QEMU.

Signed-off-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
Reviewed-by: Richard Henderson &lt;richard.henderson@linaro.org&gt;
Reviewed-by: Laurent Vivier &lt;laurent@vivier.eu&gt;
Message-Id: &lt;20191205122518.10010-2-alex.bennee@linaro.org&gt;
</content>
</entry>
<entry>
<title>trace-events: Fix attribution of trace points to source</title>
<updated>2019-03-22T16:18:07+00:00</updated>
<author>
<name>Markus Armbruster</name>
</author>
<published>2019-03-14T18:09:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=dec9776049e32d6c830127b286530c5f53267eff'/>
<id>urn:sha1:dec9776049e32d6c830127b286530c5f53267eff</id>
<content type='text'>
Some trace points are attributed to the wrong source file.  Happens
when we neglect to update trace-events for code motion, or add events
in the wrong place, or misspell the file name.

Clean up with help of cleanup-trace-events.pl.  Same funnies as in the
previous commit, of course.  Manually shorten its change to
linux-user/trace-events to */signal.c.

Signed-off-by: Markus Armbruster &lt;armbru@redhat.com&gt;
Message-id: 20190314180929.27722-6-armbru@redhat.com
Message-Id: &lt;20190314180929.27722-6-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>
