summary refs log tree commit diff stats
path: root/scripts/qapi/source.py (unfollow)
Commit message (Expand)AuthorFilesLines
2025-02-10qapi: rename 'special_features' to 'features'Daniel P. Berrangé4-26/+18
2025-02-10qapi: change 'unsigned special_features' to 'uint64_t features'Daniel P. Berrangé13-34/+34
2025-02-10qapi: cope with feature names containing a '-'Daniel P. Berrangé1-1/+2
2025-02-10qapi/ui: Fix documentation of upper bound value in InputMoveEventZhang Boyang1-1/+1
2025-02-10qapi: fix colon in Since tag sectionVictor Toso1-2/+2
2025-02-10qapi: Move and rename qapi/qmp/dispatch.h to qapi/qmp-registry.hDaniel P. Berrangé10-9/+9
2025-02-10qapi: Move include/qapi/qmp/ to include/qobject/Daniel P. Berrangé248-443/+970
2025-02-10rust: restrict missing_const_for_fn to qemu_api cratePaolo Bonzini2-1/+1
2025-02-08meson: Deprecate 32-bit host supportRichard Henderson2-5/+10
2025-02-08meson: Disallow 64-bit on 32-bit emulationRichard Henderson1-3/+10
2025-02-08target/*: Remove TARGET_LONG_BITS from cpu-param.hRichard Henderson19-31/+0
2025-02-08configure: Define TARGET_LONG_BITS in configs/targets/*.makRichard Henderson67-0/+72
2025-02-08gitlab-ci: Replace aarch64 with arm in cross-i686-tci buildRichard Henderson1-1/+1
2025-02-08meson: Disallow 64-bit on 32-bit HVF/NVMM/WHPX emulationRichard Henderson1-4/+2
2025-02-08meson: Disallow 64-bit on 32-bit Xen emulationRichard Henderson1-2/+7
2025-02-08meson: Disallow 64-bit on 32-bit KVM emulationRichard Henderson1-6/+12
2025-02-08meson: Drop tcg as a moduleRichard Henderson2-24/+5
2025-02-07linux-user: Do not define struct sched_attr if libc headers doKhem Raj1-1/+3
2025-02-07qemu-options: Deprecate -old-param command line optionPeter Maydell2-0/+14
2025-02-07hw/net/cadence_gem: Fix the mask/compare/disable-mask logicAndrew Yuan1-5/+21
2025-02-07hw/cpu/arm: Declare CPU QOM types using DEFINE_TYPES() macroPhilippe Mathieu-Daudé4-48/+36
2025-02-07hw/cpu/arm: Alias 'num-cpu' property on TYPE_REALVIEW_MPCOREPhilippe Mathieu-Daudé1-7/+1
2025-02-07hw/arm/fsl-imx7: Add local 'mpcore/gic' variablesPhilippe Mathieu-Daudé1-29/+23
2025-02-07hw/arm/fsl-imx6ul: Add local 'mpcore/gic' variablesPhilippe Mathieu-Daudé1-37/+27
2025-02-