On Thu, 2017-10-12 at 15:52 +0100, Frediano Ziglio wrote:
> When guest close the device the host device has to be reset too.
> This make easier to restart the guest device which can happen in case
> of reboot, agent issues or if we want to update the agent.
>
> Signed-off-by: Frediano Ziglio
> --
Acked-by: Jonathon Jongsma
On Thu, 2017-10-12 at 15:52 +0100, Frediano Ziglio wrote:
> When a new client is connected we must restart the stream so new
> clients can receive correct data without having to wait for the
> next full screen (which on idle screen could take ages).
> On disconnection
On Thu, 2017-10-12 at 15:51 +0100, Frediano Ziglio wrote:
> This allows the server to add channels after the client is connected.
>
> Signed-off-by: Frediano Ziglio
> ---
> Changes since v5:
> - added a comment before sending a new channel list to client;
> - renamed channels_list_sent to initial
>
> Hi,
>
> > Switching the qxl kms driver to use a scratchpad model too should be
> > easy for userspace apps not using qxl ioctls (i.e. basically
> > everything
> > but xorg-x11-drv-qxl). Just use the vga memory region (start of pci
> > bar 0) as scratchpad, then we can safely use framebuffer
>
> For the series,
> Acked-by: Christophe Fergeau
> though I would put the test after the fix, or squash both.
>
> Christophe
>
Some TDD methodologies suggest that test should first fail.
But this does not work well with git blame.
I reverted the order.
Frediano
> On Thu, Oct 12, 2017 at 03
On Fri, Oct 13, 2017 at 3:49 PM Frediano Ziglio wrote:
>
> On Fri, Oct 13, 2017, 9:29 AM Frediano Ziglio wrote:
>
>> >
>> > On Wed, Oct 11, 2017 at 1:43 PM, Frediano Ziglio
>> wrote:
>> > >>
>> > >> Replace existing main while-loop with GMainLoop.
>> > >>
>> > >> Use GIOChannel with g_io_add_wa
For the series,
Acked-by: Christophe Fergeau
though I would put the test after the fix, or squash both.
Christophe
On Thu, Oct 12, 2017 at 03:56:16PM +0100, Frediano Ziglio wrote:
> Signed-off-by: Frediano Ziglio
> ---
> server/tests/test-leaks.c | 36
> 1
> > On Fri, Oct 13, 2017, 9:29 AM Frediano Ziglio < fzig...@redhat.com > wrote:
>
> > > >
> >
>
> > > > On Wed, Oct 11, 2017 at 1:43 PM, Frediano Ziglio < fzig...@redhat.com >
> > > > wrote:
> >
>
> > > > >>
> >
>
> > > > >> Replace existing main while-loop with GMainLoop.
> >
>
> > > > >
On Fri, Oct 13, 2017 at 11:33:23AM +0300, Joonas Lahtinen wrote:
> On Fri, 2017-10-13 at 02:09 +, Zhang, Tina wrote:
> > > -Original Message-
> > > From: Marc-André Lureau [mailto:marcandre.lur...@redhat.com]
> > > Sent: Thursday, October 12, 2017 5:42 PM
> > > To: Gerd Hoffmann
> > >
> On Fri, Oct 13, 2017, 9:29 AM Frediano Ziglio < fzig...@redhat.com > wrote:
> > >
>
> > > On Wed, Oct 11, 2017 at 1:43 PM, Frediano Ziglio < fzig...@redhat.com >
> > > wrote:
>
> > > >>
>
> > > >> Replace existing main while-loop with GMainLoop.
>
> > > >>
>
> > > >> Use GIOChannel with g_i
On Fri, Oct 13, 2017, 9:29 AM Frediano Ziglio wrote:
> >
> > On Wed, Oct 11, 2017 at 1:43 PM, Frediano Ziglio
> wrote:
> > >>
> > >> Replace existing main while-loop with GMainLoop.
> > >>
> > >> Use GIOChannel with g_io_add_watch() to manage IO
> > >> from x11 connections in the main loop.
> >
Hi,
> Switching the qxl kms driver to use a scratchpad model too should be
> easy for userspace apps not using qxl ioctls (i.e. basically
> everything
> but xorg-x11-drv-qxl). Just use the vga memory region (start of pci
> bar 0) as scratchpad, then we can safely use framebuffer blits for
> dis
>
> > I tried a few years back (spice-protocol 0.12.10) to move these code
> > generation scripts to spice-protocol, but this did not work out
> > nicely so this was reverted.
>
> I found this too, I opted to use the spice.proto file to write my own
> header
> with the basics that were required.
> -Original Message-
> From: Marc-André Lureau [mailto:marcandre.lur...@redhat.com]
> Sent: Thursday, October 12, 2017 5:42 PM
> To: Gerd Hoffmann
> Cc: intel-gvt-...@lists.freedesktop.org; spice-devel@lists.freedesktop.org;
> Zhang, Tina
> Subject: Re: [Spice-devel] intel vgpu & spice
what's this??Videos is better.I can't understand it.I don't know how to do next.
-- --
??: "Christophe Fergeau";
: 2017??10??12??(??) 9:06
??: ""<450423...@qq.com>;
: "spice-devel";
: Re: [Spice-devel] get into
On Fri, 2017-10-13 at 02:09 +, Zhang, Tina wrote:
> > -Original Message-
> > From: Marc-André Lureau [mailto:marcandre.lur...@redhat.com]
> > Sent: Thursday, October 12, 2017 5:42 PM
> > To: Gerd Hoffmann
> > Cc: intel-gvt-...@lists.freedesktop.org; spice-devel@lists.freedesktop.org;
>
I tried a few years back (spice-protocol 0.12.10) to move these code
generation scripts to spice-protocol, but this did not work out
nicely so this was reverted.
I found this too, I opted to use the spice.proto file to write my own
header
with the basics that were required.
I agree that hav
>
> On Wed, Oct 11, 2017 at 1:43 PM, Frediano Ziglio wrote:
> >>
> >> Replace existing main while-loop with GMainLoop.
> >>
> >> Use GIOChannel with g_io_add_watch() to manage IO
> >> from x11 connections in the main loop.
> >>
> >> udscs_connect() now internally creates GSources
> >> by calling
18 matches
Mail list logo