aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2021-07-27target/arm: Add sve-default-vector-length cpu propertyRichard Henderson
2021-07-27target/arm: Export aarch64_sve_zcr_get_valid_lenRichard Henderson
2021-07-27target/arm: Correctly bound length in sve_zcr_get_valid_lenRichard Henderson
2021-07-27docs: Update path that mentions deprecated.rstMao Zhongyi
2021-07-27target/arm: Report M-profile alignment faults correctly to the guestPeter Maydell
2021-07-27target/arm: Add missing 'return's after calling v7m_exception_taken()Peter Maydell
2021-07-27target/arm: Enforce that M-profile SP low 2 bits are always zeroPeter Maydell
2021-07-26Merge remote-tracking branch 'remotes/quic/tags/pull-hex-20210725' into stagingPeter Maydell
2021-07-23i386: do not call cpudef-only models functions for max, host, baseClaudio Fontana
2021-07-23target/i386: Added consistency checks for CR3Lara Lazier
2021-07-22Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-07-22target/i386: Added consistency checks for EFERLara Lazier
2021-07-22target/i386: Added consistency checks for CR4Lara Lazier
2021-07-22target/i386: Added V_INTR_PRIO check to virtual interruptsLara Lazier
2021-07-21target/hexagon: Drop include of qemu.hPeter Maydell
2021-07-21Hexagon (target/hexagon) remove put_user_*/get_user_*Taylor Simpson
2021-07-21accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson
2021-07-21target/avr: Implement gdb_adjust_breakpointRichard Henderson
2021-07-21target/i386: Implement debug_check_breakpointRichard Henderson
2021-07-21target/arm: Implement debug_check_breakpointRichard Henderson
2021-07-21target/alpha: Drop goto_tb path in gen_call_palRichard Henderson
2021-07-21tcg: Rename helper_atomic_*_mmu and provide for user-onlyRichard Henderson
2021-07-18target/arm: Remove duplicate 'plus1' function from Neon and SVE decodepull-target-arm-20210718Peter Maydell
2021-07-18target/arm: Fix offsets for TTBCRRichard Henderson
2021-07-15target/riscv: hardwire bits in hideleg and hedelegJose Martins
2021-07-15target/riscv: csr: Remove redundant check in fp csr read/write routinesBin Meng
2021-07-15target/riscv: pmp: Fix some typosBin Meng
2021-07-14Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-misc-20210713' int...Peter Maydell
2021-07-13target/hppa: Clean up DisasCondRichard Henderson
2021-07-13target/hppa: Use tcg_constant_*Richard Henderson
2021-07-13target/openrisc: Use dc->zero in gen_add, gen_addcRichard Henderson
2021-07-13target/openrisc: Cache constant 0 in DisasContextRichard Henderson
2021-07-13target/openrisc: Use tcg_constant_tl for dc->R0Richard Henderson
2021-07-13target/openrisc: Use tcg_constant_*Richard Henderson
2021-07-13target/alpha: Use tcg_constant_* elsewhereRichard Henderson
2021-07-13target/alpha: Use tcg_constant_i64 for zero and litRichard Henderson
2021-07-13target/alpha: Use dest_sink for HW_RET temporaryRichard Henderson
2021-07-13target/alpha: Store set into rx flagRichard Henderson
2021-07-13target/i386: Correct implementation for FCS, FIP, FDS and FDPZiqiao Kong
2021-07-13target/i386: Split out do_fninitRichard Henderson
2021-07-13target/i386: Trivial code motion and code style fixZiqiao Kong
2021-07-13target/i386: Tidy hw_breakpoint_removeDmitry Voronetskiy
2021-07-13target/i386: Fix cpuid level for AMDzhenwei pi
2021-07-13target/i386: suppress CPUID leaves not defined by the CPU vendorMichael Roth
2021-07-13i386: Hyper-V SynIC requires POST_MESSAGES/SIGNAL_EVENTS privilegesVitaly Kuznetsov
2021-07-13i386: HV_HYPERCALL_AVAILABLE privilege bit is always neededVitaly Kuznetsov
2021-07-13i386: kill off hv_cpuid_check_and_set()Vitaly Kuznetsov
2021-07-13i386: expand Hyper-V features during CPU feature expansion timeVitaly Kuznetsov
2021-07-13i386: make hyperv_expand_features() return boolVitaly Kuznetsov
2021-07-13i386: hardcode supported eVMCS version to '1'Vitaly Kuznetsov