[PATCH 0/2] hw/riscv/virt: Remove unnecessary use of &first_cpu

Philippe Mathieu-Daudé posted 2 patches 2 months, 3 weeks ago
target/riscv/kvm/kvm_riscv.h | 4 +++-
hw/riscv/virt.c              | 2 +-
target/riscv/kvm/kvm-cpu.c   | 4 ++--
3 files changed, 6 insertions(+), 4 deletions(-)
[PATCH 0/2] hw/riscv/virt: Remove unnecessary use of &first_cpu
Posted by Philippe Mathieu-Daudé 2 months, 3 weeks ago
Pass RISCVCPU to kvm_riscv_get_timebase_frequency(),
then access the first vCPU via Virt::Array::Hart[]
rather than the &first_cpu global, which is going to
be removed as part of the heterogeneous emulation
effort.

Philippe Mathieu-Daudé (2):
  target/riscv: Have kvm_riscv_get_timebase_frequency() take RISCVCPU
    cpu
  hw/riscv/virt: Remove unnecessary use of &first_cpu

 target/riscv/kvm/kvm_riscv.h | 4 +++-
 hw/riscv/virt.c              | 2 +-
 target/riscv/kvm/kvm-cpu.c   | 4 ++--
 3 files changed, 6 insertions(+), 4 deletions(-)

-- 
2.47.1


Re: [PATCH 0/2] hw/riscv/virt: Remove unnecessary use of &first_cpu
Posted by Alistair Francis 2 months, 3 weeks ago
On Mon, Jan 13, 2025 at 9:14 AM Philippe Mathieu-Daudé
<philmd@linaro.org> wrote:
>
> Pass RISCVCPU to kvm_riscv_get_timebase_frequency(),
> then access the first vCPU via Virt::Array::Hart[]
> rather than the &first_cpu global, which is going to
> be removed as part of the heterogeneous emulation
> effort.
>
> Philippe Mathieu-Daudé (2):
>   target/riscv: Have kvm_riscv_get_timebase_frequency() take RISCVCPU
>     cpu
>   hw/riscv/virt: Remove unnecessary use of &first_cpu

Thanks!

Applied to riscv-to-apply.next

Alistair

>
>  target/riscv/kvm/kvm_riscv.h | 4 +++-
>  hw/riscv/virt.c              | 2 +-
>  target/riscv/kvm/kvm-cpu.c   | 4 ++--
>  3 files changed, 6 insertions(+), 4 deletions(-)
>
> --
> 2.47.1
>
>