aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-03hw/arm/virt: Consolidate GIC finalize logicAlexander Graf
2023-02-03hvf: arm: Add support for GICv3Alexander Graf
2023-02-03hw/char/pl011: better handling of FIFO flags on LCR resetEvgeny Iakovlev
2023-02-03hw/char/pl011: implement a reset methodEvgeny Iakovlev
2023-02-03hw/char/pl011: add post_load hook for backwards-compatibilityEvgeny Iakovlev
2023-02-03hw/char/pl011: refactor FIFO depth handling codeEvgeny Iakovlev
2023-02-03target/arm: Fix physical address resolution for Stage2Richard Henderson
2023-02-03hw/arm: Use TYPE_ARM_SMMUV3Richard Henderson
2023-02-03Merge tag 'pull-tcg-20230123' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell
2023-02-02Merge tag 'pull-jan-omnibus-020223-1' of https://gitlab.com/stsquad/qemu into...Peter Maydell
2023-02-02Merge tag 'pull-request-2023-01-31' of https://gitlab.com/thuth/qemu into sta...Peter Maydell
2023-02-02gitlab: cut even more from cross-win64-system buildAlex Bennée
2023-02-02plugins: Iterate on cb_lists in qemu_plugin_user_exitRichard Henderson
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-02Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell
2023-02-01Merge tag 'python-pull-request' of https://gitlab.com/jsnow/qemu into stagingPeter Maydell
2023-01-31gitlab-ci.d/buildtest: Merge the --without-default-* jobsThomas Huth