common: introduce vcpu_{,un}pause_by_systemcontroller() helpers
authorAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 25 Jul 2014 09:54:20 +0000 (11:54 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 25 Jul 2014 09:54:20 +0000 (11:54 +0200)
commit94483a5b758bbfc75e212aa499642c97985b3662
tree9c7d3740a6bfd77d76d170b7eee281d27a56d30a
parent680d79f10bb70691a9ae3b4a6a8b669e0f2837f6
common: introduce vcpu_{,un}pause_by_systemcontroller() helpers

Which will be used by following patches.  Reorder the function declarations
for vcpu/domain pause/unpause to group by vcpu/domain and visually separate
them slightly.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/common/domain.c
xen/include/xen/sched.h