Message ID | 20240122123348.973288-1-dbarboza@ventanamicro.com (mailing list archive) |
---|---|
Headers | show |
Series | riscv: add rv32i,rv32e and rv64e CPUs | expand |
Alistair, I think we should just queue this up since it's all acked. It's still applicable in riscv-to-apply.next. Thanks, Daniel On 1/22/24 09:33, Daniel Henrique Barboza wrote: > Hi, > > This v3 has the same patches from v2 rebased with a newer > riscv-to-apply.next branch (@ 096b6b07298). > > No other changes made. All patches acked. > > v2 link: https://lore.kernel.org/qemu-riscv/20240108161903.353648-1-dbarboza@ventanamicro.com/ > > Daniel Henrique Barboza (2): > target/riscv/cpu.c: add riscv_bare_cpu_init() > target/riscv: add rv32i, rv32e and rv64e CPUs > > target/riscv/cpu-qom.h | 3 ++ > target/riscv/cpu.c | 64 ++++++++++++++++++++++++++++++++---------- > 2 files changed, 52 insertions(+), 15 deletions(-) >
On Mon, Jan 22, 2024 at 10:34 PM Daniel Henrique Barboza <dbarboza@ventanamicro.com> wrote: > > Hi, > > This v3 has the same patches from v2 rebased with a newer > riscv-to-apply.next branch (@ 096b6b07298). > > No other changes made. All patches acked. > > v2 link: https://lore.kernel.org/qemu-riscv/20240108161903.353648-1-dbarboza@ventanamicro.com/ > > Daniel Henrique Barboza (2): > target/riscv/cpu.c: add riscv_bare_cpu_init() > target/riscv: add rv32i, rv32e and rv64e CPUs Thanks! Applied to riscv-to-apply.next Alistair > > target/riscv/cpu-qom.h | 3 ++ > target/riscv/cpu.c | 64 ++++++++++++++++++++++++++++++++---------- > 2 files changed, 52 insertions(+), 15 deletions(-) > > -- > 2.43.0 > >