Re: [hatari-devel] Code execution on reset within the emulated Atari |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] Code execution on reset within the emulated Atari
- From: Thomas Huth <th.huth@xxxxxxxxx>
- Date: Sat, 20 Jul 2024 06:23:52 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1721456634; bh=3YArm7OhDkg7EiqUHjlwzUVrTs8ugnvb/Y3UfQ85xfE=; h=Date:From:To:Subject:Message-ID:MIME-Version:Content-Type: Content-Transfer-Encoding:From; b=BFFBJIIOnXn1CPTj/DDH90jOFnXwrq1PaIBnSTOS7R5uKBvLz0uCgvjo7xntNMfL/ 3k/mmmHtD7hyfeuomFmsJxM3CkS7sxvjmYlnTykj5p32oaDip7lYhKIHzeElXakGSL D8fQoEb79NO56WA/T+zOrRCL23Q5xB7d1SiaheG+bsjY00Li3xVfXuugYrSNmRMuhE /jJ1V2ugYn2ARgxfw4uP9HA1rtQM87yT5H0i1kT1nZjDrIZnNcUKPrjj87qNh44fBJ GwVQRESmw4bn78BwPRTjiwtiXJYOsC6eVvJyLgyBXgbxGhN477JrPk8zs+afIQkbPB tG/46gAHnU2xg==
Am Fri, 19 Jul 2024 12:01:41 +0200
schrieb Uwe Seimet <Uwe.Seimet@xxxxxxxxx>:
> > On 19/07/2024 11.54, Uwe Seimet wrote:
....
> > > I will check whether customreset() can do the work. Currently
> > > nf_scsidrv_reset is called in reset.c, but this only works if you reset the
> > > emulation externally I assume
> > > .
> > > @Thomas In case customreset() works, the call in reset.c can probably be
> > > removed?
> >
> > Yes, I think so.
>
> Looks as if using customreset() works fine. The attached patch contains the
> required changes. Can you please review/merge it? Thank you.
Thanks for the patch, I merged it now!
Thomas