Re: [Spice-devel] [PATCH xf86-video-qxl] Do not process watches on select() error.

2015-06-01 Thread Jeremy White
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/01/2015 03:09 AM, Christophe Fergeau wrote: > On Wed, May 27, 2015 at 01:58:25PM -0500, Jeremy White wrote: >> This enables a kill of an Xorg process to propogate further. > > If not pushed yet s/propogate/propagate/ Correct patch propagated, t

Re: [Spice-devel] [PATCH xf86-video-qxl] Do not process watches on select() error.

2015-06-01 Thread Christophe Fergeau
On Wed, May 27, 2015 at 01:58:25PM -0500, Jeremy White wrote: > This enables a kill of an Xorg process to propogate further. If not pushed yet s/propogate/propagate/ Christophe pgpcNpPrqxRnI.pgp Description: PGP signature ___ Spice-devel mailing list

Re: [Spice-devel] [PATCH xf86-video-qxl] Do not process watches on select() error.

2015-05-31 Thread Uri Lublin
On 05/27/2015 09:58 PM, Jeremy White wrote: This enables a kill of an Xorg process to propogate further. Without this, the read masks would be set, and we could end up blocking in an accept() call and not exiting from the signal. Signed-off-by: Jeremy White --- src/spiceqxl_main_loop.c | 2 +-

[Spice-devel] [PATCH xf86-video-qxl] Do not process watches on select() error.

2015-05-27 Thread Jeremy White
This enables a kill of an Xorg process to propogate further. Without this, the read masks would be set, and we could end up blocking in an accept() call and not exiting from the signal. Signed-off-by: Jeremy White --- src/spiceqxl_main_loop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)