Re: [Qemu-devel] [PATCH] Actually block signals that have been queued by Qemu.

2015-03-09 Thread Peter Maydell
On 9 March 2015 at 20:19, Timothy Baldwin wrote: > > On 08/03/15 10:23, Peter Maydell wrote: >> >> On 8 March 2015 at 04:18, Timothy Baldwin >> wrote: >>>if (set) { >>> -bool has_sigsegv = sigismember(set, SIGSEGV); >>> val = *set; >>> temp = &val; >>> - >>> -

Re: [Qemu-devel] [PATCH] Actually block signals that have been queued by Qemu.

2015-03-09 Thread Timothy Baldwin
On 08/03/15 10:23, Peter Maydell wrote: On 8 March 2015 at 04:18, Timothy Baldwin wrote: From ebcb08f4f4ed90c8557cafc02593360c59e10a49 Mon Sep 17 00:00:00 2001 From: Timothy E Baldwin Date: Sat, 7 Mar 2015 18:42:41 + Subject: [PATCH] Actually block signals that have been queued in TaskSt

Re: [Qemu-devel] [PATCH] Actually block signals that have been queued by Qemu.

2015-03-08 Thread Peter Maydell
On 8 March 2015 at 04:18, Timothy Baldwin wrote: > From ebcb08f4f4ed90c8557cafc02593360c59e10a49 Mon Sep 17 00:00:00 2001 > From: Timothy E Baldwin > Date: Sat, 7 Mar 2015 18:42:41 + > Subject: [PATCH] Actually block signals that have been queued in TaskState. > > Actually block signals that

Re: [Qemu-devel] [PATCH] Actually block signals that have been queued by Qemu.

2015-03-07 Thread Peter Maydell
On 8 March 2015 at 04:18, Timothy Baldwin wrote: > From ebcb08f4f4ed90c8557cafc02593360c59e10a49 Mon Sep 17 00:00:00 2001 > From: Timothy E Baldwin > Date: Sat, 7 Mar 2015 18:42:41 + > Subject: [PATCH] Actually block signals that have been queued in TaskState. > > Actually block signals that

[Qemu-devel] [PATCH] Actually block signals that have been queued by Qemu.

2015-03-07 Thread Timothy Baldwin
From ebcb08f4f4ed90c8557cafc02593360c59e10a49 Mon Sep 17 00:00:00 2001 From: Timothy E Baldwin Date: Sat, 7 Mar 2015 18:42:41 + Subject: [PATCH] Actually block signals that have been queued in TaskState. Actually block signals that have been queued in TaskState. For this purpose the set of b