On 30/01/18 16:14, Julien Grall wrote: > Hi all, > > This small series replaces all call to domain_crash_synchronous by injecting > an exception to the guest. > > This will result to a nicer trace from the guest (no need to manually walk > the stack) and give a chance to the guest to give a bit more information on > what it was doing. > > Cheers, > > Julien Grall (3): > xen/arm: io: Distinguish unhandled IO from aborted one > xen/arm: Don't crash domain on bad MMIO emulation > xen/arm: Don't crash the domain on invalid HVC immediate
Thanks. I don't feel qualified to review these, but some notes. Patch 1. s/avodi/avoid/ in the commit message Patches 2 and 3. You probably want to convert the printks to gdprintk()s, otherwise guests can choke up the ratelimited log. Doing so will also mean that the vcpu will be identified consistently, which it isn't currently. ~Andrew _______________________________________________ Xen-devel mailing list [email protected] https://lists.xenproject.org/mailman/listinfo/xen-devel
