<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bwlp/qemu.git/hw/rdma/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/rdma/trace-events?h=spice_video_codecs</id>
<link rel='self' href='https://git.openslx.org/bwlp/qemu.git/atom/hw/rdma/trace-events?h=spice_video_codecs'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/'/>
<updated>2022-01-18T11:56:29+00:00</updated>
<entry>
<title>hw/dma: Fix format string issues using dma_addr_t</title>
<updated>2022-01-18T11:56:29+00:00</updated>
<author>
<name>Philippe Mathieu-Daudé</name>
</author>
<published>2022-01-04T08:42:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=60791a2c27e1b8f82ff035a474b2f96f0fafa66c'/>
<id>urn:sha1:60791a2c27e1b8f82ff035a474b2f96f0fafa66c</id>
<content type='text'>
Reviewed-by: Richard Henderson &lt;richard.henderson@linaro.org&gt;
Reviewed-by: David Hildenbrand &lt;david@redhat.com&gt;
Signed-off-by: Philippe Mathieu-Daudé &lt;f4bug@amsat.org&gt;
Message-Id: &lt;20220111184309.28637-10-f4bug@amsat.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>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>hw/rdma: Fix broken paths to docs/devel/tracing.txt</title>
<updated>2019-03-16T13:52:44+00:00</updated>
<author>
<name>Kamal Heib</name>
</author>
<published>2019-03-14T15:30:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=7b6f6e8138a462e9b40b008d62c4e0852a5505b8'/>
<id>urn:sha1:7b6f6e8138a462e9b40b008d62c4e0852a5505b8</id>
<content type='text'>
The tracing.txt file is under "docs/devel" and not "docs".

Reviewed-by: Yuval Shaia &lt;yuval.shaia@oracle.com&gt;
Signed-off-by: Kamal Heib &lt;kamalheib1@gmail.com&gt;
Message-Id: &lt;20190314153031.7197-2-kamalheib1@gmail.com&gt;
Signed-off-by: Marcel Apfelbaum &lt;marcel.apfelbaum@gmail.com&gt;
</content>
</entry>
<entry>
<title>hw/rdma: Switch to generic error reporting way</title>
<updated>2019-03-16T13:52:44+00:00</updated>
<author>
<name>Yuval Shaia</name>
</author>
<published>2019-03-11T10:29:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=4d71b38ae8fa436f1707fe98b469a9cea4079503'/>
<id>urn:sha1:4d71b38ae8fa436f1707fe98b469a9cea4079503</id>
<content type='text'>
Utilize error_report for all pr_err calls and some pr_dbg that are
considered as errors.
For the remaining pr_dbg calls, the important ones were replaced by
trace points while other deleted.
Some of the functions got renamed to include prefix "rdma/pvrdma"
in the function name.

Signed-off-by: Yuval Shaia &lt;yuval.shaia@oracle.com&gt;
Reviewed-by: Marcel Apfelbaum &lt;marcel.apfelbaum@gmail.com&gt;
Message-Id: &lt;1552300155-25216-2-git-send-email-yuval.shaia@oracle.com&gt;
Reviewed-by: Kamal Heib &lt;kamalheib1@gmail.com&gt;
Signed-off-by: Marcel Apfelbaum &lt;marcel.apfelbaum@gmail.com&gt;
</content>
</entry>
<entry>
<title>hw/rdma: Implementation of generic rdma device layers</title>
<updated>2018-02-19T11:03:24+00:00</updated>
<author>
<name>Yuval Shaia</name>
</author>
<published>2018-02-09T13:23:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=ef6d4ccdc9eba3c184da08e76d52e5003325680b'/>
<id>urn:sha1:ef6d4ccdc9eba3c184da08e76d52e5003325680b</id>
<content type='text'>
This layer is composed of two sub-modules, backend and resource manager.
Backend sub-module is responsible for all the interaction with IB layers
such as ibverbs and umad (external libraries).
Resource manager is a collection of functions and structures to manage
RDMA resources such as QPs, CQs and MRs.

Reviewed-by: Dotan Barak &lt;dotanb@mellanox.com&gt;
Reviewed-by: Zhu Yanjun &lt;yanjun.zhu@oracle.com&gt;
Signed-off-by: Yuval Shaia &lt;yuval.shaia@oracle.com&gt;
Signed-off-by: Marcel Apfelbaum &lt;marcel@redhat.com&gt;
</content>
</entry>
</feed>
