From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58068) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gRJO9-0005KM-6V for qemu-devel@nongnu.org; Mon, 26 Nov 2018 11:05:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gRJO3-0004Ed-PU for qemu-devel@nongnu.org; Mon, 26 Nov 2018 11:05:31 -0500 From: Kevin Wolf Date: Mon, 26 Nov 2018 17:05:11 +0100 Message-Id: <20181126160513.26369-1-kwolf@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH for-3.1 v3 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 v3: - Checking whether there are still active parents only really works with a single pass, so that's what we do now [Max] - Test case polishing [Max] 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 | 84 +++++++++++++++---------- tests/qemu-iotests/234 | 121 +++++++++++++++++++++++++++++++++++++ tests/qemu-iotests/234.out | 30 +++++++++ tests/qemu-iotests/group | 1 + 4 files changed, 205 insertions(+), 31 deletions(-) create mode 100755 tests/qemu-iotests/234 create mode 100644 tests/qemu-iotests/234.out --=20 2.19.1