aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-069pfs: deprecate 'proxy' backendChristian Schoenebeck
2023-07-04Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingRichard Henderson
2023-07-04block/blkio: fix module_block.py parsingStefan Hajnoczi
2023-07-04Merge tag 'pull-maintainer-ominbus-030723-1' of https://gitlab.com/stsquad/qe...Richard Henderson
2023-07-03tests/tcg: Add a test for info proc mappingsIlya Leoshkevich
2023-07-03docs: Document security implications of debuggingIlya Leoshkevich
2023-07-03gdbstub: Add support for info proc mappingsIlya Leoshkevich
2023-07-03gdbstub: Report the actual qemu-user pidIlya Leoshkevich
2023-07-03gdbstub: Expose gdb_get_process() and gdb_get_first_cpu_in_process()Ilya Leoshkevich
2023-07-03linux-user: Emulate /proc/self/smapsIlya Leoshkevich
2023-07-03linux-user: Add "safe" parameter to do_guest_openat()Ilya Leoshkevich
2023-07-03linux-user: Expose do_guest_openat() and do_guest_readlink()Ilya Leoshkevich
2023-07-03gdbstub: clean-up vcont handling to avoid gotoAlex Bennée
2023-07-03gdbstub: Permit reverse step/break to provide stop responseNicholas Piggin
2023-07-03gdbstub: lightly refactor connection to avoid snprintfAlex Bennée
2023-07-03docs/devel: introduce some key concepts for QOM developmentAlex Bennée
2023-07-03docs/devel: split qom-api reference into new fileAlex Bennée
2023-07-03docs/devel/qom.rst: Correct code stylePhilippe Mathieu-Daudé
2023-07-03include/hw/qdev-core: fixup kerneldoc annotationsAlex Bennée
2023-07-03include/migration: mark vmstate_register() as a legacy functionAlex Bennée
2023-07-03docs/devel: add some front matter to the devel indexAlex Bennée
2023-07-03plugins: update lockstep to use g_memdup2Alex Bennée
2023-07-03plugins: fix memory leak while parsing optionsAlex Bennée
2023-07-03plugins: force slow path when plugins instrument memory opsAlex Bennée
2023-07-03target/arm: make arm_casq_ptw CONFIG_TCG onlyAlex Bennée
2023-07-03tests/avocado: Make the test_arm_bpim2u_gmac test more reliableThomas Huth
2023-07-03tests/avocado: update firmware to enable sbsa-ref/maxMarcin Juszkiewicz
2023-07-03tests/docker: convert riscv64-cross to lcitoolAlex Bennée
2023-07-03tests/lcitool: introduce qemu-minimalAlex Bennée
2023-07-03tests/lcitool: add an explicit gcc-native packageAlex Bennée
2023-07-03tests/lcitool: Bump fedora container versionsErik Skultety
2023-07-03tests/lcitool: update to latest versionAlex Bennée
2023-07-03Makefile: add lcitool-refresh to UNCHECKED_GOALSAlex Bennée
2023-07-03tests/docker: add test-fuzzAlex Bennée
2023-07-03tests/qtests: clean-up and fix leak in generic_fuzzAlex Bennée
2023-07-03scripts/oss-fuzz: add a suppression for keymapAlex Bennée
2023-07-03qemu-keymap: properly check return from xkb_keymap_mod_get_indexAlex Bennée
2023-07-03tests/tcg: add mechanism to handle plugin argumentsAlex Bennée
2023-07-03docs/devel: remind developers to run CI container pipeline when updating imagesAni Sinha
2023-07-03gitlab: reduce testing scope of check-gcovAlex Bennée
2023-07-03gitlab: ensure coverage job also publishes meson logDaniel P. Berrangé
2023-07-03gitlab: explicit set artifacts publishing criteriaDaniel P. Berrangé
2023-07-01Merge tag 'pull-tcg-20230701' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2023-07-01linux-user: Avoid mmap of the last byte of the reserved_vaRichard Henderson
2023-07-01target/nios2 : Explicitly ask for target-endian loads and storesPeter Maydell
2023-07-01tcg: Reduce tcg_assert_listed_vecop() scopePhilippe Mathieu-Daudé
2023-07-01target/arm: Use float64_to_int32_modulo for FJCVTZSRichard Henderson
2023-07-01target/alpha: Use float64_to_int64_modulo for CVTTQRichard Henderson
2023-07-01tests/tcg/alpha: Add test for cvttqRichard Henderson
2023-07-01fpu: Add float64_to_int{32,64}_moduloRichard Henderson