From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49676) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLaTS-0003Mi-Sc for qemu-devel@nongnu.org; Thu, 06 Mar 2014 10:44:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WLaTL-0001pO-Ou for qemu-devel@nongnu.org; Thu, 06 Mar 2014 10:44:42 -0500 Received: from mx1.redhat.com ([209.132.183.28]:31951) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLaTL-0001oJ-HM for qemu-devel@nongnu.org; Thu, 06 Mar 2014 10:44:35 -0500 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s26FiXLB018231 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 6 Mar 2014 10:44:33 -0500 From: Kevin Wolf Date: Thu, 6 Mar 2014 16:44:26 +0100 Message-Id: <1394120669-4675-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] blockdev: blockdev-add error path fixes and tests List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, armbru@redhat.com, stefanha@redhat.com Kevin Wolf (3): blockdev: Fail blockdev-add with encrypted images blockdev: Fix NULL pointer dereference in blockdev-add qemu-iotests: Test a few blockdev-add error cases blockdev.c | 15 ++++-- tests/qemu-iotests/087 | 122 +++++++++++++++++++++++++++++++++++++++++++++ tests/qemu-iotests/087.out | 40 +++++++++++++++ tests/qemu-iotests/group | 1 + 4 files changed, 175 insertions(+), 3 deletions(-) create mode 100755 tests/qemu-iotests/087 create mode 100644 tests/qemu-iotests/087.out -- 1.8.1.4