From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7248DC10F0E for ; Mon, 15 Apr 2019 14:44:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 32D3520880 for ; Mon, 15 Apr 2019 14:44:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727436AbfDOOot (ORCPT ); Mon, 15 Apr 2019 10:44:49 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55662 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725789AbfDOOos (ORCPT ); Mon, 15 Apr 2019 10:44:48 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id AD03E99CE2; Mon, 15 Apr 2019 14:44:48 +0000 (UTC) Received: from gondolin (unknown [10.40.205.58]) by smtp.corp.redhat.com (Postfix) with ESMTP id E314E5D707; Mon, 15 Apr 2019 14:44:46 +0000 (UTC) Date: Mon, 15 Apr 2019 16:44:43 +0200 From: Cornelia Huck To: Farhan Ali Cc: kvm@vger.kernel.org, linux-s390@vger.kernel.org, farman@linux.ibm.com, pasic@linux.ibm.com, pmorel@linux.ibm.com Subject: Re: [RFC v2 2/3] vfio-ccw: Prevent quiesce function going into an infinite loop Message-ID: <20190415164443.4a418f97.cohuck@redhat.com> In-Reply-To: <7f1f3844-9108-fea8-a723-1d1d5c0047cd@linux.ibm.com> References: <2c17cf29fbce8fc1cfbf60cfd04559d00c8eeac0.1554756534.git.alifm@linux.ibm.com> <20190411182434.07d5f685.cohuck@redhat.com> <20190412101013.2bf4a5df.cohuck@redhat.com> <396cde69-5c1d-b9e5-aaa2-248cf91e6f60@linux.ibm.com> <20190415101332.7ebbe5ad.cohuck@redhat.com> <00c54029-9f60-4242-8a3a-a87bf1e0434b@linux.ibm.com> <20190415161841.75aa61f4.cohuck@redhat.com> <7f1f3844-9108-fea8-a723-1d1d5c0047cd@linux.ibm.com> Organization: Red Hat GmbH MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Mon, 15 Apr 2019 14:44:48 +0000 (UTC) Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org On Mon, 15 Apr 2019 10:24:53 -0400 Farhan Ali wrote: > On 04/15/2019 10:18 AM, Cornelia Huck wrote: > > Yes, please do send it separately. I'm currently testing patch 1 and 3 > > on top of my patchset, will queue either with or without the halt/clear > > patches proper, depending on how soon I get acks/r-bs (hint, hint :) > > I am going through your patches 4 and 6 and hopefully will get back to > you by the end of the day :). Awesome, thanks!