summary refs log tree commit diff stats
path: root/scripts/qapi/expr.py (unfollow)
Commit message (Expand)AuthorFilesLines
2025-10-07hw/arm/xlnx-versal: efuse: refactor creationLuc Michel3-72/+54
2025-10-07hw/arm/xlnx-versal: usb: refactor creationLuc Michel3-73/+62
2025-10-07hw/arm/xlnx-versal: xram: refactor creationLuc Michel2-30/+35
2025-10-07hw/arm/xlnx-versal: adma: refactor creationLuc Michel3-55/+49
2025-10-07hw/arm/xlnx-versal: gem: refactor creationLuc Michel3-97/+117
2025-10-07hw/arm/xlnx-versal: sdhci: refactor creationLuc Michel3-61/+83
2025-10-07hw/arm/xlnx-versal: canfd: refactor creationLuc Michel3-79/+95
2025-10-07hw/arm/xlnx-versal: uart: refactor creationLuc Michel3-66/+122
2025-10-07hw/arm/xlnx-versal: prepare for FDT creationLuc Michel3-3/+42
2025-10-07hw/arm/xlnx-versal: split the xlnx-versal typeLuc Michel3-8/+50
2025-10-07target/arm: Don't set HCR.RW for AArch32 only CPUsPeter Maydell1-1/+2
2025-10-07record/replay: fix race condition on test_aarch64_reverse_debugVladimir Lukianov2-1/+2
2025-10-07tests/functional: Adapt arches to reverse_debugging w/o AvocadoGustavo Romero3-25/+16
2025-10-07tests/functional: Adapt reverse_debugging to run w/o AvocadoGustavo Romero1-64/+75
2025-10-07tests/functional: Add decorator to skip test on missing env varsGustavo Romero2-1/+20
2025-10-07tests/functional: drop datadrainer class in reverse debuggingDaniel P. Berrangé1-6/+0
2025-10-07tests/functional: replace avocado process with subprocessDaniel P. Berrangé1-3/+4
2025-10-07tests/functional: Add GDB classGustavo Romero2-0/+87
2025-10-07tests/functional: Provide GDB to the functional testsGustavo Romero4-0/+12
2025-10-07python: Install pygdbmi in meson's venvGustavo Romero1-0/+1
2025-10-07tests/functional: Re-activate the check-venv targetGustavo Romero1-2/+2
2025-10-07scripts/ci: use recommended registration commandAlex Bennée2-12/+5
2025-10-07gitlab: move custom runners to Ubuntu 24.04Alex Bennée4-37/+37
2025-10-07tests/lcitool: bump custom runner packages to Ubuntu 24.04Alex Bennée5-11/+15
2025-10-07tests/lcitool: drop 64 bit guests from i686 cross buildAlex Bennée2-3/+1
2025-10-07.gitmodules: restore qemu-project mirror of u-boot-sam460exAlex Bennée1-1/+2
2025-10-07.gitmodules: restore qemu-project mirror of u-bootAlex Bennée1-1/+2
2025-10-07.gitpublish: use origin/master as default baseAlex Bennée1-8/+8
2025-10-07system/physmem: Extract API out of 'system/ram_addr.h' headerPhilippe Mathieu-Daudé12-44/+63
2025-10-07system/physmem: Drop 'cpu_' prefix in Physical Memory APIPhilippe Mathieu-Daudé11-59/+59
2025-10-07system/physmem: Reduce cpu_physical_memory_sync_dirty_bitmap() scopePhilippe Mathieu-Daudé2-80/+76
2025-10-07system/physmem: Reduce cpu_physical_memory_clear_dirty_range() scopePhilippe Mathieu-Daudé2-10/+8
2025-10-07system/physmem: Un-inline cpu_physical_memory_dirty_bits_cleared()Philippe Mathieu-Daudé2-9/+8
2025-10-07system/physmem: Un-inline cpu_physical_memory_set_dirty_lebitmap()Philippe Mathieu-Daudé2-101/+104
2025-10-07system/physmem: Remove _WIN32 #ifdef'ryPhilippe Mathieu-Daudé1-3/+0
2025-10-07system/physmem: Un-inline cpu_physical_memory_set_dirty_range()Philippe Mathieu-Daudé2-51/+53
2025-10-07system/physmem: Un-inline cpu_physical_memory_set_dirty_flag()Philippe Mathieu-Daudé2-18/+19
2025-10-07system/physmem: Un-inline cpu_physical_memory_range_includes_clean()Philippe Mathieu-Daudé2-59/+63
2025-10-07system/physmem: Un-inline cpu_physical_memory_is_clean()Philippe Mathieu-Daudé2-8/+10
2025-10-07system/physmem: Un-inline cpu_physical_memory_get_dirty_flag()Philippe Mathieu-Daudé2-45/+45
2025-10-07hw: Remove unnecessary 'system/ram_addr.h' headerPhilippe Mathieu-Daudé8-8/+0
2025-10-07target/arm/tcg/mte: Include missing 'exec/target_page.h' headerPhilippe Mathieu-Daudé1-0/+1
2025-10-07hw/vfio/listener: Include missing 'exec/target_page.h' headerPhilippe Mathieu-Daudé1-0/+1
2025-10-07hw/s390x/s390-stattrib: Include missing 'exec/target_page.h' headerPhilippe Mathieu-Daudé2-2/+2
2025-10-07accel/kvm: Include missing 'exec/target_page.h' headerPhilippe Mathieu-Daudé1-0/+1
2025-10-07system/ram_addr: Remove unnecessary 'exec/cpu-common.h' headerPhilippe Mathieu-Daudé1-1/+0
2025-10-07hw/virtio/virtio: Replace legacy cpu_physical_memory_map() callPhilippe Mathieu-Daudé1-4/+6
2025-10-07hw/virtio/vhost: Replace legacy cpu_physical_memory_*map() callsPhilippe Mathieu-Daudé1-2/+5
2025-10-07system/physmem: Remove legacy cpu_physical_memory_rw()Philippe Mathieu-Daudé4-22/+1
2025-10-07system/physmem: Avoid cpu_physical_memory_rw when is_write is constantPhilippe Mathieu-Daudé2-14/+4