summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * target/loongarch: Fix missing update CSR_BADVSong Gao2022-07-041-4/+6
| * target/loongarch: remove badaddr from CPULoongArchSong Gao2022-07-042-3/+1Star
| * scripts: add loongarch64 binfmt configSong Gao2022-07-041-1/+5
| * linux-user: Add LoongArch cpu_loop supportSong Gao2022-07-042-0/+130
| * linux-user: Add LoongArch syscall supportSong Gao2022-07-044-1/+367
| * linux-user: Add LoongArch elf supportSong Gao2022-07-042-0/+103
| * linux-user: Add LoongArch signal supportSong Gao2022-07-042-0/+348
| * linux-user: Add LoongArch generic header filesSong Gao2022-07-047-0/+68
* | Merge tag 'kraxel-20220704-pull-request' of https://gitlab.com/kraxel/qemu in...Richard Henderson2022-07-047-110/+189
|\ \ | |/ |/|
| * hw: canokey: Remove HS support as not compliant to the specMkfsSion2022-07-011-1/+0Star
| * docs/system/devices/usb/canokey: remove limitations on qemu-xhciHongren (Zenithal) Zheng2022-07-011-10/+0Star
| * hw/usb/canokey: fix compatibility of qemu-xhciHongren (Zenithal) Zheng2022-07-011-0/+23
| * hw/usb/canokey: Fix CCID ZLPHongren (Zenithal) Zheng2022-07-011-4/+3Star
| * ui/cocoa: Fix clipboard text releaseAkihiko Odaki2022-07-011-1/+3
| * ui/console: allow display device to be labeled with given idWen, Jianxian2022-07-012-1/+41
| * Convert fw_cfg.rst to reStructuredText syntaxSimon Sapin2022-07-012-93/+119
| * Rename docs/specs/fw_cfg.txt to .rstSimon Sapin2022-07-011-0/+0
* | Merge tag 'pull-riscv-to-apply-20220703-1' of github.com:alistair23/qemu into...Richard Henderson2022-07-0318-456/+843
|\ \
| * | target/riscv: Update default priority table for local interruptsAnup Patel2022-07-032-70/+66Star
| * | target/riscv: Remove CSRs that set/clear an IMSIC interrupt file bitsAnup Patel2022-07-032-168/+6Star
| * | target/riscv: Set minumum priv spec version for mcountinhibitAnup Patel2022-07-031-1/+1
| * | hw/riscv: boot: Reduce FDT address alignment constraintsAlistair Francis2022-07-031-2/+2
| * | target/riscv: Don't force update priv spec version to latestAnup Patel2022-07-031-4/+8
| * | target/riscv: Ibex: Support priv version 1.11Alistair Francis2022-07-031-1/+1
| * | target/riscv: Fixup MSECCFG minimum priv checkAlistair Francis2022-07-031-1/+1
| * | target/riscv: Support mcycle/minstret write operationAtish Patra2022-07-036-53/+213
| * | target/riscv: Add support for hpmcounters/hpmeventsAtish Patra2022-07-033-152/+331
| * | target/riscv: Implement mcountinhibit CSRAtish Patra2022-07-034-0/+32
| * | target/riscv: pmu: Make number of counters configurableAtish Patra2022-07-033-36/+63
| * | target/riscv: pmu: Rename the counters extension to pmuAtish Patra2022-07-033-5/+5
| * | target/riscv: Implement PMU CSR predicate function for S-modeAtish Patra2022-07-031-0/+51
| * | target/riscv: Fix PMU CSR predicate functionAtish Patra2022-07-031-4/+7
| * | target/riscv/pmp: guard against PMP ranges with a negative sizeNicolas Pitre2022-07-031-0/+3
| * | target/riscv: Minimize the calls to decode_save_opcRichard Henderson2022-07-034-9/+17
| * | target/riscv: Remove generate_exception_mtvalRichard Henderson2022-07-031-9/+2Star
| * | target/riscv: Set env->bins in gen_exception_illegalRichard Henderson2022-07-034-0/+97
| * | target/riscv: Remove condition guarding register zero for auipc and luiVĂ­ctor Colombo2022-07-031-6/+2Star
| |/
* | Merge tag 'bsd-user-syscall-2022q2b-pull-request' of ssh://github.com/qemu-bs...Richard Henderson2022-07-022-1/+509
|\ \ | |/ |/|
| * bsd-user: Remove stray 'inline' from do_bsd_closeWarner Losh2022-07-021-1/+1
| * bsd-user: Implement undeleteWarner Losh2022-07-022-0/+17
| * bsd-user: Implement pathconf, lpathconf and fpathconfWarner Losh2022-07-022-0/+44
| * bsd-user: Implement mkfifo and mkfifoatWarner Losh2022-07-022-0/+35
| * bsd-user: Implement chroot and flockWarner Losh2022-07-022-0/+27
| * bsd-user: Implement chflags, lchflags and fchflagsWarner Losh2022-07-022-0/+44
| * bsd-user: Implement chown, fchown, lchown and fchownatWarner Losh2022-07-022-0/+64
| * bsd-user: Implement freebsd11_mknod, freebsd11_mknodat and mknodatWarner Losh2022-07-022-0/+60
| * bsd-user: implement chmod, fchmod, lchmod and fchmodatWarner Losh2022-07-022-0/+62
| * bsd-user: Implement symlink, symlinkat, readlink and readlinkatWarner Losh2022-07-022-0/+90
| * bsd-user: Implement mount, umount and nmountWarner Losh2022-07-022-0/+65
|/
* Merge tag 'pull-aspeed-20220630' of https://github.com/legoater/qemu into sta...Richard Henderson2022-06-3030-180/+1573
|\