- long mode cannot be changed after the shared info page is enabled (which
makes sense because the shared info page also has a compat version)
How is this not introducing an additional restriction? This seems way more
onerous than what is effectively a revert.
- the caches must be activated after the shared info page (which enforces
that the vCPU attributes are set after the VM attributes)
This is technically a userspace API break, but nobody is really using this
API outside Amazon so... Patches coming after I finish testing.
It's not just userspace break, it affects the guest ABI as well.