Message ID | 20230517221022.325091-1-stefanha@redhat.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <xen-devel-bounces@lists.xenproject.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 9CD31C7EE2C for <xen-devel@archiver.kernel.org>; Wed, 17 May 2023 22:10:58 +0000 (UTC) Received: from list by lists.xenproject.org with outflank-mailman.536079.834190 (Exim 4.92) (envelope-from <xen-devel-bounces@lists.xenproject.org>) id 1pzPLx-0004sd-0T; Wed, 17 May 2023 22:10:37 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 536079.834190; Wed, 17 May 2023 22:10:36 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from <xen-devel-bounces@lists.xenproject.org>) id 1pzPLw-0004sW-Tw; Wed, 17 May 2023 22:10:36 +0000 Received: by outflank-mailman (input) for mailman id 536079; Wed, 17 May 2023 22:10:36 +0000 Received: from se1-gles-sth1-in.inumbo.com ([159.253.27.254] helo=se1-gles-sth1.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from <SRS0=JqXG=BG=redhat.com=stefanha@srs-se1.protection.inumbo.net>) id 1pzPLw-0004sP-4b for xen-devel@lists.xenproject.org; Wed, 17 May 2023 22:10:36 +0000 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by se1-gles-sth1.inumbo.com (Halon) with ESMTPS id a3f51616-f4ff-11ed-b22a-6b7b168915f2; Thu, 18 May 2023 00:10:33 +0200 (CEST) Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-59-lSLG9I1HP4uawS9h9gPBxQ-1; Wed, 17 May 2023 18:10:26 -0400 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.rdu2.redhat.com [10.11.54.8]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id EB521185A78B; Wed, 17 May 2023 22:10:25 +0000 (UTC) Received: from localhost (unknown [10.39.192.14]) by smtp.corp.redhat.com (Postfix) with ESMTP id DFC2BC15BA0; Wed, 17 May 2023 22:10:24 +0000 (UTC) X-BeenThere: xen-devel@lists.xenproject.org List-Id: Xen developer discussion <xen-devel.lists.xenproject.org> List-Unsubscribe: <https://lists.xenproject.org/mailman/options/xen-devel>, <mailto:xen-devel-request@lists.xenproject.org?subject=unsubscribe> List-Post: <mailto:xen-devel@lists.xenproject.org> List-Help: <mailto:xen-devel-request@lists.xenproject.org?subject=help> List-Subscribe: <https://lists.xenproject.org/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xenproject.org?subject=subscribe> Errors-To: xen-devel-bounces@lists.xenproject.org Precedence: list Sender: "Xen-devel" <xen-devel-bounces@lists.xenproject.org> X-Inumbo-ID: a3f51616-f4ff-11ed-b22a-6b7b168915f2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1684361432; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=N/ldJhRh22XDo67uOMsA8dfc78R1BhZ6UygIAszkpiQ=; b=H+dLBQeNZjT+Ew29XQwEO1Fey19IYsAKrgfSRwQ4aGhQdhgy+rq39djD7y9oy+EBT/1JGE fy786SdEqqG9ViPlsdehabDUauEWoboSZFosd0M3VWCnKKL365tyk50qb6MZrOO1wQwtxC Xlui6DwtefPw8psePEXyT18djal+1ic= X-MC-Unique: lSLG9I1HP4uawS9h9gPBxQ-1 From: Stefan Hajnoczi <stefanha@redhat.com> To: qemu-devel@nongnu.org Cc: xen-devel@lists.xenproject.org, Julia Suvorova <jusual@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>, Stefano Stabellini <sstabellini@kernel.org>, Stefano Garzarella <sgarzare@redhat.com>, Kevin Wolf <kwolf@redhat.com>, Fam Zheng <fam@euphon.net>, =?utf-8?q?Philippe_Mathieu-Daud=C3=A9?= <philmd@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>, qemu-block@nongnu.org, Paul Durrant <paul@xen.org>, Anthony Perard <anthony.perard@citrix.com>, Aarushi Mehta <mehta.aaru20@gmail.com>, Stefan Hajnoczi <stefanha@redhat.com>, Hanna Reitz <hreitz@redhat.com> Subject: [PATCH 0/6] block: add blk_io_plug_call() API Date: Wed, 17 May 2023 18:10:16 -0400 Message-Id: <20230517221022.325091-1-stefanha@redhat.com> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.1 on 10.11.54.8 |
Series |
block: add blk_io_plug_call() API
|
expand
|