<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bwlp/qemu.git/block/parallels.h, 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/parallels.h?h=spice_video_codecs</id>
<link rel='self' href='https://git.openslx.org/bwlp/qemu.git/atom/block/parallels.h?h=spice_video_codecs'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/'/>
<updated>2021-03-08T13:56:55+00:00</updated>
<entry>
<title>parallels: support bitmap extension for read-only mode</title>
<updated>2021-03-08T13:56:55+00:00</updated>
<author>
<name>Vladimir Sementsov-Ogievskiy</name>
</author>
<published>2021-02-24T10:47:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=baefd977002e72402f2cc42b11f2cb11b96aae9e'/>
<id>urn:sha1:baefd977002e72402f2cc42b11f2cb11b96aae9e</id>
<content type='text'>
Signed-off-by: Vladimir Sementsov-Ogievskiy &lt;vsementsov@virtuozzo.com&gt;
Message-Id: &lt;20210224104707.88430-5-vsementsov@virtuozzo.com&gt;
Reviewed-by: Denis V. Lunev &lt;den@openvz.org&gt;
Signed-off-by: Kevin Wolf &lt;kwolf@redhat.com&gt;
</content>
</entry>
<entry>
<title>block/parallels: BDRVParallelsState: add cluster_size field</title>
<updated>2021-03-08T13:56:54+00:00</updated>
<author>
<name>Vladimir Sementsov-Ogievskiy</name>
</author>
<published>2021-02-24T10:47:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=e0b5207f54e45ccb7c733e736add47f7b06c5867'/>
<id>urn:sha1:e0b5207f54e45ccb7c733e736add47f7b06c5867</id>
<content type='text'>
We are going to use it in more places, calculating
"s-&gt;tracks &lt;&lt; BDRV_SECTOR_BITS" doesn't look good.

Signed-off-by: Vladimir Sementsov-Ogievskiy &lt;vsementsov@virtuozzo.com&gt;
Message-Id: &lt;20210224104707.88430-4-vsementsov@virtuozzo.com&gt;
Reviewed-by: Denis V. Lunev &lt;den@openvz.org&gt;
Signed-off-by: Kevin Wolf &lt;kwolf@redhat.com&gt;
</content>
</entry>
<entry>
<title>Clean up includes</title>
<updated>2018-02-09T04:05:11+00:00</updated>
<author>
<name>Markus Armbruster</name>
</author>
<published>2018-02-01T11:18:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=8f0a3716e40cf479ebdc1cf5a34b8d500c05adff'/>
<id>urn:sha1:8f0a3716e40cf479ebdc1cf5a34b8d500c05adff</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, with the change
to target/s390x/gen-features.c manually reverted, and blank lines
around deletions collapsed.

Reviewed-by: Eric Blake &lt;eblake@redhat.com&gt;
Reviewed-by: Thomas Huth &lt;thuth@redhat.com&gt;
Reviewed-by: Philippe Mathieu-Daudé &lt;f4bug@amsat.org&gt;
Signed-off-by: Markus Armbruster &lt;armbru@redhat.com&gt;
Message-Id: &lt;20180201111846.21846-3-armbru@redhat.com&gt;
</content>
</entry>
<entry>
<title>block/parallels: replace some magic numbers</title>
<updated>2018-01-22T14:02:33+00:00</updated>
<author>
<name>Klim Kireev</name>
</author>
<published>2018-01-12T09:01:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=908b1c848e57ef14f17a5540e11aa9eb16219d66'/>
<id>urn:sha1:908b1c848e57ef14f17a5540e11aa9eb16219d66</id>
<content type='text'>
Signed-off-by: Klim Kireev &lt;klim.kireev@virtuozzo.com&gt;
Reviewed-by: Vladimir Sementsov-Ogievskiy &lt;vsementsov@virtuozzo.com&gt;
Signed-off-by: Denis V. Lunev &lt;den@openvz.org&gt;
Signed-off-by: Vladimir Sementsov-Ogievskiy &lt;vsementsov@virtuozzo.com&gt;
Signed-off-by: Edgar Kaziakhmedov &lt;edgar.kaziakhmedov@virtuozzo.com&gt;
Message-id: 20180112090122.1702-5-klim.kireev@virtuozzo.com
CC: Stefan Hajnoczi &lt;stefanha@redhat.com&gt;
Signed-off-by: Stefan Hajnoczi &lt;stefanha@redhat.com&gt;
</content>
</entry>
<entry>
<title>block/parallels: move some structures into header</title>
<updated>2018-01-22T14:02:33+00:00</updated>
<author>
<name>Klim Kireev</name>
</author>
<published>2018-01-12T09:01:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=90fe66f046d863363cfffcda05235ed610f6b5ef'/>
<id>urn:sha1:90fe66f046d863363cfffcda05235ed610f6b5ef</id>
<content type='text'>
To implement xml format, some defines and structures
from parallels.c are required.

Signed-off-by: Klim Kireev &lt;klim.kireev@virtuozzo.com&gt;
Reviewed-by: Vladimir Sementsov-Ogievskiy &lt;vsementsov@virtuozzo.com&gt;
Signed-off-by: Denis V. Lunev &lt;den@openvz.org&gt;
Signed-off-by: Vladimir Sementsov-Ogievskiy &lt;vsementsov@virtuozzo.com&gt;
Signed-off-by: Edgar Kaziakhmedov &lt;edgar.kaziakhmedov@virtuozzo.com&gt;
Message-id: 20180112090122.1702-4-klim.kireev@virtuozzo.com
CC: Stefan Hajnoczi &lt;stefanha@redhat.com&gt;
Signed-off-by: Stefan Hajnoczi &lt;stefanha@redhat.com&gt;
</content>
</entry>
</feed>
