OSDN Git Service

qmiga/qemu.git
2021-11-02 Philippe Mathieu... target/mips: Remove generic MSA opcode
2021-11-02 Philippe Mathieu... target/mips: Convert CTCMSA opcode to decodetree
2021-11-02 Philippe Mathieu... target/mips: Convert CFCMSA opcode to decodetree
2021-11-02 Philippe Mathieu... target/mips: Convert MSA MOVE.V opcode to decodetree
2021-11-02 Philippe Mathieu... target/mips: Convert MSA COPY_S and INSERT opcodes...
2021-11-02 Philippe Mathieu... target/mips: Convert MSA COPY_U opcode to decodetree
2021-11-02 Philippe Mathieu... target/mips: Convert MSA ELM instruction format to...
2021-11-02 Philippe Mathieu... target/mips: Convert MSA 3R instruction format to decod...
2021-11-02 Philippe Mathieu... target/mips: Convert MSA 3R instruction format to decod...
2021-11-02 Philippe Mathieu... target/mips: Convert MSA 3R instruction format to decod...
2021-11-02 Philippe Mathieu... target/mips: Convert MSA 3R instruction format to decod...
2021-11-02 Philippe Mathieu... target/mips: Convert MSA 3RF instruction format to...
2021-11-02 Philippe Mathieu... target/mips: Convert MSA 3RF instruction format to...
2021-11-02 Philippe Mathieu... target/mips: Convert MSA VEC instruction format to...
2021-11-02 Philippe Mathieu... target/mips: Convert MSA 2R instruction format to decod...
2021-11-02 Philippe Mathieu... target/mips: Convert MSA FILL opcode to decodetree
2021-11-02 Philippe Mathieu... target/mips: Convert MSA 2RF instruction format to...
2021-11-02 Philippe Mathieu... target/mips: Convert MSA load/store instruction format...
2021-11-02 Philippe Mathieu... target/mips: Convert MSA I8 instruction format to decod...
2021-11-02 Philippe Mathieu... target/mips: Convert MSA SHF opcode to decodetree
2021-11-02 Philippe Mathieu... target/mips: Convert MSA BIT instruction format to...
2021-11-02 Philippe Mathieu... target/mips: Convert MSA I5 instruction format to decod...
2021-11-02 Philippe Mathieu... target/mips: Convert MSA LDI opcode to decodetree
2021-11-02 Philippe Mathieu... target/mips: Rename sa16 -> sa, bz_df -> bz -> bz_v
2021-11-02 Philippe Mathieu... target/mips: Use enum definitions from CPUMIPSMSADataFo...
2021-11-02 Philippe Mathieu... target/mips: Have check_msa_access() return a boolean
2021-11-02 Philippe Mathieu... target/mips: Use dup_const() to simplify
2021-11-02 Philippe Mathieu... target/mips: Adjust style in msa_translate_init()
2021-11-02 Philippe Mathieu... target/mips: Fix MSA MSUBV.B opcode
2021-11-02 Philippe Mathieu... target/mips: Fix MSA MADDV.B opcode
2021-11-02 Philippe Mathieu... MAINTAINERS: Split MIPS TCG frontend vs MIPS machines...
2021-11-02 Philippe Mathieu... MAINTAINERS: Add entries to cover MIPS CPS / GIC hardware
2021-11-02 Philippe Mathieu... MAINTAINERS: Add MIPS general architecture support...
2021-11-02 Richard HendersonMerge remote-tracking branch 'remotes/alex.williamson...
2021-11-02 Richard HendersonMerge remote-tracking branch 'remotes/philmd/tags/machi...
2021-11-01 Damien Heddemachine: remove the done notifier for dynamic sysbus...
2021-11-01 Damien Heddeqdev-monitor: Check sysbus device type before creating it
2021-11-01 Damien Heddemachine: add device_type_is_dynamic_sysbus function
2021-11-01 Yanan Wangtests/unit: Add an unit test for smp parsing
2021-11-01 Yanan Wanghw/core/machine: Split out the smp parsing code
2021-11-01 Philippe Mathieu... hw/core: Restrict hotplug to system emulation
2021-11-01 Philippe Mathieu... hw/core: Extract hotplug-related functions to qdev...
2021-11-01 Philippe Mathieu... hw/core: Declare meson source set
2021-11-01 Philippe Mathieu... hw/core: Restrict sysemu specific files
2021-11-01 Eduardo Habkostmachine: Move gpio code to hw/core/gpio.c
2021-11-01 Richard HendersonMerge remote-tracking branch 'remotes/jsnow/tags/python...
2021-11-01 Kunkun Jiangvfio/common: Add a trace point when a MMIO RAM section...
2021-11-01 Kunkun Jiangvfio/pci: Add support for mmapping sub-page MMIO BARs...
2021-11-01 John Snowpython, iotests: replace qmp with aqmp
2021-11-01 John Snowpython/aqmp: Create sync QMP wrapper for iotests
2021-11-01 John Snowiotests/300: avoid abnormal shutdown race condition
2021-11-01 John Snowiotests: Conditionally silence certain AQMP errors
2021-11-01 John Snowiotests: Accommodate async QMP Exception classes
2021-11-01 John Snowpython/aqmp: Remove scary message
2021-11-01 John Snowpython/machine: Handle QMP errors on close more meticul...
2021-11-01 John Snowpython/machine: remove has_quit argument
2021-11-01 John Snowpython: Add iotest linters to test suite
2021-11-01 John Snowiotests/linters: Add workaround for mypy bug #9852
2021-11-01 John Snowiotests/linters: Add entry point for linting via Python CI
2021-11-01 John Snowiotests: split linters.py out from 297
2021-11-01 John Snowiotests/297: split test into sub-cases
2021-11-01 John Snowiotests/297: update tool availability checks
2021-11-01 John Snowiotests/297: Change run_linter() to raise an exception...
2021-11-01 John Snowiotests/297: refactor run_[mypy|pylint] as generic...
2021-11-01 John Snowiotests/297: Split run_linters apart into run_pylint...
2021-11-01 John Snowiotests/297: Don't rely on distro-specific linter binaries
2021-11-01 John Snowiotests/297: Create main() function
2021-11-01 John Snowiotests/297: Add get_files() function
2021-11-01 John Snowiotests/297: Split mypy configuration out into mypy.ini
2021-11-01 John Snowiotests/297: Move pylint config into pylintrc
2021-10-30 Richard HendersonMerge remote-tracking branch 'remotes/philmd/tags/renes...
2021-10-30 BALATON Zoltanhw/timer/sh_timer: Remove use of hw_error
2021-10-30 BALATON Zoltanhw/timer/sh_timer: Fix timer memory region size
2021-10-30 BALATON Zoltanhw/timer/sh_timer: Do not wrap lines that are not too...
2021-10-30 BALATON Zoltanhw/timer/sh_timer: Rename sh_timer_state to SHTimerState
2021-10-30 BALATON Zoltanhw/intc/sh_intc: Remove unneeded local variable initial...
2021-10-30 BALATON Zoltanhw/intc/sh_intc: Simplify allocating sources array
2021-10-30 BALATON Zoltanhw/intc/sh_intc: Avoid using continue in loops
2021-10-30 BALATON Zoltanhw/intc/sh_intc: Replace abort() with g_assert_not_reac...
2021-10-30 BALATON Zoltanhw/intc/sh_intc: Inline and drop sh_intc_source() function
2021-10-30 BALATON Zoltanhw/intc/sh_intc: Use array index instead of pointer...
2021-10-30 BALATON Zoltanhw/intc/sh_intc: Remove excessive parenthesis
2021-10-30 BALATON Zoltanhw/intc/sh_intc: Move sh_intc_register() closer to...
2021-10-30 BALATON Zoltanhw/intc/sh_intc: Drop another useless macro
2021-10-30 BALATON Zoltanhw/intc/sh_intc: Rename iomem region
2021-10-30 BALATON Zoltanhw/intc/sh_intc: Turn some defines into an enum
2021-10-30 BALATON Zoltanhw/intc/sh_intc: Use existing macro instead of local one
2021-10-30 BALATON Zoltanhw/char/sh_serial: Add device id to trace output
2021-10-30 BALATON Zoltanhw/char/sh_serial: QOM-ify
2021-10-30 BALATON Zoltanhw/char/sh_serial: Split off sh_serial_reset() from...
2021-10-30 BALATON Zoltanhw/char/sh_serial: Embed QEMUTimer in state struct
2021-10-30 BALATON Zoltanhw/char/sh_serial: Rename type sh_serial_state to SHSer...
2021-10-30 BALATON Zoltanhw/char/sh_serial: Do not abort on invalid access
2021-10-30 BALATON Zoltanhw/sh4/r2d: Use error_report instead of fprintf to...
2021-10-30 BALATON Zoltanhw/sh4: Change debug printfs to traces
2021-10-30 BALATON Zoltanhw/sh4: Fix typos in a comment
2021-10-30 BALATON Zoltanhw/sh4: Coding style: Remove unnecessary casts
2021-10-30 BALATON Zoltanhw/sh4: Coding style: Add missing braces
2021-10-30 BALATON Zoltanhw/sh4: Coding style: White space fixes
2021-10-30 BALATON Zoltanhw/sh4: Coding style: Fix multi-line comments
next