aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-07-05gitlab: normalize indentation in edk2/opensbi rulesDaniel P. Berrangé2-109/+109
2022-07-05tests/fp: Do not build softfloat3 tests if TCG is disabledPhilippe Mathieu-Daudé1-0/+3
2022-07-04tests: fix test-cutils leaksMarc-André Lureau1-8/+34
2022-07-04Merge tag 'kraxel-20220704-pull-request' of https://gitlab.com/kraxel/qemu in...Richard Henderson7-110/+189
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
2022-07-01hw: canokey: Remove HS support as not compliant to the specMkfsSion1-1/+0
2022-07-01docs/system/devices/usb/canokey: remove limitations on qemu-xhciHongren (Zenithal) Zheng1-10/+0
2022-07-01hw/usb/canokey: fix compatibility of qemu-xhciHongren (Zenithal) Zheng1-0/+23
2022-07-01hw/usb/canokey: Fix CCID ZLPHongren (Zenithal) Zheng1-4/+3
2022-07-01ui/cocoa: Fix clipboard text releaseAkihiko Odaki1-1/+3
2022-07-01ui/console: allow display device to be labeled with given idWen, Jianxian2-1/+41
2022-07-01Convert fw_cfg.rst to reStructuredText syntaxSimon Sapin2-93/+119
2022-07-01Rename docs/specs/fw_cfg.txt to .rstSimon Sapin1-0/+0
2022-06-30Merge tag 'pull-aspeed-20220630' of https://github.com/legoater/qemu into sta...Richard Henderson30-180/+1573
2022-06-30hw/misc/aspeed: Add PECI controllerPeter Delevoryas8-1/+231
2022-06-30hw/i2c/aspeed: Add new-registers DMA slave mode RX supportPeter Delevoryas2-12/+124
2022-06-30hw/i2c/aspeed: add slave device in old register modeKlaus Jensen2-9/+88
2022-06-30hw/i2c: add asynchronous sendKlaus Jensen9-1/+67
2022-06-30hw/i2c: support multiple mastersKlaus Jensen2-1/+47