Re: [virtio-dev] Re: guest / host buffer sharing ...

2019-12-11 Thread David Stevens
> First the addressing is non-trivial, especially with the "transport > specific device address" in the tuple. There is complexity here, but I think it would also be present in the buffer sharing device case. With a buffer sharing device, the same identifying information would need to be provided

Re: [virtio-dev] [RFC RESEND] virtio-video: Add virtio video device specification

2019-12-11 Thread Keiichi Watanabe
On Tue, Dec 10, 2019 at 10:16 PM Dmitry Sepp wrote: > > Hi, > > Just to start, let's consider this v4l2 control: > V4L2_CID_MPEG_VIDEO_FRAME_RC_ENABLE. > As I can see, this control is referenced as a mandatory one in the Chromium > sources [1]. > > So could someone from the Chromium team please

Re: [virtio-dev] Re: guest / host buffer sharing ...

2019-12-11 Thread Enrico Granata
On Wed, Dec 11, 2019 at 1:26 AM Gerd Hoffmann wrote: > > Hi, > > > None of the proposals directly address the use case of sharing host > > allocated buffers between devices, but I think they can be extended to > > support it. Host buffers can be identified by the following tuple: > > (transport

[virtio-dev] Re: guest / host buffer sharing ...

2019-12-11 Thread Gerd Hoffmann
Hi, > None of the proposals directly address the use case of sharing host > allocated buffers between devices, but I think they can be extended to > support it. Host buffers can be identified by the following tuple: > (transport type enum, transport specific device address, shmid, > offset). I