KVM: PPC: BookE: Add check_requests helper function
authorAlexander Graf <agraf@suse.de>
Wed, 8 Aug 2012 18:31:13 +0000 (20:31 +0200)
committerAlexander Graf <agraf@suse.de>
Fri, 5 Oct 2012 21:38:41 +0000 (23:38 +0200)
We need a central place to check for pending requests in. Add one that
only does the timer check we already do in a different place.

Later, this central function can be extended by more checks.

Signed-off-by: Alexander Graf <agraf@suse.de>

No differences found