OSDN Git Service

qmiga/qemu.git
2023-02-02 Emilio Cotathread: de-const qemu_spin_destroy
2023-02-02 Emilio Cotautil/qht: add missing atomic_set(hashes[i])
2023-02-02 Emilio Cotacpu: free cpu->tb_jmp_cache with RCU
2023-02-02 Alex Bennéetests/tcg: add memory-sve test for aarch64
2023-02-02 Evgeny Iakovlevsemihosting: add O_BINARY flag in host_open for NT...
2023-02-02 Keith Packardsemihosting: Write back semihosting data before complet...
2023-02-02 Alex Bennéedocs: add an introduction to the system docs
2023-02-02 Alex Bennéesemihosting: add semihosting section to the docs
2023-02-02 Alex Bennéedocs: add a new section to outline emulation support
2023-02-02 Alex Bennéedocs: add hotlinks to about preface text
2023-02-02 Thomas HuthMAINTAINERS: Fix the entry for tests/tcg/nios2
2023-02-02 Alex Bennéegitlab: wrap up test results for custom runners
2023-02-02 Richard Hendersontests/tcg: Use SIGKILL for timeout
2023-02-02 Alex Bennéetests/tcg: skip the vma-pthread test on CI
2023-02-02 Alex Bennéetests/docker: drop debian-tricore-cross's partial status
2023-02-02 Philippe Mathieu... tests/docker: Install flex in debian-tricore-cross
2023-02-02 Marc-André... lcitool: drop texinfo from QEMU project/dependencies
2023-02-02 Marc-André... lcitool: drop perl from QEMU project/dependencies
2023-02-02 Marc-André... Update lcitool and fedora to 37
2023-02-02 Alex Bennéegitlab: add lsan suppression file to workaround tcmallo...
2023-02-02 Marc-André... docs: drop texinfo options
2023-02-02 Marc-André... meson: replace Perl usage with Python
2023-02-02 Marc-André... .gitlab-ci.d/windows: do not disable opengl
2023-02-02 Marc-André... build-sys: fix crlf-ending C code
2023-02-02 Alex Bennéetests/unit: drop hacky race avoidance in test-io-channe...
2023-02-02 Alex Bennéegitlab: just use plain --cc=clang for custom runner...
2023-02-02 Mark Cave-Aylandgitlab: add FF_SCRIPT_SECTIONS for timings
2023-02-02 Alex Bennéescripts/ci: update gitlab-runner playbook to use latest...
2023-02-01 Peter MaydellMerge tag 'python-pull-request' of https://gitlab.com...
2023-01-24 Marc-André... python/qemu/machine: use socketpair() for QMP by default
2023-01-24 Marc-André... python/qmp/legacy: make QEMUMonitorProtocol accept...
2023-01-24 Marc-André... python/qmp/protocol: add open_with_socket()
2023-01-24 Maksim Davydovpython/qmp: increase read buffer size
2023-01-24 Peter Delevoryaspython/machine: Fix AF_UNIX path too long on macOS
2023-01-24 Vladimir Sementsov... python: QEMUMachine: enable qmp accept timeout by default
2023-01-24 Dongdong ZhangFix some typos
2023-01-24 Peter MaydellMerge tag 'block-pull-request' of https://gitlab.com...
2023-01-23 Peter Krempablock/blkio: Fix inclusion of required headers
2023-01-23 Stefan Hajnoczivirtio-blk: simplify virtio_blk_dma_restart_cb()
2023-01-23 Chao Gaoutil/aio: Defer disabling poll mode as long as possible
2023-01-23 Peter MaydellMerge tag 'pull-target-arm-20230123' of https://git...
2023-01-23 Richard Hendersontarget/arm: Look up ARMCPRegInfo at runtime
2023-01-23 Richard Hendersontarget/arm: Reorg do_coproc_insn
2023-01-23 Evgeny Iakovlevtarget/arm: provide stubs for more external debug registers
2023-01-23 Evgeny Iakovlevtarget/arm: implement DBGCLAIM registers
2023-01-23 Peter Maydelltarget/arm: Don't set EXC_RETURN.ES if Security Extensi...
2023-01-23 Richard Hendersontarget/arm: Fix in_debug path in S1_ptw_translate
2023-01-23 Richard Hendersontarget/arm: Fix physical address resolution for MTE
2023-01-23 Richard Hendersontarget/arm/sme: Unify set_pstate() SM/ZA helpers as...
2023-01-23 Richard Hendersontarget/arm/sme: Rebuild hflags in aarch64_set_svcr()
2023-01-23 Richard Hendersontarget/arm/sme: Reset ZA state in aarch64_set_svcr()
2023-01-23 Richard Hendersontarget/arm/sme: Reset SVE state in aarch64_set_svcr()
2023-01-23 Richard Hendersontarget/arm/sme: Introduce aarch64_set_svcr()
2023-01-23 Richard Hendersontarget/arm/sme: Rebuild hflags in set_pstate() helpers
2023-01-23 Richard Hendersontarget/arm/sme: Reorg SME access handling in handle_msr_i()
2023-01-23 Philippe Mathieu... hw/i2c/versatile_i2c: Rename versatile_i2c -> arm_sbcon_i2c
2023-01-23 Philippe Mathieu... hw/i2c/versatile_i2c: Use ARM_SBCON_I2C() macro
2023-01-23 Philippe Mathieu... hw/i2c/versatile_i2c: Replace TYPE_VERSATILE_I2C -...
2023-01-23 Philippe Mathieu... hw/i2c/versatile_i2c: Replace VersatileI2CState ->...
2023-01-23 Philippe Mathieu... hw/i2c/versatile_i2c: Drop useless casts from void...
2023-01-23 Philippe Mathieu... hw/i2c/bitbang_i2c: Convert DPRINTF() to trace events
2023-01-23 Philippe Mathieu... hw/i2c/bitbang_i2c: Trace state changes
2023-01-23 Philippe Mathieu... hw/i2c/bitbang_i2c: Change state calling bitbang_i2c_se...
2023-01-23 Philippe Mathieu... hw/i2c/bitbang_i2c: Remove unused dummy MemoryRegion
2023-01-23 Philippe Mathieu... hw/i2c/bitbang_i2c: Define TYPE_GPIO_I2C in public...
2023-01-23 David Reisstarget/arm: Unify checking for M Main Extension in...
2023-01-23 Richard Hendersontarget/arm: Widen cnthctl_el2 to uint64_t
2023-01-20 Peter MaydellMerge tag 'pull-riscv-to-apply-20230120' of https:...
2023-01-20 Peter MaydellMerge tag 'pull-include-2023-01-20' of https://repo...
2023-01-20 Markus Armbrusterinclude/hw/ppc include/hw/pci-host: Drop extra typedefs
2023-01-20 Markus Armbrusterinclude/hw/ppc: Don't include hw/pci-host/pnv_phb.h...
2023-01-20 Markus Armbrusterinclude/hw/ppc: Supply a few missing includes
2023-01-20 Markus Armbrusterinclude/hw/ppc: Split pnv_chip.h off pnv.h
2023-01-20 Markus Armbrusterinclude/hw/block: Include hw/block/block.h where needed
2023-01-20 Markus Armbrusterhw/sparc64/niagara: Use blk_name() instead of open...
2023-01-20 Markus Armbrusterinclude/block: Untangle inclusion loops
2023-01-20 Markus Armbrustercoroutine: Use Coroutine typedef name instead of struct...
2023-01-20 Markus Armbrustercoroutine: Split qemu/coroutine-core.h off qemu/coroutine.h
2023-01-20 Daniel Henrique... hw/riscv/virt.c: move create_fw_cfg() back to virt_mach...
2023-01-20 Richard Hendersontarget/riscv: Remove helper_set_rod_rounding_mode
2023-01-20 Richard Hendersontarget/riscv: Introduce helper_set_rounding_mode_chkfrm
2023-01-20 Richard Hendersontcg/riscv: Use tcg_pcrel_diff in tcg_out_ldst
2023-01-20 Andrew Brestickertarget/riscv: Trap on writes to stimecmp from VS when...
2023-01-20 Andrew Brestickertarget/riscv: Fix up masking of vsip/vsie accesses
2023-01-20 Daniel Henrique... hw/riscv: use ms->fdt in riscv_socket_fdt_write_distanc...
2023-01-20 Daniel Henrique... hw/riscv: use MachineState::fdt in riscv_socket_fdt_wri...
2023-01-20 Daniel Henrique... hw/riscv/virt.c: remove 'is_32_bit' param from create_f...
2023-01-20 Daniel Henrique... hw/riscv/sifive_u.c: simplify create_fdt()
2023-01-20 Daniel Henrique... hw/riscv/virt.c: simplify create_fdt()
2023-01-20 Daniel Henrique... hw/riscv/spike.c: simplify create_fdt()
2023-01-20 Bin Mengtarget/riscv: Use TARGET_FMT_lx for env->mhartid
2023-01-20 Daniel Henrique... target/riscv/cpu.c: do not skip misa logic in riscv_cpu...
2023-01-20 Daniel Henrique... target/riscv/cpu: set cpu->cfg in register_cpu_props()
2023-01-20 Daniel Henrique... hw/riscv/boot.c: use MachineState in riscv_load_kernel()
2023-01-20 Daniel Henrique... hw/riscv/boot.c: use MachineState in riscv_load_initrd()
2023-01-20 Daniel Henrique... hw/riscv: write bootargs 'chosen' FDT after riscv_load_...
2023-01-20 Daniel Henrique... hw/riscv: write initrd 'chosen' FDT inside riscv_load_i...
2023-01-20 Daniel Henrique... hw/riscv/spike.c: load initrd right after riscv_load_ke...
2023-01-20 Daniel Henrique... hw/riscv/boot.c: exit early if filename is NULL in...
2023-01-20 Daniel Henrique... hw/riscv/sifive_u: use 'fdt' from MachineState
next