From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:60458) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gvfH3-0007kB-U7 for qemu-devel@nongnu.org; Mon, 18 Feb 2019 04:31:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gvfGy-0007TK-6Z for qemu-devel@nongnu.org; Mon, 18 Feb 2019 04:31:38 -0500 Date: Mon, 18 Feb 2019 10:31:14 +0100 From: Cornelia Huck Message-ID: <20190218103114.1f77fe5d.cohuck@redhat.com> In-Reply-To: <20190218092202.26683-5-david@redhat.com> References: <20190218092202.26683-1-david@redhat.com> <20190218092202.26683-5-david@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 4/6] tests/device-plug: Add CCW unplug test for s390x List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Hildenbrand Cc: qemu-devel@nongnu.org, qemu-s390x@nongnu.org, qemu-ppc@nongnu.org, Paolo Bonzini , Peter Crosthwaite , Richard Henderson , David Gibson , Thomas Huth , Laurent Vivier , Collin Walling , Pierre Morel , "Michael S . Tsirkin" , Marcel Apfelbaum , Greg Kurz , Igor Mammedov , Eduardo Habkost On Mon, 18 Feb 2019 10:22:00 +0100 David Hildenbrand wrote: > As CCW unplugs are surprise removals without asking the guest first, > we can test this without any guest interaction. > > Reviewed-by: Michael S. Tsirkin > Reviewed-by: Thomas Huth > Signed-off-by: David Hildenbrand > --- > tests/device-plug-test.c | 41 +++++++++++++++++++++++++++++++++++----- > 1 file changed, 36 insertions(+), 5 deletions(-) No in-depth review, but looks reasonable. Acked-by: Cornelia Huck