[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v24 18/18] i386: make cpu_load_efer sysemu-only
From: |
Richard Henderson |
Subject: |
Re: [PATCH v24 18/18] i386: make cpu_load_efer sysemu-only |
Date: |
Fri, 26 Feb 2021 08:02:33 -0800 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 |
On 2/26/21 1:49 AM, Claudio Fontana wrote:
> cpu_load_efer is now used only for sysemu code.
>
> Therefore, move this function implementation to
> sysemu-only section of helper.c
>
> Signed-off-by: Claudio Fontana <cfontana@suse.de>
> ---
> target/i386/cpu.h | 20 +++++---------------
> target/i386/helper.c | 13 +++++++++++++
> 2 files changed, 18 insertions(+), 15 deletions(-)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
r~
- [PATCH v24 14/18] i386: split seg_helper into user-only and sysemu parts, (continued)
- [PATCH v24 14/18] i386: split seg_helper into user-only and sysemu parts, Claudio Fontana, 2021/02/26
- [PATCH v24 16/18] target/i386: gdbstub: introduce aux functions to read/write CS64 regs, Claudio Fontana, 2021/02/26
- [PATCH v24 17/18] target/i386: gdbstub: only write CR0/CR2/CR3/EFER for sysemu, Claudio Fontana, 2021/02/26
- [PATCH v24 11/18] i386: split misc helper user stubs and sysemu part, Claudio Fontana, 2021/02/26
- [PATCH v24 18/18] i386: make cpu_load_efer sysemu-only, Claudio Fontana, 2021/02/26
- Re: [PATCH v24 18/18] i386: make cpu_load_efer sysemu-only,
Richard Henderson <=
- [PATCH v24 15/18] i386: split off sysemu part of cpu.c, Claudio Fontana, 2021/02/26
- Re: [PATCH v24 00/18] i386 cleanup PART 2, no-reply, 2021/02/26