index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
arm
/
tcg
/
cpu64.c
Age
Commit message (
Expand
)
Author
2024-01-09
target/arm: Add FEAT_NV2 to max, neoverse-n2, neoverse-v1 CPUs
Peter Maydell
2024-01-09
target/arm: Add FEAT_NV to max, neoverse-n2, neoverse-v1 CPUs
Peter Maydell
2024-01-09
target/arm: Set CTR_EL0.{IDC,DIC} for the 'max' CPU
Peter Maydell
2023-11-20
target/arm: enable FEAT_RNG on Neoverse-N2
Marcin Juszkiewicz
2023-10-27
target/arm: Move feature test functions to their own header
Peter Maydell
2023-10-27
target/arm: Implement Neoverse N2 CPU model
Peter Maydell
2023-10-27
target/arm: Correct minor errors in Cortex-A710 definition
Peter Maydell
2023-10-19
target/arm: Implement FEAT_HPMN0
Peter Maydell
2023-09-21
target/arm: Enable FEAT_MOPS for CPU 'max'
Peter Maydell
2023-09-21
target/arm: Implement FEAT_HBC
Peter Maydell
2023-09-08
target/arm: Implement FEAT_TIDCP1
Richard Henderson
2023-09-08
target/arm: Implement cortex-a710
Richard Henderson
2023-09-08
target/arm: Implement FEAT_FPAC and FEAT_FPACCOMBINE
Aaron Lindsay
2023-09-08
target/arm: Implement FEAT_Pauth2
Aaron Lindsay
2023-09-08
target/arm: Implement FEAT_EPAC
Aaron Lindsay
2023-09-08
target/arm: Don't change pauth features when changing algorithm
Richard Henderson
2023-08-31
target/arm: properly document FEAT_CRC32
Alex Bennée
2023-08-31
target/arm: Implement FEAT_HPDS2 as a no-op
Richard Henderson
2023-08-31
target/arm: Apply access checks to neoverse-v1 special registers
Richard Henderson
2023-08-31
target/arm: Apply access checks to neoverse-n1 special registers
Richard Henderson
2023-08-31
target/arm: Introduce make_ccsidr64
Richard Henderson
2023-08-31
target/arm: Allow cpu to configure GM blocksize
Richard Henderson
2023-07-06
target/arm: Define neoverse-v1
Peter Maydell
2023-06-23
target/arm: Add cpu properties for enabling FEAT_RME
Richard Henderson
2023-06-06
target/arm: Enable FEAT_LSE2 for -cpu max
Richard Henderson
2023-05-02
target/arm: move cpu_tcg to tcg/cpu32.c
Claudio Fontana
2023-05-02
target/arm: Move 64-bit TCG CPUs into tcg/
Fabiano Rosas