OSDN Git Service

qmiga/qemu.git
2022-04-26 Richard HendersonMerge tag 'pull-nbd-2022-04-26' of https://repo.or...
2022-04-26 Richard HendersonMerge tag 'pull-nios2-20220426' of https://gitlab.com...
2022-04-26 Paolo Bonzininbd: document what is protected by the CoMutexes
2022-04-26 Paolo Bonzininbd: take receive_mutex when reading requests[].receiving
2022-04-26 Paolo Bonzininbd: move s->state under requests_lock
2022-04-26 Paolo Bonzininbd: code motion and function renaming
2022-04-26 Paolo Bonzininbd: use a QemuMutex to synchronize yanking, reconnecti...
2022-04-26 Paolo Bonzininbd: keep send_mutex/free_sema handling outside nbd_co_...
2022-04-26 Paolo Bonzininbd: remove peppering of nbd_client_connected
2022-04-26 Paolo Bonzininbd: mark more coroutine_fns
2022-04-26 Paolo Bonzininbd: safeguard against waking up invalid coroutine
2022-04-26 Vladimir Sementsov... iotests/223: check new possibility of exporting bitmaps...
2022-04-26 Vladimir Sementsov... qapi: nbd-export: allow select bitmaps by node/name...
2022-04-26 Vladimir Sementsov... qapi: rename BlockDirtyBitmapMergeSource to BlockDirtyB...
2022-04-26 Richard HendersonMerge tag 'misc-next-pull-request' of https://gitlab...
2022-04-26 Richard Hendersontests/tcg/nios2: Add test-shadow-1
2022-04-26 Richard Hendersontests/tcg/nios2: Add semihosting multiarch tests
2022-04-26 Amir Gonnenhw/nios2: Machine with a Vectored Interrupt Controller
2022-04-26 Richard Hendersonhw/nios2: Move memory regions into Nios2Machine
2022-04-26 Richard Hendersonhw/nios2: Introduce Nios2MachineState
2022-04-26 Amir Gonnenhw/intc: Vectored Interrupt Controller (VIC)
2022-04-26 Richard Hendersonlinux-user/nios2: Handle various SIGILL exceptions
2022-04-26 Richard Hendersontarget/nios2: Advance pc when raising exceptions
2022-04-26 Richard Hendersontarget/nios2: Implement EIC interrupt processing
2022-04-26 Richard Hendersontarget/nios2: Update helper_eret for shadow registers
2022-04-26 Richard Hendersontarget/nios2: Implement rdprs, wrprs
2022-04-26 Richard Hendersontarget/nios2: Introduce shadow register sets
2022-04-26 Richard Hendersontarget/nios2: Implement Misaligned destination exception
2022-04-26 Richard Hendersontarget/nios2: Use tcg_gen_lookup_and_goto_ptr
2022-04-26 Richard Hendersontarget/nios2: Use gen_goto_tb for DISAS_TOO_MANY
2022-04-26 Richard Hendersontarget/nios2: Hoist set of is_jmp into gen_goto_tb
2022-04-26 Richard Hendersontarget/nios2: Create gen_jumpr
2022-04-26 Richard Hendersontarget/nios2: Enable unaligned traps for system mode
2022-04-26 Richard Hendersontarget/nios2: Drop CR_STATUS_EH from tb->flags
2022-04-26 Richard Hendersontarget/nios2: Introduce dest_gpr
2022-04-26 Richard Hendersontarget/nios2: Split out helpers for gen_rr_shift
2022-04-26 Richard Hendersontarget/nios2: Split out helpers for gen_rr_mul_high
2022-04-26 Richard Hendersontarget/nios2: Split out helpers for gen_r_math_logic
2022-04-26 Richard Hendersontarget/nios2: Split out helpers for gen_i_math_logic
2022-04-26 Richard Hendersontarget/nios2: Split out helpers for gen_i_cmpxx
2022-04-26 Richard Hendersontarget/nios2: Split out named structs for [IRJ]_TYPE
2022-04-26 Richard Hendersontarget/nios2: Use tcg_constant_tl
2022-04-26 Richard Hendersontarget/nios2: Support division error exception
2022-04-26 Richard Hendersontarget/nios2: Remove CPU_INTERRUPT_NMI
2022-04-26 Richard Hendersontarget/nios2: Implement CR_STATUS.RSIE
2022-04-26 Richard Hendersontarget/nios2: Implement cpuid
2022-04-26 Richard Hendersontarget/nios2: Prevent writes to read-only or reserved...
2022-04-26 Richard Hendersontarget/nios2: Clean up handling of tlbmisc in do_exception
2022-04-26 Richard Hendersontarget/nios2: Cleanup set of CR_EXCEPTION for do_interrupt
2022-04-26 Richard Hendersontarget/nios2: Handle EXCP_UNALIGN and EXCP_UNALIGND
2022-04-26 Richard Hendersontarget/nios2: Hoist CPU_LOG_INT logging
2022-04-26 Richard Hendersontarget/nios2: Clean up nios2_cpu_do_interrupt
2022-04-26 Richard Hendersontarget/nios2: Create EXCP_SEMIHOST for semi-hosting
2022-04-26 Richard Hendersontarget/nios2: Move R_FOO and CR_BAR into enumerations
2022-04-26 Richard Hendersontarget/nios2: Use hw/registerfields.h for CR_TLBMISC...
2022-04-26 Richard Hendersontarget/nios2: Rename CR_TLBMISC_WR to CR_TLBMISC_WE
2022-04-26 Richard Hendersontarget/nios2: Use hw/registerfields.h for CR_TLBACC...
2022-04-26 Richard Hendersontarget/nios2: Use hw/registerfields.h for CR_TLBADDR...
2022-04-26 Richard Hendersontarget/nios2: Use hw/registerfields.h for CR_EXCEPTION...
2022-04-26 Richard Hendersontarget/nios2: Use hw/registerfields.h for CR_STATUS...
2022-04-26 Richard Hendersontarget/nios2: Clean up nios2_cpu_dump_state
2022-04-26 Richard Hendersontarget/nios2: Split control registers away from general...
2022-04-26 Richard Hendersontarget/nios2: Remove cpu_interrupts_enabled
2022-04-26 Richard Hendersonlinux-user/nios2: Only initialize SP and PC in target_c...
2022-04-26 Richard Hendersontarget/nios2: Do not create TCGv for control registers
2022-04-26 Richard Hendersontarget/nios2: Fix BRET instruction
2022-04-26 Amir Gonnentarget/nios2: Split out helper for eret instruction
2022-04-26 Richard Hendersontarget/nios2: Split PC out of env->regs[]
2022-04-26 Amir Gonnentarget/nios2: Add NUM_GP_REGS and NUM_CP_REGS
2022-04-26 Richard Hendersontarget/nios2: Stop generating code if gen_check_supervi...
2022-04-26 Amir Gonnentarget/nios2: Check supervisor on eret
2022-04-26 Richard Hendersonlinux-user/nios2: Use force_sig_fault for EXCP_DEBUG
2022-04-26 Richard Hendersontarget/nios2: Build helper.c for system only
2022-04-26 Richard Hendersontarget/nios2: Remove nios2_cpu_record_sigsegv
2022-04-26 Richard Hendersontarget/nios2: Remove user-only nios2_cpu_do_interrupt
2022-04-26 Richard Hendersontests/tcg/nios2: Re-enable linux-user tests
2022-04-26 Richard Hendersonlinux-user/nios2: Use QEMU_ESIGRETURN from do_rt_sigreturn
2022-04-26 Richard Hendersonlinux-user/nios2: Remove do_sigreturn
2022-04-26 Richard Hendersonlinux-user/nios2: Handle special qemu syscall return...
2022-04-26 Richard Hendersonlinux-user/nios2: Adjust error return
2022-04-26 Richard Hendersonlinux-user/nios2: Drop syscall 0 "workaround"
2022-04-26 Richard Hendersonlinux-user/nios2: Fix clone child return
2022-04-26 Richard Hendersonlinux-user/nios2: Hoist pc advance to the top of EXCP_TRAP
2022-04-26 Daniel P. Berrangégithub: fix config mistake preventing repo lockdown...
2022-04-26 Daniel P. Berrangéhw/char: fix qcode array bounds check in ESCC impl
2022-04-26 Daniel P. Berrangésoftmmu: remove deprecated --enable-fips option
2022-04-26 Richard HendersonMerge tag 'trivial-branch-for-7.1-pull-request' of...
2022-04-26 Stefan Weildocs: Replace HomeBrew -> Homebrew
2022-04-26 Stefan Weildocs: Replace Qemu -> QEMU
2022-04-26 Thomas Huthtarget/mips: Remove stale TODO file
2022-04-26 Eugenio Pérezvdpa: Add missing tracing to batch mapping functions
2022-04-26 Yuval Shaiahw/pvrdma: Some cosmetic fixes
2022-04-25 Richard HendersonMerge tag 'pull-block-2022-04-25' of https://gitlab...
2022-04-25 Richard HendersonMerge tag 'block-pull-request' of https://gitlab.com...
2022-04-25 Hanna Reitziotests/108: Fix when missing user_allow_other
2022-04-25 John Snowiotests: make qemu_io_log() check return codes by default
2022-04-25 John Snowiotests: remove qemu_io_silent() and qemu_io_silent_che...
2022-04-25 John Snowiotests: remove qemu_io_pipe_and_status()
2022-04-25 John Snowiotests/image-fleecing: switch to qemu_io()
2022-04-25 John Snowiotests/migration-permissions: use assertRaises() for...
next