<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bwlp/qemu.git/migration/Makefile.objs, branch spice_video_codecs</title>
<subtitle>Experimental fork of QEMU with video encoding patches</subtitle>
<id>https://git.openslx.org/bwlp/qemu.git/atom/migration/Makefile.objs?h=spice_video_codecs</id>
<link rel='self' href='https://git.openslx.org/bwlp/qemu.git/atom/migration/Makefile.objs?h=spice_video_codecs'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/'/>
<updated>2020-08-21T10:30:23+00:00</updated>
<entry>
<title>meson: convert migration directory to Meson</title>
<updated>2020-08-21T10:30:23+00:00</updated>
<author>
<name>Marc-André Lureau</name>
</author>
<published>2019-07-24T15:16:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=5516623020db6a4f3ebee42b2fd6a5c517f939a9'/>
<id>urn:sha1:5516623020db6a4f3ebee42b2fd6a5c517f939a9</id>
<content type='text'>
Signed-off-by: Marc-André Lureau &lt;marcandre.lureau@redhat.com&gt;
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</content>
</entry>
<entry>
<title>multifd: Add zstd compression multifd support</title>
<updated>2020-02-28T08:25:49+00:00</updated>
<author>
<name>Juan Quintela</name>
</author>
<published>2019-12-13T12:47:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=87dc6f5f665f581923536a1346220c7dcebe5105'/>
<id>urn:sha1:87dc6f5f665f581923536a1346220c7dcebe5105</id>
<content type='text'>
Signed-off-by: Juan Quintela &lt;quintela@redhat.com&gt;
Acked-by: Markus Armbruster &lt;armbru@redhat.com&gt;
Reviewed-by: Dr. David Alan Gilbert &lt;dgilbert@redhat.com&gt;
</content>
</entry>
<entry>
<title>multifd: Add zlib compression multifd support</title>
<updated>2020-02-28T08:24:43+00:00</updated>
<author>
<name>Juan Quintela</name>
</author>
<published>2019-01-04T14:30:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=7ec2c2b3c1bc0c713b349b102413468b07336aab'/>
<id>urn:sha1:7ec2c2b3c1bc0c713b349b102413468b07336aab</id>
<content type='text'>
Signed-off-by: Juan Quintela &lt;quintela@redhat.com&gt;
Acked-by: Markus Armbruster &lt;armbru@redhat.com&gt;
Reviewed-by: Dr. David Alan Gilbert &lt;dgilbert@redhat.com&gt;
</content>
</entry>
<entry>
<title>multifd: Split multifd code into its own file</title>
<updated>2020-01-29T10:28:59+00:00</updated>
<author>
<name>Juan Quintela</name>
</author>
<published>2020-01-22T15:16:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=d32ca5ad7988328f95db6a26beb374c55154c77b'/>
<id>urn:sha1:d32ca5ad7988328f95db6a26beb374c55154c77b</id>
<content type='text'>
Signed-off-by: Juan Quintela &lt;quintela@redhat.com&gt;
Reviewed-by: Dr. David Alan Gilbert &lt;dgilbert@redhat.com&gt;
</content>
</entry>
<entry>
<title>COLO: Remove colo_state migration struct</title>
<updated>2018-10-19T03:15:03+00:00</updated>
<author>
<name>Zhang Chen</name>
</author>
<published>2018-09-03T04:38:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=aad555c2294b5de22524b7dbacc728d51cc63bcc'/>
<id>urn:sha1:aad555c2294b5de22524b7dbacc728d51cc63bcc</id>
<content type='text'>
We need to know if migration is going into COLO state for
incoming side before start normal migration.

Instead by using the VMStateDescription to send colo_state
from source side to destination side, we use MIG_CMD_ENABLE_COLO
to indicate whether COLO is enabled or not.

Signed-off-by: zhanghailiang &lt;zhang.zhanghailiang@huawei.com&gt;
Signed-off-by: Zhang Chen &lt;zhangckid@gmail.com&gt;
Signed-off-by: Zhang Chen &lt;chen.zhang@intel.com&gt;
Reviewed-by: Dr. David Alan Gilbert &lt;dgilbert@redhat.com&gt;
Signed-off-by: Jason Wang &lt;jasowang@redhat.com&gt;
</content>
</entry>
<entry>
<title>migration: add postcopy migration of dirty bitmaps</title>
<updated>2018-03-13T21:06:09+00:00</updated>
<author>
<name>Vladimir Sementsov-Ogievskiy</name>
</author>
<published>2018-03-13T19:34:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=b35ebdf076d697bca9ad8715ac76d7b7f3ac1be3'/>
<id>urn:sha1:b35ebdf076d697bca9ad8715ac76d7b7f3ac1be3</id>
<content type='text'>
Postcopy migration of dirty bitmaps. Only named dirty bitmaps are migrated.

