qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v11 06/25] i386: move hax accel files into hax/


From: Richard Henderson
Subject: Re: [PATCH v11 06/25] i386: move hax accel files into hax/
Date: Fri, 11 Dec 2020 10:10:07 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

On 12/11/20 2:31 AM, Claudio Fontana wrote:
> Signed-off-by: Claudio Fontana <cfontana@suse.de>
> Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
> ---
>  target/i386/{ => hax}/hax-cpus.h      | 0
>  target/i386/{ => hax}/hax-i386.h      | 6 +++---
>  target/i386/{ => hax}/hax-interface.h | 0
>  target/i386/{ => hax}/hax-posix.h     | 0
>  target/i386/{ => hax}/hax-windows.h   | 0
>  target/i386/{ => hax}/hax-all.c       | 0
>  target/i386/{ => hax}/hax-cpus.c      | 0
>  target/i386/{ => hax}/hax-mem.c       | 0
>  target/i386/{ => hax}/hax-posix.c     | 0
>  target/i386/{ => hax}/hax-windows.c   | 0
>  MAINTAINERS                           | 2 +-
>  target/i386/hax/meson.build           | 7 +++++++
>  target/i386/meson.build               | 8 +-------
>  13 files changed, 12 insertions(+), 11 deletions(-)
>  rename target/i386/{ => hax}/hax-cpus.h (100%)
>  rename target/i386/{ => hax}/hax-i386.h (95%)
>  rename target/i386/{ => hax}/hax-interface.h (100%)
>  rename target/i386/{ => hax}/hax-posix.h (100%)
>  rename target/i386/{ => hax}/hax-windows.h (100%)
>  rename target/i386/{ => hax}/hax-all.c (100%)
>  rename target/i386/{ => hax}/hax-cpus.c (100%)
>  rename target/i386/{ => hax}/hax-mem.c (100%)
>  rename target/i386/{ => hax}/hax-posix.c (100%)
>  rename target/i386/{ => hax}/hax-windows.c (100%)
>  create mode 100644 target/i386/hax/meson.build

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~




reply via email to

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