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
Age
Commit message (
Expand
)
Author
2023-06-13
target/riscv: Pass RISCVCPUConfig as target_info to disassemble_info
Weiwei Li
2023-06-13
target/riscv: Split RISCVCPUConfig declarations from cpu.h into cpu_cfg.h
Weiwei Li
2023-06-13
target/riscv: smstateen knobs
Mayuresh Chitale
2023-06-13
target/riscv: Reuse tb->flags.FS
Mayuresh Chitale
2023-06-13
target/riscv: smstateen check for fcsr
Mayuresh Chitale
2023-06-13
target/riscv: Update cur_pmmask/base when xl changes
Weiwei Li
2023-06-13
target/riscv: Fix pointer mask transformation for vector address
Weiwei Li
2023-06-13
target/riscv: Deny access if access is partially inside the PMP entry
Weiwei Li
2023-06-13
target/riscv: Separate pmp_update_rule() in pmpcfg_csr_write
Weiwei Li
2023-06-13
target/riscv: Flush TLB only when pmpcfg/pmpaddr really changes
Weiwei Li
2023-06-13
target/riscv: Flush TLB when pmpaddr is updated
Weiwei Li
2023-06-13
target/riscv: Update the next rule addr in pmpaddr_csr_write()
Weiwei Li
2023-06-13
target/riscv: Flush TLB when MMWP or MML bits are changed
Weiwei Li
2023-06-13
target/riscv: Remove unused paramters in pmp_hart_has_privs_default()
Weiwei Li
2023-06-13
target/riscv: Make RLB/MML/MMWP bits writable only when Smepmp is enabled
Weiwei Li
2023-06-13
target/riscv: Change the return type of pmp_hart_has_privs() to bool
Weiwei Li
2023-06-13
target/riscv: Make the short cut really work in pmp_hart_has_privs
Weiwei Li
2023-06-13
target/riscv: Move pmp_get_tlb_size apart from get_physical_address_pmp
Weiwei Li
2023-06-13
target/riscv: Update pmp_get_tlb_size()
Weiwei Li
2023-06-13
target/riscv: rework write_misa()
Daniel Henrique Barboza
2023-06-13
target/riscv/cpu.c: remove cfg setup from riscv_cpu_init()
Daniel Henrique Barboza
2023-06-13
target/riscv/cpu.c: validate extensions before riscv_timer_init()
Daniel Henrique Barboza
2023-06-13
target/riscv/cpu.c: add riscv_cpu_validate_misa_mxl()
Daniel Henrique Barboza
2023-06-13
target/riscv/cpu.c: add priv_spec validate/disable_exts helpers
Daniel Henrique Barboza
2023-06-13
target/riscv: Update check for Zca/Zcf/Zcd
Weiwei Li
2023-06-13
target/riscv: Mask the implicitly enabled extensions in isa_string based on p...
Weiwei Li
2023-06-13
target/riscv: add PRIV_VERSION_LATEST
Daniel Henrique Barboza
2023-06-13
target/riscv/cpu.c: remove set_priv_version()
Daniel Henrique Barboza
2023-06-13
target/riscv/cpu.c: remove set_vext_version()
Daniel Henrique Barboza
2023-06-13
target/riscv/cpu.c: add riscv_cpu_validate_v()
Daniel Henrique Barboza
2023-06-13
target/riscv: Move zc* out of the experimental properties
Weiwei Li
2023-06-13
target/riscv/vector_helper.c: skip set tail when vta is zero
Daniel Henrique Barboza
2023-06-10
Merge tag 'pull-ppc-20230610' of https://gitlab.com/danielhb/qemu into staging
Richard Henderson
2023-06-10
target/ppc: Implement gathering irq statistics
BALATON Zoltan
2023-06-10
target/ppc: Rework store conditional to avoid branch
Nicholas Piggin
2023-06-10
target/ppc: Remove larx/stcx. memory barrier semantics
Nicholas Piggin
2023-06-10
target/ppc: Ensure stcx size matches larx
Nicholas Piggin
2023-06-10
target/ppc: Fix lqarx to set cpu_reserve
Nicholas Piggin
2023-06-10
target/ppc: Eliminate goto in mmubooke_check_tlb()
BALATON Zoltan
2023-06-10
target/ppc: Change ppcemb_tlb_check() to return bool
BALATON Zoltan
2023-06-10
target/ppc: Simplify ppcemb_tlb_search()
BALATON Zoltan
2023-06-10
target/ppc: Remove some unneded line breaks
BALATON Zoltan
2023-06-10
target/ppc: Move ppcemb_tlb_search() to mmu_common.c
BALATON Zoltan
2023-06-10
target/ppc: Remove "ext" parameter of ppcemb_tlb_check()
BALATON Zoltan
2023-06-10
target/ppc: Remove single use function
BALATON Zoltan
2023-06-10
target/ppc: PMU implement PERFM interrupts
Nicholas Piggin
2023-06-10
target/ppc: Support directed privileged doorbell interrupt (SDOOR)
Nicholas Piggin
2023-06-10
target/ppc: Fix msgclrp interrupt type
Nicholas Piggin
2023-06-10
target/ppc: PMU do not clear MMCR0[FCECE] on performance monitor alert
Nicholas Piggin
2023-06-10
target/ppc: Fix PMU hflags calculation
Nicholas Piggin
[next]