If destination qemu is already containing a dirty bitmap with the same name
as a migrated bitmap (for the same node), then, if their granularities are
the same the migration will be done, otherwise the error will be generated.

If destination qemu doesn't contain such bitmap it will be created.

Signed-off-by: Vladimir Sementsov-Ogievskiy &lt;vsementsov@virtuozzo.com&gt;
Reviewed-by: Dr. David Alan Gilbert &lt;dgilbert@redhat.com&gt;
Message-id: 20180313180320.339796-12-vsementsov@virtuozzo.com
[Changed '+' to '*' as per list discussion. --js]
Signed-off-by: John Snow &lt;jsnow@redhat.com&gt;
</content>
</entry>
<entry>
<title>buildsys: Move rdma libs to per object</title>
<updated>2017-09-22T02:20:34+00:00</updated>
<author>
<name>Fam Zheng</name>
</author>
<published>2017-09-07T08:42:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=392fb6435173990e109bb0b58847f5413e03bf3a'/>
<id>urn:sha1:392fb6435173990e109bb0b58847f5413e03bf3a</id>
<content type='text'>
Signed-off-by: Fam Zheng &lt;famz@redhat.com&gt;
Message-Id: &lt;20170907084230.26493-1-famz@redhat.com&gt;
Reviewed-by: Juan Quintela &lt;quintela@redhat.com&gt;
Reviewed-by: Peter Xu &lt;peterx@redhat.com&gt;
Reviewed-by: Dr. David Alan Gilbert &lt;dgilbert@redhat.com&gt;
Signed-off-by: Fam Zheng &lt;famz@redhat.com&gt;
</content>
</entry>
<entry>
<title>migration: create global_state.c</title>
<updated>2017-06-13T09:00:45+00:00</updated>
<author>
<name>Juan Quintela</name>
</author>
<published>2017-04-24T16:53:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=84a899de8c5b7daa3777cb9ccaa7c5f362bb01b9'/>
<id>urn:sha1:84a899de8c5b7daa3777cb9ccaa7c5f362bb01b9</id>
<content type='text'>
It don't belong anywhere else, just the global state where everybody
can stick other things.

Signed-off-by: Juan Quintela &lt;quintela@redhat.com&gt;
Reviewed-by: Philippe Mathieu-Daudé &lt;f4bug@amsat.org&gt;
Reviewed-by: Laurent Vivier &lt;lvivier@redhat.com&gt;
</content>
</entry>
<entry>
<title>migration: Make savevm.c target independent</title>
<updated>2017-05-18T17:21:00+00:00</updated>
<author>
<name>Juan Quintela</name>
</author>
<published>2017-04-24T19:03:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=46d702b106d20beda2fcd0f96ddc44855ba262b3'/>
<id>urn:sha1:46d702b106d20beda2fcd0f96ddc44855ba262b3</id>
<content type='text'>
It only needed TARGET_PAGE_SIZE/BITS/BITS_MIN values, so just export
them from exec.h

Signed-off-by: Juan Quintela &lt;quintela@redhat.com&gt;
Reviewed-by: Peter Xu &lt;peterx@redhat.com&gt;
Reviewed-by: Dr. David Alan Gilbert &lt;dgilbert@redhat.com&gt;
</content>
</entry>
<entry>
<title>migration: Split vmstate-types.c from vmstate.c</title>
<updated>2017-05-18T17:20:59+00:00</updated>
<author>
<name>Juan Quintela</name>
</author>
<published>2017-04-20T11:41:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=576d1abc205fb1c135a7448df96bc9d47cb360dc'/>
<id>urn:sha1:576d1abc205fb1c135a7448df96bc9d47cb360dc</id>
<content type='text'>
Now one just has the interperter, and the other has the basic types.
Once there, add copyright boilerplate.

Signed-off-by: Juan Quintela &lt;quintela@redhat.com&gt;
Reviewed-by: Peter Xu &lt;peterx@redhat.com&gt;

--

Use GPL v2 or later.  Detected by David.
</content>
</entry>
</feed>
