From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: virtio-dev-return-6682-cohuck=redhat.com@lists.oasis-open.org Sender: 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 02DBD985F8C for ; Wed, 22 Jan 2020 08:24:10 +0000 (UTC) Date: Wed, 22 Jan 2020 03:24:02 -0500 From: "Michael S. Tsirkin" Message-ID: <20200122032328-mutt-send-email-mst@kernel.org> References: MIME-Version: 1.0 In-Reply-To: Subject: Re: [virtio-dev][RFC PATCH v2 0/2] Cross-device resource sharing Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Content-Disposition: inline To: David Stevens Cc: virtio-dev@lists.oasis-open.org, Gerd Hoffmann , Dylan Reid , Tomasz Figa , Zach Reizner , Keiichi Watanabe , Alexandre Courbot , Alex Lau , =?iso-8859-1?Q?St=E9phane?= Marchesin , Pawel Osciak , Gurchetan Singh , Stefan Hajnoczi , qemu-devel , Linux Media Mailing List List-ID: On Wed, Jan 22, 2020 at 04:16:15PM +0900, David Stevens wrote: > This RFC comes from the recent discussion on buffer sharing [1], > specifically about the need to share resources between different > virtio devices. For a concrete use case, this can be used to share > virtio-gpu allocated buffers with the recently proposed virtio video > device [2], without the need to memcpy decoded frames through the > guest. >=20 > [1] https://markmail.org/thread/jeh5xjjxvylyrbur > [2] https://markmail.org/thread/yb25fim2dqfuktgf Wrong list- this belongs on virtio-comment. dev is for implementation discussions. > Changes v1 -> v2: > Rename exported resource to exported object > Rename the virtio-gpu export command >=20 > David Stevens (2): > content: define what an exported object is > virtio-gpu: add the ability to export resources >=20 > content.tex | 18 ++++++++++++++++++ > virtio-gpu.tex | 30 ++++++++++++++++++++++++++++++ > 2 files changed, 48 insertions(+) >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: virtio-dev-unsubscribe@lists.oasis-open.org > For additional commands, e-mail: virtio-dev-help@lists.oasis-open.org --------------------------------------------------------------------- To unsubscribe, e-mail: virtio-dev-unsubscribe@lists.oasis-open.org For additional commands, e-mail: virtio-dev-help@lists.oasis-open.org