OSDN Git Service

qmiga/qemu.git
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...
2021-01-13 Lukas Straubio/channel-tls.c: make qio_channel_tls_shutdown thread...
2021-01-13 Lukas Straubmigration: Add yank feature
2021-01-13 Lukas Straubchardev/char-socket.c: Add yank feature
2021-01-13 Lukas Straubblock/nbd.c: Add yank feature
2021-01-13 Lukas StraubIntroduce yank feature
2021-01-12 Peter MaydellMerge remote-tracking branch 'remotes/bonzini-gitlab...
2021-01-12 Peter MaydellMerge remote-tracking branch 'remotes/pmaydell/tags...
2021-01-12 Roman Bolshakovui/cocoa: Fix openFile: deprecation on Big Sur
2021-01-12 Hao Wuhw/*: Use type casting for SysBusDevice in NPCM7XX
2021-01-12 Hao Wuhw/misc: Add QTest for NPCM7XX PWM Module
2021-01-12 Hao Wuhw/misc: Add a PWM module for NPCM7XX
2021-01-12 Hao Wuhw/adc: Add an ADC module for NPCM7XX
2021-01-12 Hao Wuhw/timer: Refactor NPCM7XX Timer to use CLK clock
2021-01-12 Hao Wuhw/misc: Add clock converter in NPCM7XX CLK module
2021-01-12 Peter Maydellhw/net/lan9118: Add symbolic constants for register...
2021-01-12 Peter Maydellhw/net/lan9118: Fix RX Status FIFO PEEK value
2021-01-12 Peter Maydelltarget/arm: Don't decode insns in the XScale/iWMMXt...
2021-01-12 Philippe Mathieu... target/i386: Use X86Seg enum for segment registers
2021-01-12 Paolo Bonziniconfigure: quote command line arguments in config.status
2021-01-12 Paolo Bonziniconfigure: move Cocoa incompatibility checks to Meson
2021-01-12 Paolo Bonziniconfigure: move GTK+ detection to Meson
2021-01-12 Paolo Bonziniconfigure: move X11 detection to Meson
2021-01-12 Paolo Bonzinigtk: remove CONFIG_GTK_GL
2021-01-12 Paolo Bonzinicocoa: do not enable coreaudio automatically
2021-01-12 Hannes Reineckevirtio-scsi: trace events
2021-01-12 Roman Bolshakovmeson: Propagate gnutls dependency
2021-01-12 Keqian ZhuDocs/RCU: Correct sample code of qatomic_rcu_set
2021-01-12 Maxim Levitskyscripts/gdb: implement 'qemu bt'
2021-01-12 Maxim Levitskyscripts/gdb: fix 'qemu coroutine' when users selects...
2021-01-12 Chris Hofstaedtlermeson: fix Cocoa option in summary
next