<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bwlp/qemu.git/audio/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/audio/trace-events?h=spice_video_codecs</id>
<link rel='self' href='https://git.openslx.org/bwlp/qemu.git/atom/audio/trace-events?h=spice_video_codecs'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/'/>
<updated>2021-12-21T06:50:22+00:00</updated>
<entry>
<title>audio: add "dbus" audio backend</title>
<updated>2021-12-21T06:50:22+00:00</updated>
<author>
<name>Marc-André Lureau</name>
</author>
<published>2021-03-09T13:15:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=739362d4205cd90686118fe5af3e236c2f8c6be9'/>
<id>urn:sha1:739362d4205cd90686118fe5af3e236c2f8c6be9</id>
<content type='text'>
Add a new -audio backend that accepts D-Bus clients/listeners to handle
playback &amp; recording, to be exported via the -display dbus.

Example usage:
-audiodev dbus,in.mixing-engine=off,out.mixing-engine=off,id=dbus
-display dbus,audiodev=dbus

Signed-off-by: Marc-André Lureau &lt;marcandre.lureau@redhat.com&gt;
Acked-by: Gerd Hoffmann &lt;kraxel@redhat.com&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>trace-events: Delete unused trace points</title>
<updated>2020-09-09T16:17:02+00:00</updated>
<author>
<name>Markus Armbruster</name>
</author>
<published>2020-08-06T14:13:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=6ec9379870d409311c7faf5b5316d2e2a8da353f'/>
<id>urn:sha1:6ec9379870d409311c7faf5b5316d2e2a8da353f</id>
<content type='text'>
Tracked down with the help of scripts/cleanup-trace-events.pl.

Signed-off-by: Markus Armbruster &lt;armbru@redhat.com&gt;
Message-id: 20200806141334.3646302-4-armbru@redhat.com
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>
<entry>
<title>audio: add audio timer trace points</title>
<updated>2018-07-03T09:46:47+00:00</updated>
<author>
<name>Gerd Hoffmann</name>
</author>
<published>2018-07-02T16:15:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=1a961e785f59eba1fa8e06d5b1ebc84927b4b3a3'/>
<id>urn:sha1:1a961e785f59eba1fa8e06d5b1ebc84927b4b3a3</id>
<content type='text'>
Track audio timer starts and stops.  Also trace delayed audio timer calls.

Signed-off-by: Gerd Hoffmann &lt;kraxel@redhat.com&gt;
Reviewed-by: Philippe Mathieu-Daudé &lt;f4bug@amsat.org&gt;
Tested-by: Philippe Mathieu-Daudé &lt;f4bug@amsat.org&gt;
Message-id: 20180702161524.17268-1-kraxel@redhat.com
</content>
</entry>
<entry>
<title>trace-events: fix code style: %# -&gt; 0x%</title>
<updated>2017-08-01T11:13:07+00:00</updated>
<author>
<name>Vladimir Sementsov-Ogievskiy</name>
</author>
<published>2017-07-31T16:01:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=db73ee4bc8861f9f6772e0d24f978d79e50e8dee'/>
<id>urn:sha1:db73ee4bc8861f9f6772e0d24f978d79e50e8dee</id>
<content type='text'>
In trace format '#' flag of printf is forbidden. Fix it to '0x%'.

This patch is created by the following:

check that we have a problem
&gt; find . -name trace-events | xargs grep '%#' | wc -l
56

check that there are no cases with additional printf flags before '#'
&gt; find . -name trace-events | xargs grep "%[-+ 0'I]+#" | wc -l
0

check that there are no wrong usage of '#' and '0x' together
&gt; find . -name trace-events | xargs grep '0x%#' | wc -l
0

fix the problem
&gt; find . -name trace-events | xargs sed -i 's/%#/0x%/g'

[Eric Blake noted that xargs grep '%[-+ 0'I]+#' should be xargs grep
"%[-+ 0'I]+#" instead so the shell quoting is correct.
--Stefan]

Signed-off-by: Vladimir Sementsov-Ogievskiy &lt;vsementsov@virtuozzo.com&gt;
Reviewed-by: Stefan Hajnoczi &lt;stefanha@redhat.com&gt;
Reviewed-by: Eric Blake &lt;eblake@redhat.com&gt;
Message-id: 20170731160135.12101-3-vsementsov@virtuozzo.com
Signed-off-by: Stefan Hajnoczi &lt;stefanha@redhat.com&gt;
</content>
</entry>
<entry>
<title>docs: fix broken paths to docs/devel/tracing.txt</title>
<updated>2017-07-31T10:12:53+00:00</updated>
<author>
<name>Philippe Mathieu-Daudé</name>
</author>
<published>2017-07-28T22:46:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=87e0331c5a2ac1d8d654e565ecbe72705118606b'/>
<id>urn:sha1:87e0331c5a2ac1d8d654e565ecbe72705118606b</id>
<content type='text'>
With the move of some docs/ to docs/devel/ on ac06724a71,
no references were updated.

Signed-off-by: Philippe Mathieu-Daudé &lt;f4bug@amsat.org&gt;
Reviewed-by: Stefan Hajnoczi &lt;stefanha@redhat.com&gt;
Signed-off-by: Michael Tokarev &lt;mjt@tls.msk.ru&gt;
</content>
</entry>
<entry>
<title>trace-events: fix first line comment in trace-events</title>
<updated>2016-08-12T09:36:01+00:00</updated>
<author>
<name>Laurent Vivier</name>
</author>
<published>2016-08-08T15:11:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=e723b8710356163e0f1722b94f988a8ddf83f17a'/>
<id>urn:sha1:e723b8710356163e0f1722b94f988a8ddf83f17a</id>
<content type='text'>
Documentation is docs/tracing.txt instead of docs/trace-events.txt.

find . -name trace-events -exec \
     sed -i "s?See docs/trace-events.txt for syntax documentation.?See docs/tracing.txt for syntax documentation.?" \
     {} \;

Signed-off-by: Laurent Vivier &lt;lvivier@redhat.com&gt;
Message-id: 1470669081-17860-1-git-send-email-lvivier@redhat.com
Signed-off-by: Stefan Hajnoczi &lt;stefanha@redhat.com&gt;
</content>
</entry>
<entry>
<title>trace: split out trace events for audio/ directory</title>
<updated>2016-06-20T16:22:17+00:00</updated>
<author>
<name>Daniel P. Berrange</name>
</author>
<published>2016-06-16T08:40:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=66d7a36d7590298246d6df43011738d6d08207d2'/>
<id>urn:sha1:66d7a36d7590298246d6df43011738d6d08207d2</id>
<content type='text'>
Move all trace-events for files in the audio/ directory to
their own file.

Signed-off-by: Daniel P. Berrange &lt;berrange@redhat.com&gt;
Message-id: 1466066426-16657-35-git-send-email-berrange@redhat.com
Signed-off-by: Stefan Hajnoczi &lt;stefanha@redhat.com&gt;
</content>
</entry>
</feed>
