OSDN Git Service

qmiga/qemu.git
2021-05-04 Philippe Mathieu... hw/sparc/sun4m: Move each sun4m_hwdef definition in...
2021-05-04 Philippe Mathieu... hw/sparc/sun4m: Fix code style for checkpatch.pl
2021-05-04 Philippe Mathieu... hw/sparc/sun4m: Register machine types in sun4m_machine...
2021-05-04 Philippe Mathieu... hw/sparc/sun4m: Factor out sun4m_machine_class_init()
2021-05-04 Philippe Mathieu... hw/sparc/sun4m: Introduce Sun4mMachineClass
2021-05-04 Philippe Mathieu... hw/sparc/sun4m: Have sun4m machines inherit new TYPE_SU...
2021-05-04 Peter MaydellMerge remote-tracking branch 'remotes/bsdimp/tags/pull...
2021-05-03 Peter MaydellMerge remote-tracking branch 'remotes/philmd/tags/mips...
2021-05-02 Peter MaydellMerge remote-tracking branch 'remotes/rth-gitlab/tags...
2021-05-02 Philippe Mathieu... gitlab-ci: Add KVM mips64el cross-build jobs
2021-05-02 Philippe Mathieu... hw/mips: Restrict non-virtualized machines to TCG
2021-05-02 Philippe Mathieu... target/mips: Move TCG source files under tcg/ sub directory
2021-05-02 Philippe Mathieu... target/mips: Move CP0 helpers to sysemu/cp0.c
2021-05-02 Philippe Mathieu... target/mips: Move exception management code to exception.c
2021-05-02 Philippe Mathieu... target/mips: Move TLB management helpers to tcg/sysemu...
2021-05-02 Philippe Mathieu... target/mips: Move helper_cache() to tcg/sysemu/special_...
2021-05-02 Philippe Mathieu... target/mips: Move Special opcodes to tcg/sysemu/special...
2021-05-02 Philippe Mathieu... target/mips: Restrict CPUMIPSTLBContext::map_address...
2021-05-02 Philippe Mathieu... target/mips: Move tlb_helper.c to tcg/sysemu/
2021-05-02 Philippe Mathieu... target/mips: Restrict mmu_init() to TCG
2021-05-02 Philippe Mathieu... target/mips: Move sysemu TCG-specific code to tcg/sysem...
2021-05-02 Philippe Mathieu... target/mips: Restrict cpu_mips_get_random() / update_pa...
2021-05-02 Philippe Mathieu... target/mips: Move physical addressing code to sysemu...
2021-05-02 Philippe Mathieu... target/mips: Move sysemu specific files under sysemu...
2021-05-02 Philippe Mathieu... target/mips: Move cpu_signal_handler definition around
2021-05-02 Philippe Mathieu... target/mips: Add simple user-mode mips_cpu_tlb_fill()
2021-05-02 Philippe Mathieu... target/mips: Add simple user-mode mips_cpu_do_interrupt()
2021-05-02 Philippe Mathieu... target/mips: Introduce tcg-internal.h for TCG specific...
2021-05-02 Philippe Mathieu... meson: Introduce meson_user_arch source set for arch...
2021-05-02 Philippe Mathieu... target/mips: Extract load/store helpers to ldst_helper.c
2021-05-02 Philippe Mathieu... target/mips: Merge do_translate_address into cpu_mips_t...
2021-05-02 Philippe Mathieu... target/mips: Declare mips_env_set_pc() inlined in ...
2021-05-02 Philippe Mathieu... target/mips: Turn printfpr() macro into a proper function
2021-05-02 Philippe Mathieu... target/mips: Restrict mips_cpu_dump_state() to cpu.c
2021-05-02 Philippe Mathieu... target/mips: Optimize CPU/FPU regnames[] arrays
2021-05-02 Philippe Mathieu... target/mips: Make CPU/FPU regnames[] arrays global
2021-05-02 Philippe Mathieu... target/mips: Move msa_reset() to new source file
2021-05-02 Philippe Mathieu... target/mips: Move IEEE rounding mode array to new sourc...
2021-05-02 Philippe Mathieu... target/mips: Simplify meson TCG rules
2021-05-02 Philippe Mathieu... target/mips: Make check_cp0_enabled() return a boolean
2021-05-02 Philippe Mathieu... target/mips: Migrate missing CPU fields
2021-05-02 Philippe Mathieu... target/mips: Remove spurious LOG_UNIMP of MTHC0 opcode
2021-05-02 Philippe Mathieu... target/mips: Add missing CP0 check to nanoMIPS RDPGPR...
2021-05-02 Philippe Mathieu... target/mips: Fix CACHEE opcode (CACHE using EVA addressing)
2021-05-02 Philippe Mathieu... hw/isa/piix4: Use qdev_get_gpio_in_named() to get ISA IRQ
2021-05-02 Peter MaydellMerge remote-tracking branch 'remotes/rth-gitlab/tags...
2021-05-01 Taylor SimpsonHexagon (target/hexagon) CABAC decode bin
2021-05-01 Taylor SimpsonHexagon (target/hexagon) load into shifted register...
2021-05-01 Taylor SimpsonHexagon (target/hexagon) load and unpack bytes instructions
2021-05-01 Taylor SimpsonHexagon (target/hexagon) bit reverse (brev) addressing
2021-05-01 Taylor SimpsonHexagon (target/hexagon) circular addressing
2021-05-01 Richard Hendersondecodetree: Extend argument set syntax to allow types
2021-05-01 Luis Fernando... decodetree: Add support for 64-bit instructions
2021-05-01 Richard Hendersondecodetree: More use of f-strings
2021-05-01 Richard Hendersondecodetree: Introduce whex and whexC helpers
2021-05-01 Philippe Mathieu... exec: Remove accel/tcg/ from include paths
2021-05-01 Taylor SimpsonHexagon (target/hexagon) add A4_addp_c/A4_subp_c
2021-05-01 Taylor SimpsonHexagon (target/hexagon) add A6_vminub_RdP
2021-05-01 Taylor SimpsonHexagon (target/hexagon) add A5_ACS (vacsh)
2021-05-01 Taylor SimpsonHexagon (target/hexagon) add F2_sfinvsqrta
2021-05-01 Taylor SimpsonHexagon (target/hexagon) add F2_sfrecipa instruction
2021-05-01 Taylor SimpsonHexagon (target/hexagon) compile all debug code
2021-05-01 Taylor SimpsonHexagon (target/hexagon) move QEMU_GENERATE to only...
2021-05-01 Taylor SimpsonHexagon (target/hexagon) cleanup reg_field_info definition
2021-05-01 Taylor SimpsonHexagon (target/hexagon) cleanup ternary operators...
2021-05-01 Taylor SimpsonHexagon (target/hexagon) use softfloat for float-to...
2021-05-01 Taylor SimpsonHexagon (target/hexagon) replace float32_mul_pow2 with...
2021-05-01 Taylor SimpsonHexagon (target/hexagon) use softfloat default NaN...
2021-05-01 Taylor SimpsonHexagon (target/hexagon) change type of softfloat_round...
2021-05-01 Taylor SimpsonHexagon (target/hexagon) remove unused carry_from_add64...
2021-05-01 Taylor SimpsonHexagon (target/hexagon) change variables from int...
2021-05-01 Taylor SimpsonHexagon (target/hexagon) decide if pred has been writte...
2021-05-01 Taylor SimpsonHexagon (target/hexagon) properly generate TB end for...
2021-05-01 Taylor SimpsonHexagon (target/hexagon) use env_archcpu and env_cpu
2021-05-01 Taylor SimpsonHexagon (target/hexagon) remove unnecessary inline...
2021-05-01 Taylor SimpsonHexagon (target/hexagon) cleanup gen_log_predicated_reg...
2021-05-01 Taylor SimpsonHexagon (target/hexagon) TCG generation cleanup
2021-05-01 Taylor Simpsontarget/hexagon: remove unnecessary semicolons
2021-05-01 Taylor Simpsontarget/hexagon: fix typo in comment
2021-05-01 Taylor Simpsontarget/hexagon: Change DECODE_MAPPED_REG operand name...
2021-05-01 Taylor Simpsontarget/hexagon: remove unnecessary checks in find_iclas...
2021-05-01 Taylor Simpsontarget/hexagon: translation changes
2021-04-30 Warner Loshbsd-user: style tweak: Put {} around all if/else/for...
2021-04-30 Warner Loshbsd-user: put back a break; that had gone missing...
2021-04-30 Warner Loshbsd-user: style tweak: return is not a function, elimin...
2021-04-30 Warner Loshbsd-user: style tweak: keyword space (
2021-04-30 Warner Loshbsd-user: whitespace changes
2021-04-30 Peter MaydellMerge remote-tracking branch 'remotes/armbru/tags/pull...
2021-04-30 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2021-04-30 John Snowqapi/error.py: enable mypy checks
2021-04-30 John Snowqapi/error: Add type hints
2021-04-30 John Snowqapi/error.py: enable pylint checks
2021-04-30 John Snowqapi/error.py: move QAPIParseError to parser.py
2021-04-30 John Snowqapi/error: assert QAPISourceInfo is not None
2021-04-30 John Snowqapi/error: Make QAPISourceError 'col' parameter optional
2021-04-30 John Snowqapi/error: Use Python3-style super()
2021-04-30 John Snowqapi/error: Repurpose QAPIError as an abstract base...
2021-04-30 John Snowqapi/expr: Update authorship and copyright information
2021-04-30 John Snowqapi/expr.py: Use tuples instead of lists for static...
2021-04-30 John Snowqapi/expr.py: Add docstrings
next