Re: [PATCH] migration: Support gtree migration

2019-10-03 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20191003114144.30129-1-eric.au...@redhat.com/ Hi, This series failed the docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN =

Re: [PATCH] migration: Support gtree migration

2019-10-03 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20191003114144.30129-1-eric.au...@redhat.com/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN

[PATCH] migration: Support gtree migration

2019-10-03 Thread Eric Auger
Introduce support for GTree migration. A custom save/restore is implemented. Each item is made of a key and a data. For that reason, 2 VMSD objects are passed into the GTree VMStateField. When putting the items, the tree is traversed in sorted order by g_tree_foreach. On the get() path, gtrees mu