summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
* target/mips: Replace GET_LMASK() macro by get_lmask(32) functionPhilippe Mathieu-Daudé2021-08-251-11/+21
* target/mips: Call cpu_is_bigendian & inline GET_OFFSET in ld/st helpersPhilippe Mathieu-Daudé2021-08-251-22/+33
* target/mips: Define gen_helper() macros in translate.hPhilippe Mathieu-Daudé2021-08-252-12/+12
* target/mips: Use tcg_constant_i32() in generate_exception_err()Philippe Mathieu-Daudé2021-08-251-5/+2Star
* target/mips: Inline gen_helper_0e0i()Philippe Mathieu-Daudé2021-08-251-6/+2Star
* target/mips: Inline gen_helper_1e1i() call in op_ld_INSN() macrosPhilippe Mathieu-Daudé2021-08-251-5/+1Star
* target/mips: Simplify gen_helper() macros by using tcg_constant_i32()Philippe Mathieu-Daudé2021-08-251-15/+5Star
* target/mips: Use tcg_constant_i32() in gen_helper_0e2i()Philippe Mathieu-Daudé2021-08-251-12/+2Star
* target/mips: Remove gen_helper_1e2i()Philippe Mathieu-Daudé2021-08-251-6/+0Star
* target/mips: Remove gen_helper_0e3i()Philippe Mathieu-Daudé2021-08-251-6/+0Star
* target/mips: Remove duplicated check_cp1_enabled() calls in Loongson EXTPhilippe Mathieu-Daudé2021-08-251-2/+0Star
* target/mips: Allow Loongson 3A1000 to use up to 48-bit VAddrPhilippe Mathieu-Daudé2021-08-251-1/+1
* target/mips: Document Loongson-3A CPU definitionsPhilippe Mathieu-Daudé2021-08-251-2/+2
* target/mips: Convert Vr54xx MSA* opcodes to decodetreePhilippe Mathieu-Daudé2021-08-253-53/+14Star
* target/mips: Convert Vr54xx MUL* opcodes to decodetreePhilippe Mathieu-Daudé2021-08-253-24/+18Star
* target/mips: Convert Vr54xx MACC* opcodes to decodetreePhilippe Mathieu-Daudé2021-08-253-16/+42
* target/mips: Introduce decodetree structure for NEC Vr54xx extensionPhilippe Mathieu-Daudé2021-08-255-0/+33
* target/mips: Extract NEC Vr54xx helpers to vr54xx_helper.cPhilippe Mathieu-Daudé2021-08-253-118/+143
* target/mips: Extract NEC Vr54xx helper definitionsPhilippe Mathieu-Daudé2021-08-252-15/+27
* target/mips: Introduce generic TRANS() macro for decodetree helpersPhilippe Mathieu-Daudé2021-08-251-0/+8
* target/mips: Rename 'rtype' as 'r'Philippe Mathieu-Daudé2021-08-256-46/+46
* target/mips: Merge 32-bit/64-bit Release6 decodetree definitionsPhilippe Mathieu-Daudé2021-08-254-40/+19Star
* target/mips: Decode vendor extensions before MIPS ISAsPhilippe Mathieu-Daudé2021-08-251-3/+5
* target/mips: Simplify PREF opcodePhilippe Mathieu-Daudé2021-08-251-6/+2Star
* target/mips: Remove JR opcode unused argumentsPhilippe Mathieu-Daudé2021-08-251-1/+1
* target/i386: Fixed size of constant for WindowsLara Lazier2021-08-132-2/+2
* target/nios2: Mark raise_exception() as noreturnPhilippe Mathieu-Daudé2021-07-301-1/+1
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-07-292-1/+21
|\
| * target/i386: fix typo in ctl_has_irqPaolo Bonzini2021-07-291-1/+1
| * target/i386: Added consistency checks for event injectionLara Lazier2021-07-291-0/+6
| * i386: assert 'cs->kvm_state' is not nullVitaly Kuznetsov2021-07-291-0/+14
* | target/ppc: Ease L=0 requirement on cmp/cmpi/cmpl/cmpli for ppc32Matheus Ferst2021-07-291-2/+56
|/
* target/arm: Add sve-default-vector-length cpu propertyRichard Henderson2021-07-273-2/+77
* target/arm: Export aarch64_sve_zcr_get_valid_lenRichard Henderson2021-07-272-2/+12
* target/arm: Correctly bound length in sve_zcr_get_valid_lenRichard Henderson2021-07-271-1/+3
* docs: Update path that mentions deprecated.rstMao Zhongyi2021-07-271-1/+1
* target/arm: Report M-profile alignment faults correctly to the guestPeter Maydell2021-07-271-0/+8
* target/arm: Add missing 'return's after calling v7m_exception_taken()Peter Maydell2021-07-271-0/+2
* target/arm: Enforce that M-profile SP low 2 bits are always zeroPeter Maydell2021-07-273-6/+15
* Merge remote-tracking branch 'remotes/quic/tags/pull-hex-20210725' into stagingPeter Maydell2021-07-261-22/+20Star
|\
| * target/hexagon: Drop include of qemu.hPeter Maydell2021-07-211-1/+2
| * Hexagon (target/hexagon) remove put_user_*/get_user_*Taylor Simpson2021-07-211-21/+18Star
* | i386: do not call cpudef-only models functions for max, host, baseClaudio Fontana2021-07-234-59/+89
* | target/i386: Added consistency checks for CR3Lara Lazier2021-07-232-3/+14
* | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-07-223-4/+103
|\ \
| * | target/i386: Added consistency checks for EFERLara Lazier2021-07-222-0/+44
| * | target/i386: Added consistency checks for CR4Lara Lazier2021-07-223-3/+48
| * | target/i386: Added V_INTR_PRIO check to virtual interruptsLara Lazier2021-07-221-1/+11
| |/
* | accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson2021-07-2123-413/+0Star
* | target/avr: Implement gdb_adjust_breakpointRichard Henderson2021-07-214-14/+15