qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v3 1/9] hvf: move memory related functions from hvf-accel-ops


From: Peter Maydell
Subject: Re: [PATCH v3 1/9] hvf: move memory related functions from hvf-accel-ops.c to hvf-mem.c
Date: Fri, 18 Mar 2022 11:46:18 +0000

On Wed, 2 Mar 2022 at 13:04, Yan-Jie Wang <ubzeme@gmail.com> wrote:
>
> Signed-off-by: Yan-Jie Wang <ubzeme@gmail.com>
> ---
>  accel/hvf/hvf-accel-ops.c | 220 +--------------------------------
>  accel/hvf/hvf-mem.c       | 252 ++++++++++++++++++++++++++++++++++++++
>  accel/hvf/meson.build     |   1 +
>  include/sysemu/hvf_int.h  |   2 +
>  4 files changed, 256 insertions(+), 219 deletions(-)
>  create mode 100644 accel/hvf/hvf-mem.c

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>

thanks
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]