From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33573) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VO26G-00074O-Rm for qemu-devel@nongnu.org; Mon, 23 Sep 2013 05:06:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VO26A-0003eP-NR for qemu-devel@nongnu.org; Mon, 23 Sep 2013 05:06:36 -0400 Received: from mx1.redhat.com ([209.132.183.28]:6834) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VO26A-0003eK-GX for qemu-devel@nongnu.org; Mon, 23 Sep 2013 05:06:30 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r8N96USG032256 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 23 Sep 2013 05:06:30 -0400 Message-ID: <52400493.3050009@redhat.com> Date: Mon, 23 Sep 2013 11:06:27 +0200 From: Max Reitz MIME-Version: 1.0 References: <1379678070-14346-1-git-send-email-kwolf@redhat.com> <1379678070-14346-15-git-send-email-kwolf@redhat.com> In-Reply-To: <1379678070-14346-15-git-send-email-kwolf@redhat.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 14/17] qemu-iotests: Check autodel behaviour for device_del List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org, stefanha@redhat.com, armbru@redhat.com On 2013-09-20 13:54, Kevin Wolf wrote: > Block devices creates with -drive and drive_add should automatically > disappear if the guest device is unplugged. blockdev-add ones shouldn't. > > Signed-off-by: Kevin Wolf > --- > tests/qemu-iotests/064 | 133 +++++++++++++++++++++++++++++++++++++++ > tests/qemu-iotests/064.out | 80 +++++++++++++++++++++++ > tests/qemu-iotests/common.filter | 8 +++ > tests/qemu-iotests/group | 1 + > 4 files changed, 222 insertions(+) > create mode 100755 tests/qemu-iotests/064 > create mode 100644 tests/qemu-iotests/064.out With manual CR reconstruction: Reviewed-by: Max Reitz