qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 5/5] target/arm: only perform TCG cpu and machine inits if


From: Richard Henderson
Subject: Re: [PATCH v2 5/5] target/arm: only perform TCG cpu and machine inits if TCG enabled
Date: Tue, 20 Dec 2022 17:23:32 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2

On 12/20/22 14:04, Fabiano Rosas wrote:
From: Claudio Fontana<cfontana@suse.de>

of note, cpreg lists were previously initialized by TCG first,
and then thrown away and replaced with the data coming from KVM.

Now we just initialize once, either for TCG or for KVM.

Signed-off-by: Claudio Fontana<cfontana@suse.de>
[moved arm_cpu_register_gdb_regs_for_features out of tcg_enabled]
Signed-off-by: Fabiano Rosas<farosas@suse.de>
Reviewed-by: Richard Henderson<richard.henderson@linaro.org>
---
Originally from:
[RFC v14 16/80] target/arm: only perform TCG cpu and machine inits if
TCG enabled
https://lore.kernel.org/r/20210416162824.25131-17-cfontana@suse.de
---
  target/arm/cpu.c     | 31 +++++++++++++++++-------------
  target/arm/kvm.c     | 18 +++++++++---------
  target/arm/kvm_arm.h |  3 +--
  target/arm/machine.c | 45 +++++++++++++++++++++++++-------------------
  4 files changed, 54 insertions(+), 43 deletions(-)

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

r~



reply via email to

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