Displaying 1 result from an estimated 1 matches for "vcpu_block_enable_ev".
2013 May 01
0
[xen-unstable test] 17860: regressions - FAIL
...83c60b7708ea
Author: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Date: Tue Apr 23 12:19:26 2013 +0100
xen: introduce vcpu_block
Rename do_block to vcpu_block.
Move the call to local_event_delivery_enable out of vcpu_block, to a new
static function called vcpu_block_enable_events.
Use vcpu_block_enable_events instead of do_block throughout in
schedule.c
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Acked-by: Keir Fraser <keir@xen.org>
commit 11d8866da50a75ef5089faebdfa37164bdcb7545
Author: Stefano Stabellini...