[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/3] arm: move KVM breakpoints helpers
From: |
Mads Ynddal |
Subject: |
Re: [PATCH 1/3] arm: move KVM breakpoints helpers |
Date: |
Mon, 7 Nov 2022 14:00:42 +0100 |
> On 4 Nov 2022, at 19.40, francesco.cagnin@gmail.com wrote:
>
> From: Francesco Cagnin <fcagnin@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 <fcagnin@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 <mads@ynddal.dk>