commit | 6f3bb80944148012cbac1f98da249f591cbcae43 | [log] [tgz] |
---|---|---|
author | Suresh Warrier <warrier@linux.vnet.ibm.com> | Thu Dec 17 14:59:08 2015 -0600 |
committer | Paul Mackerras <paulus@samba.org> | Mon Feb 29 16:25:06 2016 +1100 |
tree | db2ac55038feb5156de37c0bfaaf33a7366600c2 | |
parent | b8e6a87c82927ed9ccf0f3ee42946a41cb9d75fe [diff] |
KVM: PPC: Book3S HV: kvmppc_host_rm_ops - handle offlining CPUs The kvmppc_host_rm_ops structure keeps track of which cores are are in the host by maintaining a bitmask of active/runnable online CPUs that have not entered the guest. This patch adds support to manage the bitmask when a CPU is offlined or onlined in the host. Signed-off-by: Suresh Warrier <warrier@linux.vnet.ibm.com> Signed-off-by: Paul Mackerras <paulus@samba.org>