summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2021-05-12Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20210...Peter Maydell
2021-05-12Drop the deprecated unicore32 targetMarkus Armbruster
2021-05-12Drop the deprecated lm32 targetMarkus Armbruster
2021-05-12Remove the deprecated moxie targetThomas Huth
2021-05-11target/riscv: Fix the RV64H decode commentAlistair Francis
2021-05-11target/riscv: Consolidate RV32/64 16-bit instructionsAlistair Francis
2021-05-11target/riscv: Consolidate RV32/64 32-bit instructionsAlistair Francis
2021-05-11target/riscv: Remove an unused CASE_OP_32_64 macroAlistair Francis
2021-05-11target/riscv: Remove the unused HSTATUS_WPRI macroAlistair Francis
2021-05-11target/riscv: Remove the hardcoded SATP_MODE macroAlistair Francis
2021-05-11target/riscv: Remove the hardcoded MSTATUS_SD macroAlistair Francis
2021-05-11target/riscv: Remove the hardcoded HGATP_MODE macroAlistair Francis
2021-05-11target/riscv: Remove the hardcoded SSTATUS_SD macroAlistair Francis
2021-05-11target/riscv: Remove the hardcoded RVXLEN macroAlistair Francis
2021-05-11target/riscv: fix a typo with interrupt namesEmmanuel Blot
2021-05-11target/riscv: fix exception index on instruction access faultEmmanuel Blot
2021-05-11target/riscv: fix vrgather macro index variable type bugFrank Chang
2021-05-11target/riscv: Add ePMP support for the Ibex CPUAlistair Francis
2021-05-11target/riscv/pmp: Remove outdated commentAlistair Francis
2021-05-11target/riscv: Add a config option for ePMPHou Weiying
2021-05-11target/riscv: Implementation of enhanced PMP (ePMP)Hou Weiying
2021-05-11target/riscv: Add ePMP CSR access functionsHou Weiying
2021-05-11target/riscv: Add the ePMP featureAlistair Francis
2021-05-11target/riscv: Define ePMP mseccfgHou Weiying
2021-05-11target/riscv: Fix the PMP is locked check when using TORAlistair Francis
2021-05-11target/riscv: Fixup saturate subtract functionLIU Zhiwei
2021-05-11riscv: don't look at SUM when accessing memory from a debugger contextJade Fink
2021-05-11target/riscv: Use RISCVException enum for CSR accessAlistair Francis
2021-05-11target/riscv: Use the RISCVException enum for CSR operationsAlistair Francis
2021-05-11target/riscv: Fix 32-bit HS mode access permissionsAlistair Francis
2021-05-11target/riscv: Use the RISCVException enum for CSR predicatesAlistair Francis
2021-05-11target/riscv: Convert the RISC-V exceptions to an enumAlistair Francis
2021-05-11target/riscv: Add Shakti C class CPUVijai Kumar K
2021-05-11target/riscv: Align the data type of reset vector addressDylan Jhong
2021-05-11target/riscv: Remove privilege v1.9 specific CSR related codeAtish Patra
2021-05-11target/i386: use mmu_translate for NPT walkPaolo Bonzini
2021-05-11target/i386: allow customizing the next phase of the translationPaolo Bonzini
2021-05-11target/i386: extend pg_mode to more CR0 and CR4 bitsPaolo Bonzini
2021-05-11target/i386: pass cr3 to mmu_translatePaolo Bonzini
2021-05-11target/i386: extract mmu_translatePaolo Bonzini
2021-05-11target/i386: move paging mode constants from SVM to cpu.hPaolo Bonzini
2021-05-11target/i386: merge SVM_NPTEXIT_* with PF_ERROR_* constantsPaolo Bonzini
2021-05-10accel: add init_accel_cpu for adapting accel behavior to CPU typeClaudio Fontana
2021-05-10i386: make cpu_load_efer sysemu-onlyClaudio Fontana
2021-05-10target/i386: gdbstub: only write CR0/CR2/CR3/EFER for sysemuClaudio Fontana
2021-05-10target/i386: gdbstub: introduce aux functions to read/write CS64 regsClaudio Fontana
2021-05-10i386: split off sysemu part of cpu.cClaudio Fontana
2021-05-10i386: split seg_helper into user-only and sysemu partsClaudio Fontana
2021-05-10i386: split svm_helper into sysemu and stub-only userClaudio Fontana
2021-05-10i386: separate fpu_helper sysemu-only partsClaudio Fontana