On 24/09/21 02:10, Oliver Upton wrote:
*/ vm = vm_create_default(VCPU_ID, 0, guest_code); + ucall_init(vm, NULL);Any reason not to do this automatically in vm_create()? There is 0% chance I'm going to remember to add this next time I write a common selftest, arm64 is the oddball here.I think that is best, I was planning on sending out a fix that does this later on. Just wanted to stop the bleeding with a minimal patch first.
For now I've queued it, for 5.16 we can do it in vm_create(). Paolo