]> git.proxmox.com Git - mirror_qemu.git/history - target
9pfs: capture root stat
[mirror_qemu.git] / target /
2021-07-04 Peter MaydellMerge remote-tracking branch 'remotes/philmd/tags/mips...
2021-07-03 Peter MaydellMerge remote-tracking branch 'remotes/pmaydell/tags...
2021-07-02 Peter Maydelltarget/arm: Implement MVE shifts by register
2021-07-02 Peter Maydelltarget/arm: Implement MVE shifts by immediate
2021-07-02 Peter Maydelltarget/arm: Implement MVE long shifts by register
2021-07-02 Peter Maydelltarget/arm: Implement MVE long shifts by immediate
2021-07-02 Peter Maydelltarget/arm: Implement MVE VADDLV
2021-07-02 Peter Maydelltarget/arm: Implement MVE VSHLC
2021-07-02 Peter Maydelltarget/arm: Implement MVE saturating narrowing shifts
2021-07-02 Peter Maydelltarget/arm: Implement MVE VSHRN, VRSHRN
2021-07-02 Peter Maydelltarget/arm: Implement MVE VSRI, VSLI
2021-07-02 Peter Maydelltarget/arm: Implement MVE VSHLL
2021-07-02 Peter Maydelltarget/arm: Implement MVE vector shift right by immedia...
2021-07-02 Peter Maydelltarget/arm: Implement MVE vector shift left by immediat...
2021-07-02 Peter Maydelltarget/arm: Implement MVE logical immediate insns
2021-07-02 Peter Maydelltarget/arm: Use dup_const() instead of bitfield_replicate()
2021-07-02 Peter Maydelltarget/arm: Use asimd_imm_const for A64 decode
2021-07-02 Peter Maydelltarget/arm: Make asimd_imm_const() public
2021-07-02 Peter Maydelltarget/arm: Fix bugs in MVE VRMLALDAVH, VRMLSLDAVH
2021-07-02 Peter Maydelltarget/arm: Fix MVE widening/narrowing VLDR/VSTR offset...
2021-07-02 Joe Komloditarget/arm: Check NaN mode before silencing NaN
2021-07-02 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2021-07-02 Philippe Mathieu... target/mips: Extract nanoMIPS ISA translation routines
2021-07-02 Philippe Mathieu... target/mips: Extract the microMIPS ISA translation...
2021-07-02 Philippe Mathieu... target/mips: Extract Code Compaction ASE translation...
2021-07-02 Philippe Mathieu... target/mips: Add declarations for generic TCG helpers
2021-07-02 Peter MaydellMerge remote-tracking branch 'remotes/berrange-gitlab...
2021-07-01 Peter MaydellMerge remote-tracking branch 'remotes/rth-gitlab/tags...
2021-06-30 Peter MaydellMerge remote-tracking branch 'remotes/nvme/tags/nvme...
2021-06-30 Peter MaydellMerge remote-tracking branch 'remotes/quic/tags/pull...
2021-06-29 Richard Hendersontarget/mips: Fix gen_mxu_s32ldd_s32lddr
2021-06-29 Richard Hendersontarget/sh4: Improve swap.b translation
2021-06-29 Richard Hendersontarget/i386: Improve bswap translation
2021-06-29 Richard Hendersontarget/arm: Improve REVSH
2021-06-29 Richard Hendersontarget/arm: Improve vector REV
2021-06-29 Richard Hendersontarget/arm: Improve REV32
2021-06-29 Richard Hendersontcg: Add flags argument to tcg_gen_bswap16_*, tcg_gen_b...
2021-06-29 Richard Hendersontarget/cris: Do not exit tb for X_FLAG changes
2021-06-29 Richard Hendersontarget/cris: Remove dc->flagx_known
2021-06-29 Richard Hendersontarget/cris: Improve JMP_INDIRECT
2021-06-29 Richard Hendersontarget/cris: Use tcg_gen_lookup_and_goto_ptr
2021-06-29 Richard Hendersontarget/cris: Add DISAS_DBRANCH
2021-06-29 Richard Hendersontarget/cris: Add DISAS_UPDATE_NEXT
2021-06-29 Richard Hendersontarget/cris: Set cpustate_changed for rfe/rfn
2021-06-29 Richard Hendersontarget/cris: Fold unhandled X_FLAG changes into cpustat...
2021-06-29 Richard Hendersontarget/cris: Mark static arrays const
2021-06-29 Richard Hendersontarget/cris: Mark helper_raise_exception noreturn
2021-06-29 Richard Hendersontarget/cris: Convert to TranslatorOps
2021-06-29 Richard Hendersontarget/cris: Fix use_goto_tb
2021-06-29 Richard Hendersontarget/cris: Mark exceptions as DISAS_NORETURN
2021-06-29 Richard Hendersontarget/cris: Replace DISAS_TB_JUMP with DISAS_NORETURN
2021-06-29 Richard Hendersontarget/cris: Remove DISAS_SWI
2021-06-29 Richard Hendersontarget/cris: Add DisasContextBase to DisasContext
2021-06-29 Richard Hendersontarget/avr: Convert to TranslatorOps
2021-06-29 Richard Hendersontarget/avr: Change ctx to DisasContext* in gen_intermed...
2021-06-29 Richard Hendersontarget/avr: Add DisasContextBase to DisasContext
2021-06-29 Richard Hendersontarget/nios2: Use pc_next for pc + 4
2021-06-29 Richard Hendersontarget/nios2: Inline handle_instruction
2021-06-29 Richard Hendersontarget/nios2: Clean up goto in handle_instruction
2021-06-29 Richard Hendersontarget/nios2: Remove assignment to env in handle_instru...
2021-06-29 Richard Hendersontarget/nios2: Convert to TranslatorOps
2021-06-29 Richard Hendersontarget/nios2: Add DisasContextBase to DisasContext
2021-06-29 Richard Hendersontarget/nios2: Use global cpu_R
2021-06-29 Richard Hendersontarget/nios2: Use global cpu_env
2021-06-29 Richard Hendersontarget/nios2: Replace DISAS_TB_JUMP with DISAS_NORETURN
2021-06-29 Taylor SimpsonHexagon (target/hexagon) remove unused TCG variables
2021-06-29 Taylor SimpsonHexagon (target/hexagon) cleanup gen_store_conditional...
2021-06-29 Taylor SimpsonHexagon (target/hexagon) fix l2fetch instructions
2021-06-29 Taylor SimpsonHexagon (target/hexagon) fix bug in fLSBNEW*
2021-06-29 Peter MaydellMerge remote-tracking branch 'remotes/rth-gitlab/tags...
2021-06-28 Peter MaydellMerge remote-tracking branch 'remotes/bonzini-gitlab...
2021-06-28 Peter MaydellMerge remote-tracking branch 'remotes/vsementsov/tags...
2021-06-28 Richard Hendersontarget/alpha: Honor the FEN bit
2021-06-28 Peter MaydellMerge remote-tracking branch 'remotes/jsnow-gitlab...
2021-06-28 Peter MaydellMerge remote-tracking branch 'remotes/philmd/tags/mips...
2021-06-25 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/audio...
2021-06-25 Peter MaydellMerge remote-tracking branch 'remotes/alistair/tags...
2021-06-25 Peter MaydellMerge remote-tracking branch 'remotes/maxreitz/tags...
2021-06-25 Paolo Bonzinitarget/i386: kvm: add support for TSC scaling
2021-06-25 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/ui...
2021-06-24 Philippe Mathieu... target/mips: Merge msa32/msa64 decodetree definitions
2021-06-24 Philippe Mathieu... target/mips: Remove pointless gen_msa()
2021-06-24 Philippe Mathieu... target/mips: Optimize regnames[] arrays
2021-06-24 Philippe Mathieu... target/mips: Constify host_to_mips_errno[]
2021-06-24 Aleksandar Rikalotarget/mips: fix emulation of nanoMIPS BPOSGE32 instruction
2021-06-24 Philippe Mathieu... target/mips: Remove microMIPS BPOSGE32 / BPOSGE64 unuse...
2021-06-24 Philippe Mathieu... target/mips: Remove SmartMIPS / MDMX unuseful comments
2021-06-24 Philippe Mathieu... target/mips: Restrict some system specific declarations...
2021-06-24 Philippe Mathieu... target/mips: Move translate.h to tcg/ sub directory
2021-06-24 Philippe Mathieu... target/mips: Move TCG trace events to tcg/ sub directory
2021-06-24 Philippe Mathieu... target/mips: Do not abort on invalid instruction
2021-06-24 Philippe Mathieu... target/mips: Raise exception when DINSV opcode used...
2021-06-24 Philippe Mathieu... target/mips: Fix more TCG temporary leaks in gen_pool32...
2021-06-24 Philippe Mathieu... target/mips: Fix TCG temporary leaks in gen_pool32a5_na...
2021-06-24 Philippe Mathieu... target/mips: Fix potential integer overflow (CID 1452921)
2021-06-24 Peter MaydellMerge remote-tracking branch 'remotes/pmaydell/tags...
2021-06-24 Peter Collingbournetarget/arm: Implement MTE3
2021-06-24 Peter Maydelltarget/arm: Make VMOV scalar <-> gpreg beatwise for MVE
2021-06-24 Peter Maydelltarget/arm: Implement MVE VADDV
2021-06-24 Peter Maydelltarget/arm: Implement MVE VHCADD
next