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 ws5-mx01.kavi.com (ws5-mx01.kavi.com [34.193.7.191]) (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 F0EE2EB64D9 for ; Tue, 4 Jul 2023 22:17:12 +0000 (UTC) Received: from lists.oasis-open.org (oasis.ws5.connectedcommunity.org [10.110.1.242]) by ws5-mx01.kavi.com (Postfix) with ESMTP id 4ACF33E301 for ; Tue, 4 Jul 2023 22:17:12 +0000 (UTC) Received: from lists.oasis-open.org (oasis-open.org [10.110.1.242]) by lists.oasis-open.org (Postfix) with ESMTP id 41F7498671A for ; Tue, 4 Jul 2023 22:17:12 +0000 (UTC) Received: from host09.ws5.connectedcommunity.org (host09.ws5.connectedcommunity.org [10.110.1.97]) by lists.oasis-open.org (Postfix) with QMQP id 360BD986680; Tue, 4 Jul 2023 22:17:12 +0000 (UTC) Mailing-List: contact virtio-dev-help@lists.oasis-open.org; run by ezmlm List-ID: Sender: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Received: from lists.oasis-open.org (oasis-open.org [10.110.1.242]) by lists.oasis-open.org (Postfix) with ESMTP id 22E68986637 for ; Tue, 4 Jul 2023 22:17:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at kavi.com X-MC-Unique: 4AYnfCb_O--XZRHkOLXsSA-1 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1688509029; x=1691101029; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=CSeq/wQ9Q+r4g4wmi8c5hy3qT4658zXtgPEnqtDMvGI=; b=dsyJRet+BXw1TEcdMZ+/ysfXuwzlbHpogiK4BJg+2Ow3di86g9mbQ/h6n0/CybJDgq jdvREgPw2VLn8bRUdGCaoP+HzJJWb4GNf8exKsHpqbGXtMRSi+FgK/k+yyDV1RiYqLCU trZK7BNRKjD6z+E7HCrmiJ4NV0KPSY4ZydVcJRlQDlOmsI7+AJWPu3XbIBhYWeGe//P5 Pq+gpNGRFiDHk0k29cznj5G2XWVM4lZjy3sdl+/yguEkGS6Mt28x/uudxKIBPvQtGzfc A5mbpSytBiksKqEiX+4v50byMMFWA3arwLDJAZ2Nrbybb9Fu29yM+0h8eYyh8Dh/0suu P2sw== X-Gm-Message-State: AC+VfDxWpKaFNX7LmK8qfcraragwvMam15+3oHCvbkLBjj4WhySOPDcD 7Jz+jnbzNOWG5XPqSEsmrc3sDV6dXZJk4b1vTIYrGJD6ZGP9o/xdB3udHbxT9doVlgGBwS0sVFL rn3TZ+WWBzARpGmlPW9IgTErydJK9 X-Received: by 2002:a7b:cc15:0:b0:3fb:abd0:2b52 with SMTP id f21-20020a7bcc15000000b003fbabd02b52mr12199581wmh.13.1688509029134; Tue, 04 Jul 2023 15:17:09 -0700 (PDT) X-Google-Smtp-Source: ACHHUZ52c6nh4/Lo5umyQBS+26uZNGq0Ho+a79VwnJ9SACa4YLMb1QgJSA6x08JN9XHhQ8unCA1WpQ== X-Received: by 2002:a7b:cc15:0:b0:3fb:abd0:2b52 with SMTP id f21-20020a7bcc15000000b003fbabd02b52mr12199568wmh.13.1688509028884; Tue, 04 Jul 2023 15:17:08 -0700 (PDT) Date: Tue, 4 Jul 2023 18:17:03 -0400 From: "Michael S. Tsirkin" To: Parav Pandit Cc: "virtio-comment@lists.oasis-open.org" , "cohuck@redhat.com" , "david.edmondson@oracle.com" , "virtio-dev@lists.oasis-open.org" , "sburla@marvell.com" , "jasowang@redhat.com" , Yishai Hadas , Maor Gottlieb , Shahaf Shuler Message-ID: <20230704181622-mutt-send-email-mst@kernel.org> References: <20230630042006.1569920-1-parav@nvidia.com> <20230630042006.1569920-4-parav@nvidia.com> <20230704171700-mutt-send-email-mst@kernel.org> MIME-Version: 1.0 In-Reply-To: X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [virtio-dev] Re: [PATCH v8 3/4] admin: Add group member legacy register access commands On Tue, Jul 04, 2023 at 10:15:34PM +0000, Parav Pandit wrote: > > From: Michael S. Tsirkin > > Sent: Tuesday, July 4, 2023 6:01 PM > > > > In some systems, there's need to support utilizing legacy drivers with devices > > that do not directly support the legacy interface. > > In such scenarios, an owner device of a group can provide the legacy interface > > functionality for group members. > > The driver of an owner device can then access the legacy interface of a member > > device on behalf of the legacy member device driver. > > > In the last line, I will change from 'legacy member device driver' to just 'member device driver'. I think it's important to stress legacy since normal driver that follows the spec does not access legacy interface at all. > I will fix rest of the comments including having pad bytes after offset and have similar changes in rest of the places. --------------------------------------------------------------------- To unsubscribe, e-mail: virtio-dev-unsubscribe@lists.oasis-open.org For additional commands, e-mail: virtio-dev-help@lists.oasis-open.org