From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:34541) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hBJ2W-0005XV-Ph for qemu-devel@nongnu.org; Tue, 02 Apr 2019 09:01:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hBJ2R-0001Gd-7h for qemu-devel@nongnu.org; Tue, 02 Apr 2019 09:01:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47674) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hBJ2Q-0001EI-VD for qemu-devel@nongnu.org; Tue, 02 Apr 2019 09:01:15 -0400 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 0A03F30A02DD for ; Tue, 2 Apr 2019 13:01:14 +0000 (UTC) Received: from blackfin.pond.sub.org (ovpn-116-116.ams2.redhat.com [10.36.116.116]) by smtp.corp.redhat.com (Postfix) with ESMTPS id CC6B4194BA for ; Tue, 2 Apr 2019 13:01:13 +0000 (UTC) From: Markus Armbruster Date: Tue, 2 Apr 2019 15:01:04 +0200 Message-Id: <20190402130112.15142-1-armbru@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 0/8] Miscellaneous patches for 2019-04-02 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Two regression fixes for 4.0: * Unbreak migration for Xen * Unbreak accelerator fallback Three safe bug fixes thrown in: * Fix error location of qemu-system-FOO positional arguments * COLOStatus minor doc fix * COLOStatus member rename to conform to naming rules Markus Armbruster (6): vl: Fix error location of positional arguments Revert "vl: Fix to create migration object before block backends again" Revert "migration: move only_migratable to MigrationState" migration: Support adding migration blockers earlier vl: Document dependencies hiding in global and compat props accel: Unbreak accelerator fallback Zhang Chen (2): qapi/migration.json: Fix ColoStatus member last_mode's version qapi/migration.json: Rename COLOStatus last_mode to last-mode accel/accel.c | 3 ++- include/sysemu/sysemu.h | 1 + migration/migration.c | 11 ++++++---- migration/migration.h | 3 --- migration/savevm.c | 2 +- qapi/migration.json | 6 +++--- vl.c | 45 +++++++++++++++++++++++++++-------------- 7 files changed, 44 insertions(+), 27 deletions(-) --=20 2.17.2