Re: [Qemu-devel] [PATCH 3/9] spapr: Add cpu_apply hook to capabilities

2018-06-20 Thread Cédric Le Goater
On 06/18/2018 08:36 AM, David Gibson wrote: > spapr capabilities have an apply hook to actually activate (or deactivate) > the feature in the system at reset time. However, a number of capabilities > affect the setup of cpus, and need to be applied to each of them - > including hotplugged cpus for

Re: [Qemu-devel] [PATCH 3/9] spapr: Add cpu_apply hook to capabilities

2018-06-18 Thread Greg Kurz
On Mon, 18 Jun 2018 16:36:00 +1000 David Gibson wrote: > spapr capabilities have an apply hook to actually activate (or deactivate) > the feature in the system at reset time. However, a number of capabilities > affect the setup of cpus, and need to be applied to each of them - > including hotplu

[Qemu-devel] [PATCH 3/9] spapr: Add cpu_apply hook to capabilities

2018-06-17 Thread David Gibson
spapr capabilities have an apply hook to actually activate (or deactivate) the feature in the system at reset time. However, a number of capabilities affect the setup of cpus, and need to be applied to each of them - including hotplugged cpus for extra complication. To make this simpler, add an o