> On 4 Nov 2022, at 19.40, francesco.cag...@gmail.com wrote: > > From: Francesco Cagnin <fcag...@quarkslab.com> > > These helpers will be also used for HVF. Aside from reformatting a > couple of comments for 'checkpatch.pl', this is just code motion. > > Signed-off-by: Francesco Cagnin <fcag...@quarkslab.com> > --- > target/arm/debug_helper.c | 241 +++++++++++++++++++++++++++++++++ > target/arm/internals.h | 50 +++++++ > target/arm/kvm64.c | 276 -------------------------------------- > 3 files changed, 291 insertions(+), 276 deletions(-)
Looks good. I was going to do the exact same in my patchset. Reviewed-by: Mads Ynddal <m...@ynddal.dk>