qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v11 08/25] i386: move TCG accel files into tcg/


From: Richard Henderson
Subject: Re: [PATCH v11 08/25] i386: move TCG accel files into tcg/
Date: Fri, 11 Dec 2020 10:10:55 -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/{ => tcg}/bpt_helper.c  |  0
>  target/i386/{ => tcg}/cc_helper.c   |  0
>  target/i386/{ => tcg}/excp_helper.c |  0
>  target/i386/{ => tcg}/fpu_helper.c  |  0
>  target/i386/{ => tcg}/int_helper.c  |  0
>  target/i386/{ => tcg}/mem_helper.c  |  0
>  target/i386/{ => tcg}/misc_helper.c |  0
>  target/i386/{ => tcg}/mpx_helper.c  |  0
>  target/i386/{ => tcg}/seg_helper.c  |  0
>  target/i386/{ => tcg}/smm_helper.c  |  0
>  target/i386/{ => tcg}/svm_helper.c  |  0
>  target/i386/{ => tcg}/tcg-stub.c    |  0
>  target/i386/{ => tcg}/translate.c   |  0
>  target/i386/meson.build             | 14 +-------------
>  target/i386/tcg/meson.build         | 13 +++++++++++++
>  15 files changed, 14 insertions(+), 13 deletions(-)
>  rename target/i386/{ => tcg}/bpt_helper.c (100%)
>  rename target/i386/{ => tcg}/cc_helper.c (100%)
>  rename target/i386/{ => tcg}/excp_helper.c (100%)
>  rename target/i386/{ => tcg}/fpu_helper.c (100%)
>  rename target/i386/{ => tcg}/int_helper.c (100%)
>  rename target/i386/{ => tcg}/mem_helper.c (100%)
>  rename target/i386/{ => tcg}/misc_helper.c (100%)
>  rename target/i386/{ => tcg}/mpx_helper.c (100%)
>  rename target/i386/{ => tcg}/seg_helper.c (100%)
>  rename target/i386/{ => tcg}/smm_helper.c (100%)
>  rename target/i386/{ => tcg}/svm_helper.c (100%)
>  rename target/i386/{ => tcg}/tcg-stub.c (100%)
>  rename target/i386/{ => tcg}/translate.c (100%)
>  create mode 100644 target/i386/tcg/meson.build

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

r~




reply via email to

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