[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v22 15/17] i386: split off sysemu part of cpu.c
From: |
Richard Henderson |
Subject: |
Re: [PATCH v22 15/17] i386: split off sysemu part of cpu.c |
Date: |
Wed, 24 Feb 2021 20:02:30 -0800 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 |
On 2/24/21 5:34 AM, Claudio Fontana wrote:
> Signed-off-by: Claudio Fontana <cfontana@suse.de>
> ---
> target/i386/cpu-internal.h | 70 +++++++
> target/i386/cpu-softmmu.c | 352 ++++++++++++++++++++++++++++++++++
> target/i386/cpu.c | 383 +------------------------------------
> target/i386/meson.build | 1 +
> 4 files changed, 428 insertions(+), 378 deletions(-)
> create mode 100644 target/i386/cpu-internal.h
> create mode 100644 target/i386/cpu-softmmu.c
softmmu in the filename still, when
> + * i386 CPU internal definitions to be shared between cpu.c and cpu-sysemu.c
this has been updated. Otherwise,
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
r~
- Re: [PATCH v22 14/17] i386: split seg_helper into user-only and sysemu parts, (continued)
- [PATCH v22 11/17] i386: split misc helper into user and sysemu parts, Claudio Fontana, 2021/02/24
- [PATCH v22 17/17] i386: move cpu_load_efer into sysemu-only section of cpu.h, Claudio Fontana, 2021/02/24
- [PATCH v22 16/17] i386: gdbstub: only write CR0/CR2/CR3/EFER for SOFTMMU, Claudio Fontana, 2021/02/24
- [PATCH v22 15/17] i386: split off sysemu part of cpu.c, Claudio Fontana, 2021/02/24
- Re: [PATCH v22 15/17] i386: split off sysemu part of cpu.c,
Richard Henderson <=
- Re: [PATCH v22 00/17] i386 cleanup PART 2, no-reply, 2021/02/24
- Re: [PATCH v22 00/17] i386 cleanup PART 2, Philippe Mathieu-Daudé, 2021/02/24