[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH-for-9.1 03/21] target/i386: Move APIC related code to cpu-api
|
From: |
Zhao Liu |
|
Subject: |
Re: [PATCH-for-9.1 03/21] target/i386: Move APIC related code to cpu-apic.c |
|
Date: |
Wed, 24 Apr 2024 16:26:23 +0800 |
On Thu, Mar 21, 2024 at 04:48:19PM +0100, Philippe Mathieu-Daudé wrote:
> Date: Thu, 21 Mar 2024 16:48:19 +0100
> From: Philippe Mathieu-Daudé <philmd@linaro.org>
> Subject: [PATCH-for-9.1 03/21] target/i386: Move APIC related code to
> cpu-apic.c
> X-Mailer: git-send-email 2.41.0
>
> Move APIC related code split in cpu-sysemu.c and
> monitor.c to cpu-apic.c.
>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> ---
> target/i386/cpu-apic.c | 112 +++++++++++++++++++++++++++++++++++++++
> target/i386/cpu-sysemu.c | 77 ---------------------------
> target/i386/monitor.c | 25 ---------
> target/i386/meson.build | 1 +
> 4 files changed, 113 insertions(+), 102 deletions(-)
> create mode 100644 target/i386/cpu-apic.c
>
> diff --git a/target/i386/cpu-apic.c b/target/i386/cpu-apic.c
> new file mode 100644
> index 0000000000..d397ec94dc
> --- /dev/null
> +++ b/target/i386/cpu-apic.c
Nit: New file needs a MAINTAINER entry ;-).
Others LGTM,
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
- Re: [PATCH-for-9.1 03/21] target/i386: Move APIC related code to cpu-apic.c,
Zhao Liu <=