commit | 5db5bdacdfb115bb23d57808947f1ec1bcc00ef3 | [log] [tgz] |
---|---|---|
author | Jan Kiszka <jan.kiszka@siemens.com> | Tue Feb 01 22:15:54 2011 +0100 |
committer | Marcelo Tosatti <mtosatti@redhat.com> | Mon Feb 14 12:39:45 2011 -0200 |
tree | 5ab7374755dc483013f4f5c4fdb9189ccdba1afc | |
parent | ff48eb5fe79ad9ce50127965bd42320c7cccc8a1 [diff] |
kvm: Refactor qemu_kvm_eat_signals We do not use the timeout, so drop its logic. As we always poll our signals, we do not need to drop the global lock. Removing those calls allows some further simplifications. Also fix the error processing of sigpending at this chance. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>