aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-02cpu-exec: assert that plugin_mem_cbs is NULL after executionEmilio Cota
2023-02-02tcg: exclude non-memory effecting helpers from instrumentationEmilio Cota
2023-02-02translator: always pair plugin_gen_insn_{start, end} callsEmilio Cota
2023-02-02plugins: fix optimization in plugin_gen_disable_mem_helpersEmilio Cota
2023-02-02plugins: make qemu_plugin_user_exit's locking order consistent with fork_start'sEmilio Cota
2023-02-02util/qht: use striped locks under TSANEmilio Cota
2023-02-02thread: de-const qemu_spin_destroyEmilio Cota
2023-02-02util/qht: add missing atomic_set(hashes[i])Emilio Cota
2023-02-02cpu: free cpu->tb_jmp_cache with RCUEmilio Cota
2023-02-02tests/tcg: add memory-sve test for aarch64Alex Bennée
2023-02-02semihosting: add O_BINARY flag in host_open for NT compatibilityEvgeny Iakovlev
2023-02-02semihosting: Write back semihosting data before completion callbackKeith Packard
2023-02-02docs: add an introduction to the system docsAlex Bennée
2023-02-02semihosting: add semihosting section to the docsAlex Bennée
2023-02-02docs: add a new section to outline emulation supportAlex Bennée
2023-02-02docs: add hotlinks to about preface textAlex Bennée
2023-02-02MAINTAINERS: Fix the entry for tests/tcg/nios2Thomas Huth
2023-02-02gitlab: wrap up test results for custom runnersAlex Bennée
2023-02-02tests/tcg: Use SIGKILL for timeoutRichard Henderson
2023-02-02tests/tcg: skip the vma-pthread test on CIAlex Bennée
2023-02-02tests/docker: drop debian-tricore-cross's partial statusAlex Bennée
2023-02-02tests/docker: Install flex in debian-tricore-crossPhilippe Mathieu-Daudé
2023-02-02lcitool: drop texinfo from QEMU project/dependenciesMarc-André Lureau
2023-02-02lcitool: drop perl from QEMU project/dependenciesMarc-André Lureau
2023-02-02Update lcitool and fedora to 37Marc-André Lureau
2023-02-02gitlab: add lsan suppression file to workaround tcmalloc issuesAlex Bennée
2023-02-02docs: drop texinfo optionsMarc-André Lureau
2023-02-02meson: replace Perl usage with PythonMarc-André Lureau
2023-02-02.gitlab-ci.d/windows: do not disable openglMarc-André Lureau
2023-02-02build-sys: fix crlf-ending C codeMarc-André Lureau
2023-02-02tests/unit: drop hacky race avoidance in test-io-channel-commandAlex Bennée
2023-02-02gitlab: just use plain --cc=clang for custom runner buildAlex Bennée
2023-02-02gitlab: add FF_SCRIPT_SECTIONS for timingsMark Cave-Ayland
2023-02-02scripts/ci: update gitlab-runner playbook to use latest runnerAlex Bennée
2023-02-01Merge tag 'python-pull-request' of https://gitlab.com/jsnow/qemu into stagingPeter Maydell
2023-01-24python/qemu/machine: use socketpair() for QMP by defaultMarc-André Lureau
2023-01-24python/qmp/legacy: make QEMUMonitorProtocol accept a socketMarc-André Lureau
2023-01-24python/qmp/protocol: add open_with_socket()Marc-André Lureau
2023-01-24python/qmp: increase read buffer sizeMaksim Davydov
2023-01-24python/machine: Fix AF_UNIX path too long on macOSPeter Delevoryas
2023-01-24python: QEMUMachine: enable qmp accept timeout by defaultVladimir Sementsov-Ogievskiy
2023-01-24Fix some typosDongdong Zhang
2023-01-24Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingPeter Maydell
2023-01-23block/blkio: Fix inclusion of required headersPeter Krempa
2023-01-23virtio-blk: simplify virtio_blk_dma_restart_cb()Stefan Hajnoczi
2023-01-23util/aio: Defer disabling poll mode as long as possibleChao Gao
2023-01-23Merge tag 'pull-target-arm-20230123' of https://git.linaro.org/people/pmaydel...Peter Maydell
2023-01-23target/arm: Look up ARMCPRegInfo at runtimeRichard Henderson
2023-01-23target/arm: Reorg do_coproc_insnRichard Henderson
2023-01-23target/arm: provide stubs for more external debug registersEvgeny Iakovlev