On 03/16/2018 04:29 PM, Tony Krowiak wrote:
However it is a general switch for the VM.
It looks strange to have this inside the realize callback
I kind of semi agree.
The previous solution (having this transparent for QEMU) had
benefits. Why did we move away from that again?
This was done to address the multitude of objections and opinions related to
how/when/where ECA_APIE is set. Pierre summed it up best with his comment "we
need to separate the CPU feature defining 'if AP instructions are available'
from the QEMU property defining 'How we provide the instructions'. I agree and
this is how I chose to implement that.
It's even more separated if the one is controlled via a
userspace facing interface (cpu models) and the other
is controlled via an in-kernel interface (e.g. like
done previously in vfio open AFAIR).