On 23/01/2024 8:29 am, Bertrand Marquis wrote: >> Thanks for raising the visibility of this. I'm not familiar with ARM, >> but if I were investigating this I'd try to figure out what the >> "unhandled" error messages are. "gnttab_mark_dirty not implemented >> yet" looks pretty sus too, and also sounds like it might be something >> ARM-specific. > I tried to explain those and they are not the reason of the problem.
The "gnttab_mark_dirty not implemented yet" printk() should be deleted. It's /* TODO - logdirty support */ in a form that is actively unhelpful to people using a debug hypervisor to debug other things. ~Andrew