| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | target/loongarch: Fix missing update CSR_BADV | Song Gao | 2022-07-04 | 1 | -4/+6 |
| | * | target/loongarch: remove badaddr from CPULoongArch | Song Gao | 2022-07-04 | 2 | -3/+1 |
| | * | scripts: add loongarch64 binfmt config | Song Gao | 2022-07-04 | 1 | -1/+5 |
| | * | linux-user: Add LoongArch cpu_loop support | Song Gao | 2022-07-04 | 2 | -0/+130 |
| | * | linux-user: Add LoongArch syscall support | Song Gao | 2022-07-04 | 4 | -1/+367 |
| | * | linux-user: Add LoongArch elf support | Song Gao | 2022-07-04 | 2 | -0/+103 |
| | * | linux-user: Add LoongArch signal support | Song Gao | 2022-07-04 | 2 | -0/+348 |
| | * | linux-user: Add LoongArch generic header files | Song Gao | 2022-07-04 | 7 | -0/+68 |
| * | | Merge tag 'kraxel-20220704-pull-request' of https://gitlab.com/kraxel/qemu in... | Richard Henderson | 2022-07-04 | 7 | -110/+189 |
| |\ \
| |/
|/| |
|
| | * | hw: canokey: Remove HS support as not compliant to the spec | MkfsSion | 2022-07-01 | 1 | -1/+0 |
| | * | docs/system/devices/usb/canokey: remove limitations on qemu-xhci | Hongren (Zenithal) Zheng | 2022-07-01 | 1 | -10/+0 |
| | * | hw/usb/canokey: fix compatibility of qemu-xhci | Hongren (Zenithal) Zheng | 2022-07-01 | 1 | -0/+23 |
| | * | hw/usb/canokey: Fix CCID ZLP | Hongren (Zenithal) Zheng | 2022-07-01 | 1 | -4/+3 |
| | * | ui/cocoa: Fix clipboard text release | Akihiko Odaki | 2022-07-01 | 1 | -1/+3 |
| | * | ui/console: allow display device to be labeled with given id | Wen, Jianxian | 2022-07-01 | 2 | -1/+41 |
| | * | Convert fw_cfg.rst to reStructuredText syntax | Simon Sapin | 2022-07-01 | 2 | -93/+119 |
| | * | Rename docs/specs/fw_cfg.txt to .rst | Simon Sapin | 2022-07-01 | 1 | -0/+0 |
| * | | Merge tag 'pull-riscv-to-apply-20220703-1' of github.com:alistair23/qemu into... | Richard Henderson | 2022-07-03 | 18 | -456/+843 |
| |\ \ |
|
| | * | | target/riscv: Update default priority table for local interrupts | Anup Patel | 2022-07-03 | 2 | -70/+66 |
| | * | | target/riscv: Remove CSRs that set/clear an IMSIC interrupt file bits | Anup Patel | 2022-07-03 | 2 | -168/+6 |
| | * | | target/riscv: Set minumum priv spec version for mcountinhibit | Anup Patel | 2022-07-03 | 1 | -1/+1 |
| | * | | hw/riscv: boot: Reduce FDT address alignment constraints | Alistair Francis | 2022-07-03 | 1 | -2/+2 |
| | * | | target/riscv: Don't force update priv spec version to latest | Anup Patel | 2022-07-03 | 1 | -4/+8 |
| | * | | target/riscv: Ibex: Support priv version 1.11 | Alistair Francis | 2022-07-03 | 1 | -1/+1 |
| | * | | target/riscv: Fixup MSECCFG minimum priv check | Alistair Francis | 2022-07-03 | 1 | -1/+1 |
| | * | | target/riscv: Support mcycle/minstret write operation | Atish Patra | 2022-07-03 | 6 | -53/+213 |
| | * | | target/riscv: Add support for hpmcounters/hpmevents | Atish Patra | 2022-07-03 | 3 | -152/+331 |
| | * | | target/riscv: Implement mcountinhibit CSR | Atish Patra | 2022-07-03 | 4 | -0/+32 |
| | * | | target/riscv: pmu: Make number of counters configurable | Atish Patra | 2022-07-03 | 3 | -36/+63 |
| | * | | target/riscv: pmu: Rename the counters extension to pmu | Atish Patra | 2022-07-03 | 3 | -5/+5 |
| | * | | target/riscv: Implement PMU CSR predicate function for S-mode | Atish Patra | 2022-07-03 | 1 | -0/+51 |
| | * | | target/riscv: Fix PMU CSR predicate function | Atish Patra | 2022-07-03 | 1 | -4/+7 |
| | * | | target/riscv/pmp: guard against PMP ranges with a negative size | Nicolas Pitre | 2022-07-03 | 1 | -0/+3 |
| | * | | target/riscv: Minimize the calls to decode_save_opc | Richard Henderson | 2022-07-03 | 4 | -9/+17 |
| | * | | target/riscv: Remove generate_exception_mtval | Richard Henderson | 2022-07-03 | 1 | -9/+2 |
| | * | | target/riscv: Set env->bins in gen_exception_illegal | Richard Henderson | 2022-07-03 | 4 | -0/+97 |
| | * | | target/riscv: Remove condition guarding register zero for auipc and lui | VĂctor Colombo | 2022-07-03 | 1 | -6/+2 |
| | |/ |
|
| * | | Merge tag 'bsd-user-syscall-2022q2b-pull-request' of ssh://github.com/qemu-bs... | Richard Henderson | 2022-07-02 | 2 | -1/+509 |
| |\ \
| |/
|/| |
|
| | * | bsd-user: Remove stray 'inline' from do_bsd_close | Warner Losh | 2022-07-02 | 1 | -1/+1 |
| | * | bsd-user: Implement undelete | Warner Losh | 2022-07-02 | 2 | -0/+17 |
| | * | bsd-user: Implement pathconf, lpathconf and fpathconf | Warner Losh | 2022-07-02 | 2 | -0/+44 |
| | * | bsd-user: Implement mkfifo and mkfifoat | Warner Losh | 2022-07-02 | 2 | -0/+35 |
| | * | bsd-user: Implement chroot and flock | Warner Losh | 2022-07-02 | 2 | -0/+27 |
| | * | bsd-user: Implement chflags, lchflags and fchflags | Warner Losh | 2022-07-02 | 2 | -0/+44 |
| | * | bsd-user: Implement chown, fchown, lchown and fchownat | Warner Losh | 2022-07-02 | 2 | -0/+64 |
| | * | bsd-user: Implement freebsd11_mknod, freebsd11_mknodat and mknodat | Warner Losh | 2022-07-02 | 2 | -0/+60 |
| | * | bsd-user: implement chmod, fchmod, lchmod and fchmodat | Warner Losh | 2022-07-02 | 2 | -0/+62 |
| | * | bsd-user: Implement symlink, symlinkat, readlink and readlinkat | Warner Losh | 2022-07-02 | 2 | -0/+90 |
| | * | bsd-user: Implement mount, umount and nmount | Warner Losh | 2022-07-02 | 2 | -0/+65 |
| |/ |
|
| * | Merge tag 'pull-aspeed-20220630' of https://github.com/legoater/qemu into sta... | Richard Henderson | 2022-06-30 | 30 | -180/+1573 |
| |\ |
|