aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2021-07-26Merge remote-tracking branch 'remotes/quic/tags/pull-hex-20210725' into stagingPeter Maydell1-22/+20
2021-07-23i386: do not call cpudef-only models functions for max, host, baseClaudio Fontana4-59/+89
2021-07-23target/i386: Added consistency checks for CR3Lara Lazier2-3/+14
2021-07-22Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell3-4/+103
2021-07-22target/i386: Added consistency checks for EFERLara Lazier2-0/+44
2021-07-22target/i386: Added consistency checks for CR4Lara Lazier3-3/+48
2021-07-22target/i386: Added V_INTR_PRIO check to virtual interruptsLara Lazier1-1/+11
2021-07-21target/hexagon: Drop include of qemu.hPeter Maydell1-1/+2
2021-07-21Hexagon (target/hexagon) remove put_user_*/get_user_*Taylor Simpson1-21/+18
2021-07-21accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson23-413/+0
2021-07-21target/avr: Implement gdb_adjust_breakpointRichard Henderson4-14/+15
2021-07-21target/i386: Implement debug_check_breakpointRichard Henderson1-0/+12
2021-07-21target/arm: Implement debug_check_breakpointRichard Henderson4-4/+8
2021-07-21target/alpha: Drop goto_tb path in gen_call_palRichard Henderson1-13/+2
2021-07-21tcg: Rename helper_atomic_*_mmu and provide for user-onlyRichard Henderson5-51/+26
2021-07-18target/arm: Remove duplicate 'plus1' function from Neon and SVE decodePeter Maydell5-14/+4
2021-07-18target/arm: Fix offsets for TTBCRRichard Henderson1-4/+7
2021-07-15target/riscv: hardwire bits in hideleg and hedelegJose Martins1-23/+31
2021-07-15target/riscv: csr: Remove redundant check in fp csr read/write routinesBin Meng1-24/+0
2021-07-15target/riscv: pmp: Fix some typosBin Meng1-5/+5
2021-07-14Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-misc-20210713' int...Peter Maydell7-631/+574
2021-07-13target/hppa: Clean up DisasCondRichard Henderson1-34/+9
2021-07-13target/hppa: Use tcg_constant_*Richard Henderson1-38/+18
2021-07-13target/openrisc: Use dc->zero in gen_add, gen_addcRichard Henderson1-5/+5
2021-07-13target/openrisc: Cache constant 0 in DisasContextRichard Henderson1-6/+6
2021-07-13target/openrisc: Use tcg_constant_tl for dc->R0Richard Henderson1-8/+2
2021-07-13target/openrisc: Use tcg_constant_*Richard Henderson1-33/+9
2021-07-13target/alpha: Use tcg_constant_* elsewhereRichard Henderson1-32/+14
2021-07-13target/alpha: Use tcg_constant_i64 for zero and litRichard Henderson1-14/+2
2021-07-13target/alpha: Use dest_sink for HW_RET temporaryRichard Henderson1-1/+1
2021-07-13target/alpha: Store set into rx flagRichard Henderson1-5/+1
2021-07-13target/i386: Correct implementation for FCS, FIP, FDS and FDPZiqiao Kong3-9/+56
2021-07-13target/i386: Split out do_fninitRichard Henderson1-14/+8
2021-07-13target/i386: Trivial code motion and code style fixZiqiao Kong1-435/+446
2021-07-13target/i386: Tidy hw_breakpoint_removeDmitry Voronetskiy1-2/+2
2021-07-13target/i386: Fix cpuid level for AMDzhenwei pi1-2/+9
2021-07-13target/i386: suppress CPUID leaves not defined by the CPU vendorMichael Roth2-0/+9
2021-07-13i386: Hyper-V SynIC requires POST_MESSAGES/SIGNAL_EVENTS privilegesVitaly Kuznetsov2-0/+12
2021-07-13i386: HV_HYPERCALL_AVAILABLE privilege bit is always neededVitaly Kuznetsov1-5/+5
2021-07-13i386: kill off hv_cpuid_check_and_set()Vitaly Kuznetsov1-68/+36
2021-07-13i386: expand Hyper-V features during CPU feature expansion timeVitaly Kuznetsov4-4/+30
2021-07-13i386: make hyperv_expand_features() return boolVitaly Kuznetsov1-19/+21
2021-07-13i386: hardcode supported eVMCS version to '1'Vitaly Kuznetsov1-4/+35
2021-07-12Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20210708' into...Peter Maydell47-1115/+1145
2021-07-12Merge remote-tracking branch 'remotes/philmd/tags/mips-20210711' into stagingPeter Maydell4-29/+427
2021-07-12Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into...Peter Maydell23-280/+65
2021-07-11Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell27-42/+136
2021-07-11target/mips: Rewrite UHI errno_mips() using switch statementPhilippe Mathieu-Daudé1-15/+9
2021-07-11target/mips/tx79: Introduce SQ opcode (Store Quadword)Philippe Mathieu-Daudé2-0/+28
2021-07-11target/mips/tx79: Introduce LQ opcode (Load Quadword)Philippe Mathieu-Daudé3-14/+45