Age | Commit message (Expand) | Author | Files | Lines |
2023-01-23 | target/arm: Look up ARMCPRegInfo at runtime | Richard Henderson | 5 | -49/+95 |
2023-01-23 | target/arm: Reorg do_coproc_insn | Richard Henderson | 1 | -186/+186 |
2023-01-23 | target/arm: provide stubs for more external debug registers | Evgeny Iakovlev | 1 | -0/+21 |
2023-01-23 | target/arm: implement DBGCLAIM registers | Evgeny Iakovlev | 2 | -0/+34 |
2023-01-23 | target/arm: Don't set EXC_RETURN.ES if Security Extension not present | Peter Maydell | 1 | -1/+1 |
2023-01-23 | target/arm: Fix in_debug path in S1_ptw_translate | Richard Henderson | 1 | -2/+2 |
2023-01-23 | target/arm: Fix physical address resolution for MTE | Richard Henderson | 1 | -1/+1 |
2023-01-23 | target/arm/sme: Unify set_pstate() SM/ZA helpers as set_svcr() | Richard Henderson | 4 | -19/+5 |
2023-01-23 | target/arm/sme: Rebuild hflags in aarch64_set_svcr() | Richard Henderson | 2 | -9/+5 |
2023-01-23 | target/arm/sme: Reset ZA state in aarch64_set_svcr() | Richard Henderson | 2 | -12/+12 |
2023-01-23 | target/arm/sme: Reset SVE state in aarch64_set_svcr() | Richard Henderson | 3 | -11/+13 |
2023-01-23 | target/arm/sme: Introduce aarch64_set_svcr() | Richard Henderson | 3 | -2/+11 |
2023-01-23 | target/arm/sme: Rebuild hflags in set_pstate() helpers | Richard Henderson | 2 | -1/+2 |
2023-01-23 | target/arm/sme: Reorg SME access handling in handle_msr_i() | Richard Henderson | 1 | -11/+13 |
2023-01-23 | target/arm: Unify checking for M Main Extension in MRS/MSR | David Reiss | 1 | -2/+20 |
2023-01-23 | target/arm: Widen cnthctl_el2 to uint64_t | Richard Henderson | 1 | -1/+1 |
2023-01-20 | Merge tag 'pull-riscv-to-apply-20230120' of https://github.com/alistair23/qem... | Peter Maydell | 8 | -255/+328 |
2023-01-20 | Merge tag 'pull-include-2023-01-20' of https://repo.or.cz/qemu/armbru into st... | Peter Maydell | 1 | -0/+1 |
2023-01-20 | include/block: Untangle inclusion loops | Markus Armbruster | 1 | -0/+1 |
2023-01-20 | target/riscv: Remove helper_set_rod_rounding_mode | Richard Henderson | 3 | -10/+0 |
2023-01-20 | target/riscv: Introduce helper_set_rounding_mode_chkfrm | Richard Henderson | 4 | -20/+61 |
2023-01-20 | target/riscv: Trap on writes to stimecmp from VS when hvictl.VTI=1 | Andrew Bresticker | 1 | -0/+6 |
2023-01-20 | target/riscv: Fix up masking of vsip/vsie accesses | Andrew Bresticker | 1 | -24/+11 |
2023-01-20 | target/riscv: Use TARGET_FMT_lx for env->mhartid | Bin Meng | 1 | -3/+3 |
2023-01-20 | target/riscv/cpu.c: do not skip misa logic in riscv_cpu_realize() | Daniel Henrique Barboza | 1 | -194/+205 |
2023-01-20 | target/riscv/cpu: set cpu->cfg in register_cpu_props() | Daniel Henrique Barboza | 2 | -0/+44 |
2023-01-20 | target/riscv/cpu.c: Fix elen check | Dongxue Zhang | 1 | -1/+1 |
2023-01-20 | hw/char: riscv_htif: Move registers from CPUArchState to HTIFState | Bin Meng | 2 | -8/+2 |
2023-01-18 | bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx | Philippe Mathieu-Daudé | 13 | -49/+49 |
2023-01-16 | Merge tag 'm68k-next-pull-request' of https://github.com/vivier/qemu-m68k int... | Peter Maydell | 1 | -18/+31 |
2023-01-16 | Merge tag 'mips-20230113' of https://github.com/philmd/qemu into staging | Peter Maydell | 8 | -83/+42 |
2023-01-16 | target/m68k: fix FPSR quotient byte for frem instruction | Mark Cave-Ayland | 1 | -10/+19 |
2023-01-16 | target/m68k: fix FPSR quotient byte for fmod instruction | Mark Cave-Ayland | 1 | -5/+4 |
2023-01-16 | target/m68k: pass sign directly into make_quotient() | Mark Cave-Ayland | 1 | -10/+13 |
2023-01-16 | target/m68k: pass quotient directly into make_quotient() | Mark Cave-Ayland | 1 | -9/+11 |
2023-01-13 | target/mips: Restrict 'qapi-commands-machine.h' to system emulation | Philippe Mathieu-Daudé | 3 | -29/+40 |
2023-01-13 | mips: Always include nanomips disassembler | Paolo Bonzini | 1 | -2/+0 |
2023-01-13 | target/arm: allow writes to SCR_EL3.HXEn bit when FEAT_HCX is enabled | Evgeny Iakovlev | 1 | -0/+3 |
2023-01-13 | mips: Remove support for trap and emulate KVM | Paolo Bonzini | 6 | -52/+2 |
2023-01-12 | target/arm: Fix sve_probe_page | Richard Henderson | 1 | -5/+9 |
2023-01-11 | target/i386: fix operand size of unary SSE operations | Paolo Bonzini | 1 | -5/+6 |
2023-01-11 | target/i386: Remove compilation errors when -Werror=maybe-uninitialized | Eric Auger | 1 | -0/+4 |
2023-01-11 | i386: Emit correct error code for 64-bit IDT entry | Joe Richey | 1 | -4/+4 |
2023-01-09 | Merge tag 'pull-request-2023-01-09' of https://gitlab.com/thuth/qemu into sta... | Peter Maydell | 5 | -7/+14 |
2023-01-09 | target/s390x: Restrict sysemu/reset.h to system emulation | Philippe Mathieu-Daudé | 1 | -1/+3 |
2023-01-09 | target/s390x/tcg/excp_helper: Restrict system headers to sysemu | Philippe Mathieu-Daudé | 1 | -4/+4 |
2023-01-09 | target/s390x/tcg/misc_helper: Remove unused "memory.h" include | Philippe Mathieu-Daudé | 1 | -1/+0 |
2023-01-09 | hw/s390x/pv: Restrict Protected Virtualization to sysemu | Philippe Mathieu-Daudé | 2 | -1/+7 |
2023-01-08 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Peter Maydell | 2 | -6/+13 |
2023-01-06 | Merge tag 'pull-riscv-to-apply-20230106' of https://github.com/alistair23/qem... | Peter Maydell | 18 | -108/+874 |