[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v21 11/17] i386: split misc helper into user and softmmu part
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [PATCH v21 11/17] i386: split misc helper into user and softmmu parts |
Date: |
Mon, 22 Feb 2021 14:44:47 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0 |
"user" vs "system" in title?
On 2/22/21 2:36 PM, Claudio Fontana wrote:
> Signed-off-by: Claudio Fontana <cfontana@suse.de>
> ---
> target/i386/tcg/misc_helper.c | 463 --------------------------
> target/i386/tcg/softmmu/misc_helper.c | 438 ++++++++++++++++++++++++
> target/i386/tcg/user/misc_helper.c | 72 ++++
> target/i386/tcg/softmmu/meson.build | 1 +
> target/i386/tcg/user/meson.build | 1 +
> 5 files changed, 512 insertions(+), 463 deletions(-)
> create mode 100644 target/i386/tcg/softmmu/misc_helper.c
> create mode 100644 target/i386/tcg/user/misc_helper.c
- [PATCH v21 08/17] i386: split smm helper (softmmu), (continued)
- [PATCH v21 08/17] i386: split smm helper (softmmu), Claudio Fontana, 2021/02/22
- [PATCH v21 09/17] i386: split tcg excp_helper into softmmu and user parts, Claudio Fontana, 2021/02/22
- [PATCH v21 04/17] target/i386: fix host_cpu_adjust_phys_bits error handling, Claudio Fontana, 2021/02/22
- [PATCH v21 05/17] accel-cpu: make cpu_realizefn return a bool, Claudio Fontana, 2021/02/22
- [PATCH v21 14/17] i386: split seg_helper into user-only and softmmu parts, Claudio Fontana, 2021/02/22
- [PATCH v21 16/17] i386: gdbstub: only write CR0/CR2/CR3/EFER for SOFTMMU, Claudio Fontana, 2021/02/22
- [PATCH v21 10/17] i386: move TCG btp_helper into softmmu/, Claudio Fontana, 2021/02/22
- [PATCH v21 13/17] i386: split svm_helper into softmmu and stub-only user, Claudio Fontana, 2021/02/22
- [PATCH v21 17/17] i386: move cpu_load_efer into SOFTMMU-only section of cpu.h, Claudio Fontana, 2021/02/22
- [PATCH v21 11/17] i386: split misc helper into user and softmmu parts, Claudio Fontana, 2021/02/22
- Re: [PATCH v21 11/17] i386: split misc helper into user and softmmu parts,
Philippe Mathieu-Daudé <=
- [PATCH v21 12/17] i386: separate fpu_helper into user and softmmu parts, Claudio Fontana, 2021/02/22
- [PATCH v21 15/17] i386: split off softmmu part of cpu.c, Claudio Fontana, 2021/02/22
- Re: [PATCH v21 00/17] i386 cleanup PART 2, no-reply, 2021/02/22