[Qemu-devel] [PATCH 0/4] migration: fix iotest 055, only-migratable break

Peter Xu posted 4 patches 6 years, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1499049848-18012-1-git-send-email-peterx@redhat.com
There is a newer version of this series
include/migration/misc.h |  1 -
migration/migration.c    | 20 +++++++++-----------
qemu-options.hx          |  8 ++++++++
vl.c                     | 26 +++++++++++++-------------
4 files changed, 30 insertions(+), 25 deletions(-)
[Qemu-devel] [PATCH 0/4] migration: fix iotest 055, only-migratable break
Posted by Peter Xu 6 years, 9 months ago
Two breakage introduced during the migration objectify series: one for
--only-migratable, another one for iotest 055.

First two patches fixes the breakages. Latter two are documentation
updates suggested by Eduardo. Please review. Thanks.

Peter Xu (4):
  migration: fix handling for --only-migratable
  vl: move global property, migrate init earlier
  doc: add item for "-M enforce-config-section"
  doc: update TYPE_MIGRATION documents

 include/migration/misc.h |  1 -
 migration/migration.c    | 20 +++++++++-----------
 qemu-options.hx          |  8 ++++++++
 vl.c                     | 26 +++++++++++++-------------
 4 files changed, 30 insertions(+), 25 deletions(-)

-- 
2.7.4


Re: [Qemu-devel] [PATCH 0/4] migration: fix iotest 055, only-migratable break
Posted by QingFeng Hao 6 years, 9 months ago
I tested the 2 patches and they can make iotest 055 passed on both x86 
and s390x.

thanks


在 2017/7/3 10:44, Peter Xu 写道:
> Two breakage introduced during the migration objectify series: one for
> --only-migratable, another one for iotest 055.
>
> First two patches fixes the breakages. Latter two are documentation
> updates suggested by Eduardo. Please review. Thanks.
>
> Peter Xu (4):
>    migration: fix handling for --only-migratable
>    vl: move global property, migrate init earlier
>    doc: add item for "-M enforce-config-section"
>    doc: update TYPE_MIGRATION documents
>
>   include/migration/misc.h |  1 -
>   migration/migration.c    | 20 +++++++++-----------
>   qemu-options.hx          |  8 ++++++++
>   vl.c                     | 26 +++++++++++++-------------
>   4 files changed, 30 insertions(+), 25 deletions(-)
>

-- 
Regards
QingFeng Hao


Re: [Qemu-devel] [PATCH 0/4] migration: fix iotest 055, only-migratable break
Posted by Peter Xu 6 years, 9 months ago
On Mon, Jul 03, 2017 at 03:54:38PM +0800, QingFeng Hao wrote:
> I tested the 2 patches and they can make iotest 055 passed on both x86 and
> s390x.

Thanks for testing!

-- 
Peter Xu