Re: [PATCH v3 0/3] target/riscv/kvm: reset time changes

2025-03-02 Thread Alistair Francis
On Mon, Feb 24, 2025 at 10:32 PM Daniel Henrique Barboza wrote: > > Hi, > > In this version I rolled back on the riscv_cpu_reset_hold() changes made > in patch 1. Peter made an argument about keeping the design the same > across architectures and I agreed. Patches 2 and 3 are already taking > care

[PATCH v3 0/3] target/riscv/kvm: reset time changes

2025-02-24 Thread Daniel Henrique Barboza
Hi, In this version I rolled back on the riscv_cpu_reset_hold() changes made in patch 1. Peter made an argument about keeping the design the same across architectures and I agreed. Patches 2 and 3 are already taking care of everything that KVM needs during reset, thus this doesn't incur in any fun