aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-07-04hw/arm/sbsa-ref: use XHCI to replace EHCIYuquan Wang3-12/+18
2023-07-04target/arm: Add raw_writes ops for register whose write induce TLB maintenanceEric Auger1-10/+13
2023-07-04Merge tag 'pull-maintainer-ominbus-030723-1' of https://gitlab.com/stsquad/qe...Richard Henderson71-330/+1124
2023-07-03tests/tcg: Add a test for info proc mappingsIlya Leoshkevich2-1/+73
2023-07-03docs: Document security implications of debuggingIlya Leoshkevich1-0/+15
2023-07-03gdbstub: Add support for info proc mappingsIlya Leoshkevich3-2/+185
2023-07-03gdbstub: Report the actual qemu-user pidIlya Leoshkevich1-8/+17
2023-07-03gdbstub: Expose gdb_get_process() and gdb_get_first_cpu_in_process()Ilya Leoshkevich2-8/+10
2023-07-03linux-user: Emulate /proc/self/smapsIlya Leoshkevich1-1/+57
2023-07-03linux-user: Add "safe" parameter to do_guest_openat()Ilya Leoshkevich2-6/+14
2023-07-03linux-user: Expose do_guest_openat() and do_guest_readlink()Ilya Leoshkevich2-19/+38
2023-07-03gdbstub: clean-up vcont handling to avoid gotoAlex Bennée1-19/+9
2023-07-03gdbstub: Permit reverse step/break to provide stop responseNicholas Piggin1-0/+1
2023-07-03gdbstub: lightly refactor connection to avoid snprintfAlex Bennée1-10/+9
2023-07-03docs/devel: introduce some key concepts for QOM developmentAlex Bennée1-6/+52
2023-07-03docs/devel: split qom-api reference into new fileAlex Bennée4-1/+20
2023-07-03docs/devel/qom.rst: Correct code stylePhilippe Mathieu-Daudé1-2/+2
2023-07-03include/hw/qdev-core: fixup kerneldoc annotationsAlex Bennée1-114/+254
2023-07-03include/migration: mark vmstate_register() as a legacy functionAlex Bennée1-1/+9
2023-07-03docs/devel: add some front matter to the devel indexAlex Bennée4-2/+28
2023-07-03plugins: update lockstep to use g_memdup2Alex Bennée1-1/+1
2023-07-03plugins: fix memory leak while parsing optionsAlex Bennée12-12/+12
2023-07-03plugins: force slow path when plugins instrument memory opsAlex Bennée8-21/+96
2023-07-03target/arm: make arm_casq_ptw CONFIG_TCG onlyAlex Bennée1-2/+2
2023-07-03tests/avocado: Make the test_arm_bpim2u_gmac test more reliableThomas Huth1-2/+2
2023-07-03tests/avocado: update firmware to enable sbsa-ref/maxMarcin Juszkiewicz1-13/+10
2023-07-03tests/docker: convert riscv64-cross to lcitoolAlex Bennée2-46/+83
2023-07-03tests/lcitool: introduce qemu-minimalAlex Bennée1-0/+27
2023-07-03tests/lcitool: add an explicit gcc-native packageAlex Bennée11-0/+11
2023-07-03tests/lcitool: Bump fedora container versionsErik Skultety4-9/+9
2023-07-03tests/lcitool: update to latest versionAlex Bennée3-3/+3
2023-07-03Makefile: add lcitool-refresh to UNCHECKED_GOALSAlex Bennée1-1/+1
2023-07-03tests/docker: add test-fuzzAlex Bennée2-0/+29
2023-07-03tests/qtests: clean-up and fix leak in generic_fuzzAlex Bennée1-10/+3
2023-07-03scripts/oss-fuzz: add a suppression for keymapAlex Bennée1-0/+3
2023-07-03qemu-keymap: properly check return from xkb_keymap_mod_get_indexAlex Bennée1-8/+16
2023-07-03tests/tcg: add mechanism to handle plugin argumentsAlex Bennée1-2/+6
2023-07-03docs/devel: remind developers to run CI container pipeline when updating imagesAni Sinha1-0/+6
2023-07-03gitlab: reduce testing scope of check-gcovAlex Bennée1-1/+1
2023-07-03gitlab: ensure coverage job also publishes meson logDaniel P. Berrangé1-1/+4
2023-07-03gitlab: explicit set artifacts publishing criteriaDaniel P. Berrangé5-1/+9
2023-07-01Merge tag 'pull-tcg-20230701' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson14-158/+261
2023-07-01linux-user: Avoid mmap of the last byte of the reserved_vaRichard Henderson1-4/+10
2023-07-01target/nios2 : Explicitly ask for target-endian loads and storesPeter Maydell1-10/+10
2023-07-01tcg: Reduce tcg_assert_listed_vecop() scopePhilippe Mathieu-Daudé2-9/+3
2023-07-01target/arm: Use float64_to_int32_modulo for FJCVTZSRichard Henderson1-61/+14
2023-07-01target/alpha: Use float64_to_int64_modulo for CVTTQRichard Henderson1-68/+19
2023-07-01tests/tcg/alpha: Add test for cvttqRichard Henderson2-1/+79
2023-07-01fpu: Add float64_to_int{32,64}_moduloRichard Henderson3-0/+112
2023-07-01accel/tcg: Assert one page in tb_invalidate_phys_page_range__lockedMark Cave-Ayland1-0/+3