aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-07-04hw/rtc/ls7a_rtc: Add reset functionXiaojuan Yang1-0/+20
2022-07-04hw/rtc/ls7a_rtc: Remove unimplemented device in realized functionXiaojuan Yang1-1/+0
2022-07-04hw/rtc/ls7a_rtc: Fix timer call back functionXiaojuan Yang1-2/+2
2022-07-04hw/rtc/ls7a_rtc: Fix uninitialied bugs and toymatch writing functionXiaojuan Yang1-9/+11
2022-07-04hw/intc/loongarch_pch_msi: Fix msi vector convertionMao Bibo3-2/+23
2022-07-04target/loongarch: Update READMESong Gao1-2/+37
2022-07-04default-configs: Add loongarch linux-user supportSong Gao1-0/+3
2022-07-04target/loongarch: Adjust functions and structure to support user-modeSong Gao6-1/+72
2022-07-04target/loongarch: remove unused include hw/loader.hSong Gao1-1/+0
2022-07-04target/loongarch: Fix helper_asrtle_d/asrtgt_d raise wrong exceptionSong Gao2-2/+4
2022-07-04target/loongarch: Fix missing update CSR_BADVSong Gao1-4/+6
2022-07-04target/loongarch: remove badaddr from CPULoongArchSong Gao2-3/+1
2022-07-04scripts: add loongarch64 binfmt configSong Gao1-1/+5
2022-07-04linux-user: Add LoongArch cpu_loop supportSong Gao2-0/+130
2022-07-04linux-user: Add LoongArch syscall supportSong Gao4-1/+367
2022-07-04linux-user: Add LoongArch elf supportSong Gao2-0/+103
2022-07-04linux-user: Add LoongArch signal supportSong Gao2-0/+348
2022-07-04linux-user: Add LoongArch generic header filesSong Gao7-0/+68
2022-07-03Merge tag 'pull-riscv-to-apply-20220703-1' of github.com:alistair23/qemu into...Richard Henderson18-456/+843
2022-07-03target/riscv: Update default priority table for local interruptsAnup Patel2-70/+66
2022-07-03target/riscv: Remove CSRs that set/clear an IMSIC interrupt file bitsAnup Patel2-168/+6
2022-07-03target/riscv: Set minumum priv spec version for mcountinhibitAnup Patel1-1/+1
2022-07-03hw/riscv: boot: Reduce FDT address alignment constraintsAlistair Francis1-2/+2
2022-07-03target/riscv: Don't force update priv spec version to latestAnup Patel1-4/+8
2022-07-03target/riscv: Ibex: Support priv version 1.11Alistair Francis1-1/+1
2022-07-03target/riscv: Fixup MSECCFG minimum priv checkAlistair Francis1-1/+1
2022-07-03target/riscv: Support mcycle/minstret write operationAtish Patra6-53/+213
2022-07-03target/riscv: Add support for hpmcounters/hpmeventsAtish Patra3-152/+331
2022-07-03target/riscv: Implement mcountinhibit CSRAtish Patra4-0/+32
2022-07-03target/riscv: pmu: Make number of counters configurableAtish Patra3-36/+63
2022-07-03target/riscv: pmu: Rename the counters extension to pmuAtish Patra3-5/+5
2022-07-03target/riscv: Implement PMU CSR predicate function for S-modeAtish Patra1-0/+51
2022-07-03target/riscv: Fix PMU CSR predicate functionAtish Patra1-4/+7
2022-07-03target/riscv/pmp: guard against PMP ranges with a negative sizeNicolas Pitre1-0/+3
2022-07-03target/riscv: Minimize the calls to decode_save_opcRichard Henderson4-9/+17
2022-07-03target/riscv: Remove generate_exception_mtvalRichard Henderson1-9/+2
2022-07-03target/riscv: Set env->bins in gen_exception_illegalRichard Henderson4-0/+97
2022-07-03target/riscv: Remove condition guarding register zero for auipc and luiVĂ­ctor Colombo1-6/+2
2022-07-02Merge tag 'bsd-user-syscall-2022q2b-pull-request' of ssh://github.com/qemu-bs...Richard Henderson2-1/+509
2022-07-02bsd-user: Remove stray 'inline' from do_bsd_closeWarner Losh1-1/+1
2022-07-02bsd-user: Implement undeleteWarner Losh2-0/+17
2022-07-02bsd-user: Implement pathconf, lpathconf and fpathconfWarner Losh2-0/+44
2022-07-02bsd-user: Implement mkfifo and mkfifoatWarner Losh2-0/+35
2022-07-02bsd-user: Implement chroot and flockWarner Losh2-0/+27
2022-07-02bsd-user: Implement chflags, lchflags and fchflagsWarner Losh2-0/+44
2022-07-02bsd-user: Implement chown, fchown, lchown and fchownatWarner Losh2-0/+64
2022-07-02bsd-user: Implement freebsd11_mknod, freebsd11_mknodat and mknodatWarner Losh2-0/+60
2022-07-02bsd-user: implement chmod, fchmod, lchmod and fchmodatWarner Losh2-0/+62
2022-07-02bsd-user: Implement symlink, symlinkat, readlink and readlinkatWarner Losh2-0/+90
2022-07-02bsd-user: Implement mount, umount and nmountWarner Losh2-0/+65