Re: [Spice-devel] [RFC v1 2/4] display-channel: Add the asyncs associated with dmabuf encode

2023-01-23 Thread Kasireddy, Vivek
Hi Frediano, > > Il giorno ven 13 gen 2023 alle ore 04:08 Kasireddy, Vivek > ha scritto: > > > > Hi Frediano, > > > > > > > > Il giorno gio 12 gen 2023 alle ore 07:03 Kasireddy, Vivek > > > ha scritto: > > > > > > > > Hi Frediano, > > > > > > > > > > > > > > Il giorno mer 11 gen 2023 alle ore

Re: [Spice-devel] [RFC v1 2/4] display-channel: Add the asyncs associated with dmabuf encode

2023-01-22 Thread Frediano Ziglio
Il giorno ven 13 gen 2023 alle ore 04:08 Kasireddy, Vivek ha scritto: > > Hi Frediano, > > > > > Il giorno gio 12 gen 2023 alle ore 07:03 Kasireddy, Vivek > > ha scritto: > > > > > > Hi Frediano, > > > > > > > > > > > Il giorno mer 11 gen 2023 alle ore 05:42 Vivek Kasireddy > > > > ha scritto:

Re: [Spice-devel] [RFC v1 2/4] display-channel: Add the asyncs associated with dmabuf encode

2023-01-12 Thread Kasireddy, Vivek
Hi Frediano, > > Il giorno gio 12 gen 2023 alle ore 07:03 Kasireddy, Vivek > ha scritto: > > > > Hi Frediano, > > > > > > > > Il giorno mer 11 gen 2023 alle ore 05:42 Vivek Kasireddy > > > ha scritto: > > > > > > > > This async is triggered by the encoder indicating that the > > > > encoding

Re: [Spice-devel] [RFC v1 2/4] display-channel: Add the asyncs associated with dmabuf encode

2023-01-12 Thread Frediano Ziglio
Il giorno gio 12 gen 2023 alle ore 07:03 Kasireddy, Vivek ha scritto: > > Hi Frediano, > > > > > Il giorno mer 11 gen 2023 alle ore 05:42 Vivek Kasireddy > > ha scritto: > > > > > > This async is triggered by the encoder indicating that the > > > encoding process is completed. > > > > > > > This

Re: [Spice-devel] [RFC v1 2/4] display-channel: Add the asyncs associated with dmabuf encode

2023-01-11 Thread Kasireddy, Vivek
Hi Frediano, > > Il giorno mer 11 gen 2023 alle ore 05:42 Vivek Kasireddy > ha scritto: > > > > This async is triggered by the encoder indicating that the > > encoding process is completed. > > > > This description does not make much sense to me. > You are adding a public function which, I

Re: [Spice-devel] [RFC v1 2/4] display-channel: Add the asyncs associated with dmabuf encode

2023-01-11 Thread Frediano Ziglio
Il giorno mer 11 gen 2023 alle ore 05:42 Vivek Kasireddy ha scritto: > > This async is triggered by the encoder indicating that the > encoding process is completed. > This description does not make much sense to me. You are adding a public function which, I suppose, should be called by Qemu but

[Spice-devel] [RFC v1 2/4] display-channel: Add the asyncs associated with dmabuf encode

2023-01-10 Thread Vivek Kasireddy
This async is triggered by the encoder indicating that the encoding process is completed. Cc: Gerd Hoffmann Cc: Marc-André Lureau Cc: Dongwon Kim Signed-off-by: Vivek Kasireddy --- server/display-channel.cpp | 9 + server/display-channel.h | 2 ++ server/red-qxl.cpp | 26