OSDN Git Service

qmiga/qemu.git
2021-01-14 Philippe Mathieu... target/mips: Convert Rel6 LLD/SCD opcodes to decodetree
2021-01-14 Philippe Mathieu... target/mips: Convert Rel6 LDL/LDR/SDL/SDR opcodes to...
2021-01-14 Philippe Mathieu... target/mips: Convert Rel6 LWLE/LWRE/SWLE/SWRE opcodes...
2021-01-14 Philippe Mathieu... target/mips: Convert Rel6 LWL/LWR/SWL/SWR opcodes to...
2021-01-14 Philippe Mathieu... target/mips: Convert Rel6 CACHE/PREF opcodes to decodetree
2021-01-14 Philippe Mathieu... target/mips: Convert Rel6 COP1X opcode to decodetree
2021-01-14 Philippe Mathieu... target/mips: Convert Rel6 Special2 opcode to decodetree
2021-01-14 Philippe Mathieu... target/mips: Remove now unreachable LSA/DLSA opcodes...
2021-01-14 Philippe Mathieu... target/mips: Introduce decodetree helpers for Release6...
2021-01-14 Philippe Mathieu... target/mips: Introduce decodetree helpers for MSA LSA...
2021-01-14 Philippe Mathieu... target/mips: Extract LSA/DLSA translation generators
2021-01-14 Philippe Mathieu... target/mips: Use decode_ase_msa() generated from decodetree
2021-01-14 Philippe Mathieu... target/mips: Introduce decode tree bindings for MSA ASE
2021-01-14 Philippe Mathieu... target/mips: Pass TCGCond argument to MSA gen_check_zer...
2021-01-14 Philippe Mathieu... target/mips: Extract MSA translation routines
2021-01-14 Philippe Mathieu... target/mips: Declare gen_msa/_branch() in 'translate.h'
2021-01-14 Philippe Mathieu... target/mips: Extract MSA helper definitions
2021-01-14 Philippe Mathieu... target/mips: Extract MSA helpers from op_helper.c
2021-01-14 Philippe Mathieu... target/mips: Move msa_reset() to msa_helper.c
2021-01-14 Philippe Mathieu... target/mips: Explode gen_msa_branch() as gen_msa_BxZ_V...
2021-01-14 Philippe Mathieu... target/mips: Remove CPUMIPSState* argument from gen_msa...
2021-01-14 Philippe Mathieu... target/mips: Extract msa_translate_init() from mips_tcg...
2021-01-14 Philippe Mathieu... target/mips: Alias MSA vector registers on FPU scalar...
2021-01-14 Philippe Mathieu... target/mips: Remove now unused ASE_MSA definition
2021-01-14 Philippe Mathieu... target/mips: Simplify MSA TCG logic
2021-01-14 Philippe Mathieu... target/mips: Use CP0_Config3 to set MIPS_HFLAG_MSA
2021-01-14 Philippe Mathieu... target/mips: Simplify msa_reset()
2021-01-14 Philippe Mathieu... target/mips: Introduce ase_msa_available() helper
2021-01-14 Philippe Mathieu... target/mips/translate: Expose check_mips_64() to 32...
2021-01-14 Philippe Mathieu... target/mips/translate: Extract decode_opc_legacy()...
2021-01-14 Philippe Mathieu... target/mips: Only build TCG code when CONFIG_TCG is set
2021-01-14 Philippe Mathieu... target/mips: Extract FPU specific definitions to transl...
2021-01-14 Philippe Mathieu... target/mips: Declare generic FPU / Coprocessor function...
2021-01-14 Philippe Mathieu... target/mips: Replace gen_exception_end(EXCP_RI) by...
2021-01-14 Philippe Mathieu... target/mips: Replace gen_exception_err(err=0) by gen_ex...
2021-01-14 Philippe Mathieu... target/mips/translate: Add declarations for generic...
2021-01-14 Philippe Mathieu... target/mips/translate: Extract DisasContext structure
2021-01-14 Philippe Mathieu... target/mips: Rename translate_init.c as cpu-defs.c
2021-01-14 Philippe Mathieu... target/mips: Move mmu_init() functions to tlb_helper.c
2021-01-14 Philippe Mathieu... target/mips: Fix code style for checkpatch.pl
2021-01-14 Philippe Mathieu... target/mips: Rename helper.c as tlb_helper.c
2021-01-14 Philippe Mathieu... target/mips: Move common helpers from helper.c to cpu.c
2021-01-14 Philippe Mathieu... target/mips: Remove consecutive CONFIG_USER_ONLY ifdefs
2021-01-14 Philippe Mathieu... target/mips: Add !CONFIG_USER_ONLY comment after #endif
2021-01-14 Philippe Mathieu... target/mips: Extract FPU helpers to 'fpu_helper.h'
2021-01-14 Philippe Mathieu... target/mips: Inline cpu_state_reset() in mips_cpu_reset()
2021-01-14 Philippe Mathieu... target/mips/mips-defs: Rename ISA_MIPS32R6 as ISA_MIPS_R6
2021-01-14 Philippe Mathieu... target/mips/mips-defs: Rename ISA_MIPS32R5 as ISA_MIPS_R5
2021-01-14 Philippe Mathieu... target/mips/mips-defs: Rename ISA_MIPS32R3 as ISA_MIPS_R3
2021-01-14 Philippe Mathieu... target/mips/mips-defs: Rename ISA_MIPS32R2 as ISA_MIPS_R2
2021-01-14 Philippe Mathieu... target/mips/mips-defs: Rename ISA_MIPS32 as ISA_MIPS_R1
2021-01-14 Philippe Mathieu... target/mips/mips-defs: Use ISA_MIPS32R6 definition...
2021-01-14 Philippe Mathieu... target/mips/mips-defs: Use ISA_MIPS32R5 definition...
2021-01-14 Philippe Mathieu... target/mips/mips-defs: Use ISA_MIPS32R3 definition...
2021-01-14 Philippe Mathieu... target/mips/mips-defs: Use ISA_MIPS32R2 definition...
2021-01-14 Philippe Mathieu... target/mips/mips-defs: Use ISA_MIPS32 definition to...
2021-01-14 Philippe Mathieu... hw/mips/boston: Check 64-bit support with cpu_type_is_6...
2021-01-14 Philippe Mathieu... target/mips/mips-defs: Introduce CPU_MIPS64 and cpu_typ...
2021-01-14 Philippe Mathieu... target/mips/mips-defs: Rename CPU_MIPSxx Release 1...
2021-01-14 Philippe Mathieu... target/mips/mips-defs: Reorder CPU_MIPS5 definition
2021-01-14 Philippe Mathieu... target/mips/mips-defs: Remove USE_HOST_FLOAT_REGS comment
2021-01-14 Jiaxun Yangtarget/mips/addr: Add translation helpers for KSEG1
2021-01-14 Philippe Mathieu... target/mips: Replace CP0_Config0 magic values by proper...
2021-01-14 Philippe Mathieu... target/mips: Add CP0 Config0 register definitions for...
2021-01-14 Peter MaydellMerge remote-tracking branch 'remotes/rth-gitlab/tags...
2021-01-13 Peter MaydellMerge remote-tracking branch 'remotes/mcayland/tags...
2021-01-13 Philippe Mathieu... decodetree: Open files with encoding='utf-8'
2021-01-13 Richard Hendersontcg/aarch64: Use tcg_constant_vec with tcg vec expanders
2021-01-13 Richard Hendersontcg/ppc: Use tcg_constant_vec with tcg vec expanders
2021-01-13 Richard Hendersontcg: Remove tcg_gen_dup{8,16,32,64}i_vec
2021-01-13 Richard Hendersontcg/i386: Use tcg_constant_vec with tcg vec expanders
2021-01-13 Richard Hendersontcg: Add tcg_reg_alloc_dup2
2021-01-13 Richard Hendersontcg: Remove movi and dupi opcodes
2021-01-13 Richard Hendersontcg/tci: Add special tci_movi_{i32,i64} opcodes
2021-01-13 Richard Hendersontcg: Use tcg_constant_{i32,i64,vec} with gvec expanders
2021-01-13 Richard Hendersontcg: Use tcg_constant_{i32,i64} with tcg plugins
2021-01-13 Richard Hendersontcg: Use tcg_constant_{i32,i64} with tcg int expanders
2021-01-13 Richard Hendersontcg: Use tcg_constant_i32 with icount expander
2021-01-13 Richard Hendersontcg: Convert tcg_gen_dupi_vec to TCG_CONST
2021-01-13 Richard Hendersontcg/optimize: Use tcg_constant_internal with constant...
2021-01-13 Richard Hendersontcg/optimize: Adjust TempOptInfo allocation
2021-01-13 Richard Hendersontcg/optimize: Improve find_better_copy
2021-01-13 Richard Hendersontcg: Introduce TYPE_CONST temporaries
2021-01-13 Richard Hendersontcg: Expand TempOptInfo to 64-bits
2021-01-13 Richard Hendersontcg: Rename struct tcg_temp_info to TempOptInfo
2021-01-13 Richard Hendersontcg: Expand TCGTemp.val to 64-bits
2021-01-13 Richard Hendersontcg: Add temp_readonly
2021-01-13 Richard Hendersontcg: Consolidate 3 bits into enum TCGTempKind
2021-01-13 Richard Hendersontcg: Increase tcg_out_dupi_vec immediate to int64_t
2021-01-13 Richard Hendersontcg: Use tcg_out_dupi_vec from temp_load
2021-01-13 Peter MaydellMerge remote-tracking branch 'remotes/armbru/tags/pull...
2021-01-13 Mark Cave-Aylandmacio: don't set user_creatable to false
2021-01-13 Mark Cave-Aylandmacio: wire macio GPIOs to OpenPIC using sysbus IRQs
2021-01-13 Mark Cave-Aylandmacio: move OpenPIC inside macio-newworld device
2021-01-13 Mark Cave-Aylandmac_newworld: delay wiring of PCI IRQs in New World...
2021-01-13 Mark Cave-Aylandmacio: move heathrow PIC inside macio-oldworld device
2021-01-13 Mark Cave-Aylandmac_oldworld: move initialisation of grackle before...
2021-01-13 Mark Cave-Aylandmac_oldworld: remove duplicate bus check for PPC_INPUT...
2021-01-13 Lukas Straubtests/test-char.c: Wait for the chardev to connect...
2021-01-13 Lukas Straubio: Document qmp oob suitability of qio_channel_shutdow...
next