> On 16 Nov 2022, at 18.47, francesco.cag...@gmail.com wrote: > > From: Francesco Cagnin <fcag...@quarkslab.com> > > This proved to be required when debugging the Linux kernel's initial > code, as the Hypervisor framework was triggering 'EC_SYSTEMREGISTERTRAP' > VM exits after enabling trap exceptions with > 'hv_vcpu_set_trap_debug_exceptions()'. > > Signed-off-by: Francesco Cagnin <fcag...@quarkslab.com> > --- > target/arm/hvf/hvf.c | 140 +++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 140 insertions(+)
Looks good to me. Reviewed-by: Mads Ynddal <m...@ynddal.dk>