From patchwork Mon Jan 21 12:19:41 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Cornelia Huck X-Patchwork-Id: 10773773 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 5946613BF for ; Mon, 21 Jan 2019 12:19:53 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 498CC29BD6 for ; Mon, 21 Jan 2019 12:19:53 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 3D92F29BD8; Mon, 21 Jan 2019 12:19:53 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id EFCF129BD6 for ; Mon, 21 Jan 2019 12:19:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728496AbfAUMTv (ORCPT ); Mon, 21 Jan 2019 07:19:51 -0500 Received: from mx1.redhat.com ([209.132.183.28]:45134 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728318AbfAUMTu (ORCPT ); Mon, 21 Jan 2019 07:19:50 -0500 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 8F9DA356F5; Mon, 21 Jan 2019 12:19:50 +0000 (UTC) Received: from localhost (ovpn-116-178.ams2.redhat.com [10.36.116.178]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 211F05D73F; Mon, 21 Jan 2019 12:19:47 +0000 (UTC) From: Cornelia Huck To: "Michael S . Tsirkin" Cc: Jason Wang , Halil Pasic , linux-s390@vger.kernel.org, virtualization@lists.linux-foundation.org, kvm@vger.kernel.org, Cornelia Huck Subject: [PATCH 0/3] virtio-ccw: updates Date: Mon, 21 Jan 2019 13:19:41 +0100 Message-Id: <20190121121944.12309-1-cohuck@redhat.com> 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.30]); Mon, 21 Jan 2019 12:19:50 +0000 (UTC) Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP [Now not as pull request, as requested. The first patch had already been in my last pull request. Patches are against master, but should apply basically anywhere. Git branch: git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git virtio-ccw] Some updates: documentation, gracefully handle invalid queues, and wire up the ->bus_name callback (which had somehow fallen through the cracks.) Cornelia Huck (2): virtio-ccw: diag 500 may return a negative cookie virtio-ccw: wire up ->bus_name callback Halil Pasic (1): s390/virtio: handle find on invalid queue gracefully Documentation/virtual/kvm/s390-diag.txt | 3 ++- drivers/s390/virtio/virtio_ccw.c | 12 +++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-)