Age | Commit message (Expand) | Author | Files | Lines |
2021-06-24 | target/riscv: Use target_ulong for the DisasContext misa | Alistair Francis | 1 | -1/+1 |
2021-06-24 | hw/audio/sb16: Restrict I/O sampling rate range for command 41h/42h | Qiang Liu | 2 | -12/+36 |
2021-06-24 | Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-06-... | Peter Maydell | 16 | -52/+59 |
2021-06-24 | block/snapshot: Clarify goto fallback behavior | Max Reitz | 1 | -1/+13 |
2021-06-23 | ui: Make the DisplayType enum entries conditional | Thomas Huth | 3 | -10/+41 |
2021-06-23 | Add display suboptions to man pages | Ahmed Abouzied | 1 | -17/+18 |
2021-06-23 | input: Add lang1 and lang2 to QKeyCode | Akihiko Odaki | 1 | -1/+5 |
2021-06-23 | ui/cocoa: Add clipboard support | Akihiko Odaki | 3 | -2/+111 |
2021-06-23 | ui/cocoa: Set UI information | Akihiko Odaki | 1 | -0/+49 |
2021-06-23 | coreaudio: Lock only the buffer | Akihiko Odaki | 1 | -61/+41 |
2021-06-22 | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.1-pull-re... | Peter Maydell | 7 | -8/+89 |
2021-06-22 | Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20210621' into... | Peter Maydell | 30 | -596/+1626 |
2021-06-22 | Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210619-2' in... | Peter Maydell | 39 | -1193/+1444 |
2021-06-21 | target/arm: Implement MVE VRMLALDAVH, VRMLSLDAVH | Peter Maydell | 4 | -0/+76 |
2021-06-21 | target/arm: Implement MVE VMLSLDAV | Peter Maydell | 4 | -0/+23 |
2021-06-21 | target/arm: Implement MVE VMLALDAV | Peter Maydell | 5 | -0/+163 |
2021-06-21 | target/arm: Implement MVE VMULL | Peter Maydell | 4 | -0/+57 |
2021-06-21 | target/arm: Implement MVE VHADD, VHSUB | Peter Maydell | 4 | -0/+48 |
2021-06-21 | target/arm: Implement MVE VABD | Peter Maydell | 4 | -0/+17 |
2021-06-21 | target/arm: Implement MVE VMAX, VMIN | Peter Maydell | 4 | -0/+37 |
2021-06-21 | target/arm: Implement MVE VRMULH | Peter Maydell | 4 | -0/+34 |
2021-06-21 | target/arm: Implement MVE VMULH | Peter Maydell | 4 | -0/+38 |
2021-06-21 | target/arm: Implement MVE VADD, VSUB, VMUL | Peter Maydell | 4 | -0/+47 |
2021-06-21 | target/arm: Implement MVE VAND, VBIC, VORR, VORN, VEOR | Peter Maydell | 4 | -0/+78 |
2021-06-21 | target/arm: Implement MVE VDUP | Peter Maydell | 4 | -0/+55 |
2021-06-21 | tcg: Make gen_dup_i32/i64() public as tcg_gen_dup_i32/i64 | Peter Maydell | 3 | -11/+18 |
2021-06-21 | target/arm: Implement MVE VNEG | Peter Maydell | 4 | -0/+35 |
2021-06-21 | target/arm: Implement MVE VABS | Peter Maydell | 4 | -0/+37 |
2021-06-21 | target/arm: Implement MVE VMVN (register) | Peter Maydell | 4 | -0/+14 |
2021-06-21 | target/arm: Implement MVE VREV16, VREV32, VREV64 | Peter Maydell | 4 | -0/+51 |
2021-06-21 | target/arm: Implement MVE VCLS | Peter Maydell | 4 | -0/+13 |
2021-06-21 | target/arm: Implement MVE VCLZ | Peter Maydell | 4 | -0/+132 |
2021-06-21 | target/arm: Implement widening/narrowing MVE VLDR/VSTR insns | Peter Maydell | 4 | -2/+58 |
2021-06-21 | target/arm: Implement MVE VLDR/VSTR (non-widening forms) | Peter Maydell | 7 | -0/+351 |
2021-06-21 | target/arm: Handle FPU check for FPCXT_NS insns via vfp_access_check_m() | Peter Maydell | 3 | -14/+11 |
2021-06-21 | target/arm: Split vfp_access_check() into A and M versions | Peter Maydell | 1 | -30/+47 |
2021-06-21 | target/arm: Factor FP context update code out into helper function | Peter Maydell | 1 | -46/+58 |
2021-06-21 | target/arm: Handle writeback in VLDR/VSTR sysreg with no memory access | Peter Maydell | 1 | -30/+72 |
2021-06-21 | target/arm: Don't NOCP fault for FPCXT_NS accesses | Peter Maydell | 5 | -528/+542 |
2021-06-21 | target/arm: Handle FPU being disabled in FPCXT_NS accesses | Peter Maydell | 1 | -2/+30 |
2021-06-21 | target/arm/translate-vfp.c: Whitespace fixes | Peter Maydell | 1 | -6/+5 |
2021-06-21 | docs/system/arm: Document which architecture extensions we emulate | Peter Maydell | 2 | -0/+108 |
2021-06-21 | target/arm: Use acpi_ghes_present() to see if we report ACPI memory errors | Peter Maydell | 1 | -5/+1 |
2021-06-21 | hw/acpi: Provide function acpi_ghes_present() | Peter Maydell | 3 | -0/+31 |
2021-06-21 | hw/acpi: Provide stub version of acpi_ghes_record_errors() | Peter Maydell | 2 | -3/+20 |
2021-06-21 | Merge remote-tracking branch 'remotes/jsnow-gitlab/tags/python-pull-request' ... | Peter Maydell | 15 | -1154/+1712 |
2021-06-21 | Merge remote-tracking branch 'remotes/ehabkost-gl/tags/x86-next-pull-request'... | Peter Maydell | 34 | -2073/+3174 |
2021-06-21 | MAINTAINERS: Add qtest/arm-cpu-features.c to ARM TCG CPUs section | Philippe Mathieu-Daudé | 1 | -0/+1 |
2021-06-21 | s390x/css: Add passthrough IRB | Eric Farman | 4 | -1/+23 |
2021-06-21 | s390x/css: Refactor IRB construction | Eric Farman | 4 | -16/+33 |