From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49120) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gRHh3-0006oD-In for qemu-devel@nongnu.org; Mon, 26 Nov 2018 09:17:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gRHgz-0001Vm-Qp for qemu-devel@nongnu.org; Mon, 26 Nov 2018 09:16:57 -0500 From: Kevin Wolf Date: Mon, 26 Nov 2018 15:16:37 +0100 Message-Id: <20181126141639.13208-1-kwolf@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH for-3.1 v2 0/2] block: Fix crash on migration with explicit child nodes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-block@nongnu.org Cc: kwolf@redhat.com, mreitz@redhat.com, qemu-devel@nongnu.org v2: - Cover children that were created after their parents [Max] Kevin Wolf (2): block: Don't inactivate children before parents iotests: Test migration with -blockdev block.c | 32 ++++++++++- tests/qemu-iotests/234 | 115 +++++++++++++++++++++++++++++++++++++ tests/qemu-iotests/234.out | 27 +++++++++ tests/qemu-iotests/group | 1 + 4 files changed, 174 insertions(+), 1 deletion(-) create mode 100755 tests/qemu-iotests/234 create mode 100644 tests/qemu-iotests/234.out --=20 2.19.1