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 Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (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 D625EC433FE for ; Mon, 28 Nov 2022 19:07:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 59E9A4063C; Mon, 28 Nov 2022 19:07:43 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 59E9A4063C Authentication-Results: smtp2.osuosl.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=redhat.com header.i=@redhat.com header.a=rsa-sha256 header.s=mimecast20190719 header.b=cv23SOuf X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id eA4xPCiVDaH1; Mon, 28 Nov 2022 19:07:42 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [IPv6:2605:bc80:3010:104::8cd3:938]) by smtp2.osuosl.org (Postfix) with ESMTPS id EDF734028D; Mon, 28 Nov 2022 19:07:41 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org EDF734028D Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id C08A4C0033; Mon, 28 Nov 2022 19:07:41 +0000 (UTC) Received: from smtp1.osuosl.org (smtp1.osuosl.org [IPv6:2605:bc80:3010::138]) by lists.linuxfoundation.org (Postfix) with ESMTP id 84474C002D for ; Mon, 28 Nov 2022 19:07:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 4B886813DE for ; Mon, 28 Nov 2022 19:07:40 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 4B886813DE Authentication-Results: smtp1.osuosl.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.a=rsa-sha256 header.s=mimecast20190719 header.b=cv23SOuf X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id c0Q_1O52tXOk for ; Mon, 28 Nov 2022 19:07:39 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.8.0 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 8FB66813D7 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by smtp1.osuosl.org (Postfix) with ESMTPS id 8FB66813D7 for ; Mon, 28 Nov 2022 19:07:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1669662458; 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: in-reply-to:in-reply-to:references:references; bh=ekimUx4Xtb0qILKp5qfsCcKzDNUCeNRMwKEt1lPD7ds=; b=cv23SOufSgGLcn7X+hklrOm7KFL/dYFSd9YlS09mZjfwv87SnKFFTlCvJJvxLQ/XCdyjRV KkGcdx7B4LK1prhAXeWcaO9ujOpHCvHo1OhtNnS8XwDof84K6JckYtfhN9lBfD0B2drvnW jr8YGgv6eVUPuK3kHIFtqpjJ8ldNzws= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-205--8RFDKf7O229T1UuhkDSlA-1; Mon, 28 Nov 2022 14:07:26 -0500 X-MC-Unique: -8RFDKf7O229T1UuhkDSlA-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 5DCF93C0CD54; Mon, 28 Nov 2022 19:07:26 +0000 (UTC) Received: from localhost (unknown [10.39.192.80]) by smtp.corp.redhat.com (Postfix) with ESMTP id BBB7C2166B2E; Mon, 28 Nov 2022 19:07:25 +0000 (UTC) Date: Mon, 28 Nov 2022 14:07:22 -0500 From: Stefan Hajnoczi To: Alvaro Karsz Subject: Re: [PATCH v2] virtio_blk: add VIRTIO_BLK_F_LIFETIME feature support Message-ID: References: <20221121085923.2717501-1-alvaro.karsz@solid-run.com> <1bd1c77e-d8c3-b04a-4fbc-bbc85391e630@nvidia.com> <20221124013830-mutt-send-email-mst@kernel.org> MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 3.1 on 10.11.54.6 Cc: Jens Axboe , Paolo Bonzini , Chaitanya Kulkarni , "virtualization@lists.linux-foundation.org" , "Michael S. Tsirkin" X-BeenThere: virtualization@lists.linux-foundation.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Linux virtualization List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============3026384131788173350==" Errors-To: virtualization-bounces@lists.linux-foundation.org Sender: "Virtualization" --===============3026384131788173350== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="ntlNSts6nGmGkYoP" Content-Disposition: inline --ntlNSts6nGmGkYoP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Nov 25, 2022 at 12:09:45AM +0200, Alvaro Karsz wrote: > > I suggest defining a separate UAPI struct for this ioctl. >=20 > Sounds fine to me. > I could use the following struct >=20 > struct virtio_blk_lifetime_ioctl { > u16 pre_eol_info; > u16 device_lifetime_est_typ_a; > u16 device_lifetime_est_typ_b; > u16 padding; > }; Looks good. Stefan --ntlNSts6nGmGkYoP Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEhpWov9P5fNqsNXdanKSrs4Grc8gFAmOFBuoACgkQnKSrs4Gr c8iyLwf/TmY+gfmvv3ZLksVb/mk7BV4bihxg4SuEhj7PieCXdB5hmabaQRtVmI6x LOlKHtW3DO5gbMjJwXB27MQ3fiJuXkjfCqibuH5hzRrJRm1pELLMDeIgKBGIiFyF rHBZLSGg/xxQ3dTSWkWfcwMdcUuZXKUBXKHq+srHsL48o2QglgypF7xn3cN8xloV JErRy+6lkHphl086YOczW/0LLQiLXU1Ot6AM/KuXs+5tm8NfNEu939pCIXCECTiL pHPniGviMPReiJVlDSuvA5r5VTGLZ6izGMNnQUvOuNI/6Yb7LzJhc+64O+DDT6Z4 BBJoZBvUpn0a77JOX/hxL26XoMvZyw== =7e+v -----END PGP SIGNATURE----- --ntlNSts6nGmGkYoP-- --===============3026384131788173350== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Virtualization mailing list Virtualization@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/virtualization --===============3026384131788173350==--