Re: [Spice-devel] [PATCH v2 1/1] virtio-video: Add virtio video device specification

2019-12-18 Thread Gerd Hoffmann
Hi, > +The device MUST mark the last buffer with the > +VIRTIO_VIDEO_BUFFER_F_EOS flag to denote completion of the drain > +sequence. No, that would build a race condition into the protocol. The device could complete the last buffer after the driver has sent the drain command but before the de

[Spice-devel] [PATCH v2 1/1] virtio-video: Add virtio video device specification

2019-12-18 Thread Keiichi Watanabe
From: Dmitry Sepp The virtio video encoder device and decoder device provide functionalities to encode and decode video stream respectively. Though video encoder and decoder are provided as different devices, they use a same protocol. Signed-off-by: Dmitry Sepp Signed-off-by: Keiichi Watanabe

[Spice-devel] [PATCH v2 0/1] VirtIO video device specification

2019-12-18 Thread Keiichi Watanabe
Hi, This is the 2nd version of virtio-video patch. The PDF is available in [1]. The first version was sent at [2]. Any feedback would be appreciated. Thank you. Best, Keiichi [1]: https://drive.google.com/drive/folders/1eT5fEckBoor2iHZR4f4GLxYzFMVapOFx?usp=sharing [2]: https://markmail.org/mess

Re: [Spice-devel] [PATCH v2 1/1] virtio-video: Add virtio video device specification

2019-12-18 Thread Frediano Ziglio
> > From: Dmitry Sepp > > The virtio video encoder device and decoder device provide functionalities to > encode and decode video stream respectively. > Though video encoder and decoder are provided as different devices, they use > a > same protocol. > > Signed-off-by: Dmitry Sepp > Signed-off

Re: [Spice-devel] [virtio-dev] Re: [PATCH v2 1/1] virtio-video: Add virtio video device specification

2019-12-18 Thread Tomasz Figa
On Wed, Dec 18, 2019 at 10:40 PM Gerd Hoffmann wrote: > > Hi, > > > +The device MUST mark the last buffer with the > > +VIRTIO_VIDEO_BUFFER_F_EOS flag to denote completion of the drain > > +sequence. > > No, that would build a race condition into the protocol. The device > could complete the la

[Spice-devel] after enable streaming agent , but the mouse does not work in spice-gtk streaming window

2019-12-18 Thread franklin zhou
hi, all, I try streaming agent, after enable, when start spicy at client side, it will popup two windows, one is origin, the other one is for guest streaming agent, the origin window mouse is ok, but at the other one (for streaming agent) mouse not work, Is this a bug? __