On Tue, Oct 24, 2023 at 1:40 AM Daniel Henrique Barboza <dbarb...@ventanamicro.com> wrote: > > Hi, > > In this v3 the patches that added the extensions flags were squashed > with the patches that handled the disablement of the extensions in TCG, > as suggested by Alistair in v2. > > No other change made. Patches based on Alistair's riscv-to-apply.next. > > Patches missing acks: patch 3 > > Changes from v2: > - patch 2: squashed with patch 1 > - patch 5: squashed with patch 4 > - v2 link: > https://lore.kernel.org/qemu-riscv/20231017221226.136764-1-dbarb...@ventanamicro.com/ > > Daniel Henrique Barboza (4): > target/riscv: add zicntr extension flag for TCG > target/riscv/kvm: add zicntr reg > target/riscv: add zihpm extension flag for TCG > target/riscv/kvm: add zihpm reg
Thanks! Applied to riscv-to-apply.next Alistair > > target/riscv/cpu.c | 15 +++++++++++++++ > target/riscv/cpu_cfg.h | 2 ++ > target/riscv/csr.c | 4 ++++ > target/riscv/kvm/kvm-cpu.c | 2 ++ > target/riscv/tcg/tcg-cpu.c | 21 +++++++++++++++++++++ > 5 files changed, 44 insertions(+) > > -- > 2.41.0 > >