<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bwlp/qemu.git/block/archipelago.c, branch spice_video_codecs</title>
<subtitle>Experimental fork of QEMU with video encoding patches</subtitle>
<id>https://git.openslx.org/bwlp/qemu.git/atom/block/archipelago.c?h=spice_video_codecs</id>
<link rel='self' href='https://git.openslx.org/bwlp/qemu.git/atom/block/archipelago.c?h=spice_video_codecs'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/'/>
<updated>2017-03-13T11:49:33+00:00</updated>
<entry>
<title>block: Drop unmaintained 'archipelago' driver</title>
<updated>2017-03-13T11:49:33+00:00</updated>
<author>
<name>Eric Blake</name>
</author>
<published>2017-03-08T20:02:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=e32ccbc6e9ff95330e916fd72c541894d440fcd5'/>
<id>urn:sha1:e32ccbc6e9ff95330e916fd72c541894d440fcd5</id>
<content type='text'>
The driver has failed to build since commit da34e65, in qemu 2.6,
due to a missing include of qapi/error.h for error_setg().
Since no one has complained in three releases, it is easier to
remove the dead code than to keep it around, especially since it
is not being built by default and therefore prone to bitrot.

Signed-off-by: Eric Blake &lt;eblake@redhat.com&gt;
Reviewed-by: Max Reitz &lt;mreitz@redhat.com&gt;
Reviewed-by: Fam Zheng &lt;famz@redhat.com&gt;
Signed-off-by: Kevin Wolf &lt;kwolf@redhat.com&gt;
</content>
</entry>
<entry>
<title>block: use aio_bh_schedule_oneshot</title>
<updated>2016-10-07T11:34:07+00:00</updated>
<author>
<name>Paolo Bonzini</name>
</author>
<published>2016-10-03T16:14:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=fffb6e12233002c26c0ee9ff92fa87927cd779f2'/>
<id>urn:sha1:fffb6e12233002c26c0ee9ff92fa87927cd779f2</id>
<content type='text'>
This simplifies bottom half handlers by removing calls to qemu_bh_delete and
thus removing the need to stash the bottom half pointer in the opaque
datum.

Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
Reviewed-by: Stefan Hajnoczi &lt;stefanha@redhat.com&gt;
Signed-off-by: Kevin Wolf &lt;kwolf@redhat.com&gt;
</content>
</entry>
<entry>
<title>coccinelle: Remove unnecessary variables for function return value</title>
<updated>2016-06-20T14:38:13+00:00</updated>
<author>
<name>Eduardo Habkost</name>
</author>
<published>2016-06-13T21:57:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=9be385980d37e8f4fd33f605f5fb1c3d144170a8'/>
<id>urn:sha1:9be385980d37e8f4fd33f605f5fb1c3d144170a8</id>
<content type='text'>
Use Coccinelle script to replace 'ret = E; return ret' with
'return E'. The script will do the substitution only when the
function return type and variable type are the same.

Manual fixups:

* audio/audio.c: coding style of "read (...)" and "write (...)"
* block/qcow2-cluster.c: wrap line to make it shorter
* block/qcow2-refcount.c: change indentation of wrapped line
* target-tricore/op_helper.c: fix coding style of
  "remainder|quotient"
* target-mips/dsp_helper.c: reverted changes because I don't
  want to argue about checkpatch.pl
* ui/qemu-pixman.c: fix line indentation
* block/rbd.c: restore blank line between declarations and
  statements

Reviewed-by: Eric Blake &lt;eblake@redhat.com&gt;
Signed-off-by: Eduardo Habkost &lt;ehabkost@redhat.com&gt;
Message-Id: &lt;1465855078-19435-4-git-send-email-ehabkost@redhat.com&gt;
Reviewed-by: Markus Armbruster &lt;armbru@redhat.com&gt;
[Unused Coccinelle rule name dropped along with a redundant comment;
whitespace touched up in block/qcow2-cluster.c; stale commit message
paragraph deleted]
Signed-off-by: Markus Armbruster &lt;armbru@redhat.com&gt;
</content>
</entry>
<entry>
<title>util: move declarations out of qemu-common.h</title>
<updated>2016-03-22T21:20:17+00:00</updated>
<author>
<name>Veronia Bahaa</name>
</author>
<published>2016-03-20T17:16:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=f348b6d1a53e5271cf1c9f9acc4646b4b98c1771'/>
<id>urn:sha1:f348b6d1a53e5271cf1c9f9acc4646b4b98c1771</id>
<content type='text'>
Move declarations out of qemu-common.h for functions declared in
utils/ files: e.g. include/qemu/path.h for utils/path.c.
Move inline functions out of qemu-common.h and into new files (e.g.
include/qemu/bcd.h)

