Re: [Qemu-devel] [PATCH] configure: Remove unused CONFIG_SIGEV_THREAD_ID switch

2016-06-13 Thread Paolo Bonzini
On 10/06/2016 17:04, Thomas Huth wrote: > The CONFIG_SIGEV_THREAD_ID switch is unused since the related code > has been removed by commit 6d327171551a12b937c5718073b9848d0274c74d > ("aio / timers: Remove alarm timers"), so it can safely be removed > nowadays. Queued, thanks. Paolo >

[Qemu-devel] [PATCH] configure: Remove unused CONFIG_SIGEV_THREAD_ID switch

2016-06-10 Thread Thomas Huth
The CONFIG_SIGEV_THREAD_ID switch is unused since the related code has been removed by commit 6d327171551a12b937c5718073b9848d0274c74d ("aio / timers: Remove alarm timers"), so it can safely be removed nowadays. Signed-off-by: Thomas Huth --- configure | 22