aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-04default-configs: Add loongarch linux-user supportSong Gao
2022-07-04target/loongarch: Adjust functions and structure to support user-modeSong Gao
2022-07-04target/loongarch: remove unused include hw/loader.hSong Gao
2022-07-04target/loongarch: Fix helper_asrtle_d/asrtgt_d raise wrong exceptionSong Gao
2022-07-04target/loongarch: Fix missing update CSR_BADVSong Gao
2022-07-04target/loongarch: remove badaddr from CPULoongArchSong Gao
2022-07-04scripts: add loongarch64 binfmt configSong Gao
2022-07-04linux-user: Add LoongArch cpu_loop supportSong Gao
2022-07-04linux-user: Add LoongArch syscall supportSong Gao
2022-07-04linux-user: Add LoongArch elf supportSong Gao
2022-07-04linux-user: Add LoongArch signal supportSong Gao
2022-07-04linux-user: Add LoongArch generic header filesSong Gao
2022-07-03Merge tag 'pull-riscv-to-apply-20220703-1' of github.com:alistair23/qemu into...Richard Henderson
2022-07-03target/riscv: Update default priority table for local interruptsAnup Patel
2022-07-03target/riscv: Remove CSRs that set/clear an IMSIC interrupt file bitsAnup Patel
2022-07-03target/riscv: Set minumum priv spec version for mcountinhibitAnup Patel
2022-07-03hw/riscv: boot: Reduce FDT address alignment constraintsAlistair Francis
2022-07-03target/riscv: Don't force update priv spec version to latestAnup Patel
2022-07-03target/riscv: Ibex: Support priv version 1.11Alistair Francis
2022-07-03target/riscv: Fixup MSECCFG minimum priv checkAlistair Francis
2022-07-03target/riscv: Support mcycle/minstret write operationAtish Patra
2022-07-03target/riscv: Add support for hpmcounters/hpmeventsAtish Patra
2022-07-03target/riscv: Implement mcountinhibit CSRAtish Patra
2022-07-03target/riscv: pmu: Make number of counters configurableAtish Patra
2022-07-03target/riscv: pmu: Rename the counters extension to pmuAtish Patra
2022-07-03target/riscv: Implement PMU CSR predicate function for S-modeAtish Patra
2022-07-03target/riscv: Fix PMU CSR predicate functionAtish Patra
2022-07-03target/riscv/pmp: guard against PMP ranges with a negative sizeNicolas Pitre
2022-07-03target/riscv: Minimize the calls to decode_save_opcRichard Henderson
2022-07-03target/riscv: Remove generate_exception_mtvalRichard Henderson
2022-07-03target/riscv: Set env->bins in gen_exception_illegalRichard Henderson
2022-07-03target/riscv: Remove condition guarding register zero for auipc and luiVĂ­ctor Colombo
2022-07-02Merge tag 'bsd-user-syscall-2022q2b-pull-request' of ssh://github.com/qemu-bs...Richard Henderson
2022-07-02bsd-user: Remove stray 'inline' from do_bsd_closeWarner Losh
2022-07-02bsd-user: Implement undeleteWarner Losh
2022-07-02bsd-user: Implement pathconf, lpathconf and fpathconfWarner Losh
2022-07-02bsd-user: Implement mkfifo and mkfifoatWarner Losh
2022-07-02bsd-user: Implement chroot and flockWarner Losh
2022-07-02bsd-user: Implement chflags, lchflags and fchflagsWarner Losh
2022-07-02bsd-user: Implement chown, fchown, lchown and fchownatWarner Losh
2022-07-02bsd-user: Implement freebsd11_mknod, freebsd11_mknodat and mknodatWarner Losh
2022-07-02bsd-user: implement chmod, fchmod, lchmod and fchmodatWarner Losh
2022-07-02bsd-user: Implement symlink, symlinkat, readlink and readlinkatWarner Losh
2022-07-02bsd-user: Implement mount, umount and nmountWarner Losh
2022-06-30Merge tag 'pull-aspeed-20220630' of https://github.com/legoater/qemu into sta...Richard Henderson
2022-06-30hw/misc/aspeed: Add PECI controllerPeter Delevoryas
2022-06-30hw/i2c/aspeed: Add new-registers DMA slave mode RX supportPeter Delevoryas
2022-06-30hw/i2c/aspeed: add slave device in old register modeKlaus Jensen
2022-06-30hw/i2c: add asynchronous sendKlaus Jensen
2022-06-30hw/i2c: support multiple mastersKlaus Jensen