qemu-devel
[Top][All Lists]
Advanced

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

Re: [RFC v11 16/55] target/arm: only perform TCG cpu and machine inits i


From: Richard Henderson
Subject: Re: [RFC v11 16/55] target/arm: only perform TCG cpu and machine inits if TCG enabled
Date: Wed, 24 Mar 2021 12:44:36 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1

On 3/23/21 9:46 AM, Claudio Fontana wrote:
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>
---
  target/arm/cpu.c     | 32 ++++++++++++++++++--------------
  target/arm/kvm.c     | 18 +++++++++---------
  target/arm/machine.c | 20 +++++++++++++-------
  3 files changed, 40 insertions(+), 30 deletions(-)

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


r~



reply via email to

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