Signed-off-by: Veronia Bahaa &lt;veroniabahaa@gmail.com&gt;
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</content>
</entry>
<entry>
<title>block: Clean up includes</title>
<updated>2016-01-20T12:36:23+00:00</updated>
<author>
<name>Peter Maydell</name>
</author>
<published>2016-01-18T18:01:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=80c71a241ae3cd3b89527865ba730b2fa1f9e46f'/>
<id>urn:sha1:80c71a241ae3cd3b89527865ba730b2fa1f9e46f</id>
<content type='text'>
Clean up includes so that osdep.h is included first and headers
which it implies are not included manually.

This commit was created with scripts/clean-includes.

Signed-off-by: Peter Maydell &lt;peter.maydell@linaro.org&gt;
Reviewed-by: Eric Blake &lt;eblake@redhat.com&gt;
Signed-off-by: Kevin Wolf &lt;kwolf@redhat.com&gt;
</content>
</entry>
<entry>
<title>block: remove superfluous '\n' around error_report/error_setg</title>
<updated>2015-03-10T05:15:33+00:00</updated>
<author>
<name>Gonglei</name>
</author>
<published>2015-02-25T04:22:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=eec5eb42f597e652ad3b32d7bf13252966c4e85e'/>
<id>urn:sha1:eec5eb42f597e652ad3b32d7bf13252966c4e85e</id>
<content type='text'>
Signed-off-by: Gonglei &lt;arei.gonglei@huawei.com&gt;
Reviewed-by: Markus Armbruster &lt;armbru@redhat.com&gt;
Signed-off-by: Michael Tokarev &lt;mjt@tls.msk.ru&gt;
</content>
</entry>
<entry>
<title>block: Rename BlockDriverCompletionFunc to BlockCompletionFunc</title>
<updated>2014-10-20T11:41:27+00:00</updated>
<author>
<name>Markus Armbruster</name>
</author>
<published>2014-10-07T11:59:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=097310b53e9d498ef8e127d52ea57905cbe46ec5'/>
<id>urn:sha1:097310b53e9d498ef8e127d52ea57905cbe46ec5</id>
<content type='text'>
I'll use it with block backends shortly, and the name is going to fit
badly there.  It's a block layer thing anyway, not just a block driver
thing.

Signed-off-by: Markus Armbruster &lt;armbru@redhat.com&gt;
Reviewed-by: Max Reitz &lt;mreitz@redhat.com&gt;
Signed-off-by: Kevin Wolf &lt;kwolf@redhat.com&gt;
</content>
</entry>
<entry>
<title>block: Rename BlockDriverAIOCB* to BlockAIOCB*</title>
<updated>2014-10-20T11:41:27+00:00</updated>
<author>
<name>Markus Armbruster</name>
</author>
<published>2014-10-07T11:59:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=7c84b1b8310cd634825c77d45b4db89bb44c5cee'/>
<id>urn:sha1:7c84b1b8310cd634825c77d45b4db89bb44c5cee</id>
<content type='text'>
I'll use BlockDriverAIOCB with block backends shortly, and the name is
going to fit badly there.  It's a block layer thing anyway, not just a
block driver thing.

Signed-off-by: Markus Armbruster &lt;armbru@redhat.com&gt;
Reviewed-by: Max Reitz &lt;mreitz@redhat.com&gt;
Signed-off-by: Kevin Wolf &lt;kwolf@redhat.com&gt;
</content>
</entry>
<entry>
<title>block/archipelago: Fix typo in qemu_archipelago_truncate()</title>
<updated>2014-09-22T10:39:44+00:00</updated>
<author>
<name>Chrysostomos Nanakos</name>
</author>
<published>2014-09-16T09:17:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=3e7e6f186f6180c5900dbc8db04abbbda1275dad'/>
<id>urn:sha1:3e7e6f186f6180c5900dbc8db04abbbda1275dad</id>
<content type='text'>
Fix a typo introduced by 94c80a438c85f2c19698547fbb115ea46d80c5f1

Signed-off-by: Chrysostomos Nanakos &lt;cnanakos@grnet.gr&gt;
Signed-off-by: Stefan Hajnoczi &lt;stefanha@redhat.com&gt;
</content>
</entry>
<entry>
<title>block: Rename qemu_aio_release -&gt; qemu_aio_unref</title>
<updated>2014-09-22T10:39:17+00:00</updated>
<author>
<name>Fam Zheng</name>
</author>
<published>2014-09-11T05:41:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=8007429a99d6ea8480ba0a7a5fb5ae92473f798c'/>
<id>urn:sha1:8007429a99d6ea8480ba0a7a5fb5ae92473f798c</id>
<content type='text'>
Suggested-by: Benoît Canet &lt;benoit.canet@irqsave.net&gt;
Signed-off-by: Fam Zheng &lt;famz@redhat.com&gt;
Signed-off-by: Stefan Hajnoczi &lt;stefanha@redhat.com&gt;
</content>
</entry>
</feed>
