On 4 September 2018 at 11:32, Dr. David Alan Gilbert <dgilb...@redhat.com> wrote: > * Andrew Jones (drjo...@redhat.com) wrote: >> Simply, users that migrate '-cpu host' VMs need to know what they're >> doing. > > The problem here is that in the x86 world we've said: > 'don't use -cpu host > if you're using it be careful and you need to know what you're doing' > > on ARM it's looking like the default; that means lots more people will > use it who don't know what they're doing.
It is also the case that on Arm migration of -cpu host means you need to know what you're doing. But also, we don't support any kind of cross-cpu-type migration or "present cpu type A to the guest when running cpu type B", so a lot of the things you can do on x86 just aren't possible (yet) on Arm. The vague plan has been that we should fill in the gaps generally in line with what x86 does. But as Andrew says the errata-workaround-enablement issue is a bit tricky. thanks -- PMM