]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commit
signalfd compatibility
authorMarcelo Tosatti <mtosatti@redhat.com>
Mon, 11 Oct 2010 18:31:15 +0000 (15:31 -0300)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 20 Oct 2010 21:15:04 +0000 (16:15 -0500)
commitdcc38d1cce61e7d986e74dcd9bff2a5efc53a87c
tree0dd5b5afae1590c6763858314b91fcf788d11c84
parent296acb643b0f7ec3ab3d8c4a8fc48039d9269818
signalfd compatibility

Port qemu-kvm's signalfd compat code.

commit 5a7fdd0abd7cd24dac205317a4195446ab8748b5
Author: Anthony Liguori <aliguori@us.ibm.com>
Date:   Wed May 7 11:55:47 2008 -0500

    Use signalfd() in io-thread

    This patch reworks the IO thread to use signalfd() instead of sigtimedwait()
    This will eliminate the need to use SIGIO everywhere.

Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
Makefile.objs
compatfd.c [new file with mode: 0644]
compatfd.h [new file with mode: 0644]
configure