[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH v2 0/4] migration: fix iotest 055, only-migratable b
From: |
Peter Xu |
Subject: |
[Qemu-devel] [PATCH v2 0/4] migration: fix iotest 055, only-migratable break |
Date: |
Wed, 5 Jul 2017 16:21:19 +0800 |
v2:
- patch 1: add r-b for Eduardo/Juan
- patch 2: add r-b for Eduardo (Markus's suggestion is a todo), and
t-b for Qingfeng
- patch 3: rewrite the doc up, merging both Eduardo/Markus's
suggestion [Eduardo, Markus]
- patch 4: added a TODO [Markus]
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 | 17 ++++++-----------
qemu-options.hx | 11 +++++++++++
vl.c | 26 +++++++++++++-------------
4 files changed, 30 insertions(+), 25 deletions(-)
--
2.7.4
- [Qemu-devel] [PATCH v2 0/4] migration: fix iotest 055, only-migratable break,
Peter Xu <=
- [Qemu-devel] [PATCH v2 1/4] migration: fix handling for --only-migratable, Peter Xu, 2017/07/05
- [Qemu-devel] [PATCH v2 2/4] vl: move global property, migrate init earlier, Peter Xu, 2017/07/05
- [Qemu-devel] [PATCH v2 3/4] doc: add item for "-M enforce-config-section", Peter Xu, 2017/07/05
- [Qemu-devel] [PATCH v2.1 3/4] doc: add item for "-M enforce-config-section", Peter Xu, 2017/07/05
- Re: [Qemu-devel] [PATCH v2.1 3/4] doc: add item for "-M enforce-config-section", Greg Kurz, 2017/07/06
- Re: [Qemu-devel] [PATCH v2.1 3/4] doc: add item for "-M enforce-config-section", Peter Xu, 2017/07/06
- Re: [Qemu-devel] [PATCH v2.1 3/4] doc: add item for "-M enforce-config-section", Eduardo Habkost, 2017/07/06
- [Qemu-devel] [PATCH v2.2 3/4] doc: add item for "-M enforce-config-section", Peter Xu, 2017/07/06
- Re: [Qemu-devel] [PATCH v2.2 3/4] doc: add item for "-M enforce-config-section", Greg Kurz, 2017/07/07
- Re: [Qemu-devel] [PATCH v2.2 3/4] doc: add item for "-M enforce-config-section", Eduardo Habkost, 2017/07/07