summary refs log tree commit diff stats
path: root/scripts/qapi/source.py (unfollow)
Commit message (Expand)AuthorFilesLines
2025-02-12system/physmem: poisoned memory discard on rebootWilliam Roche1-21/+36
2025-02-12system/physmem: handle hugetlb correctly in qemu_ram_remap()William Roche3-11/+31
2025-02-12physmem: teach cpu_memory_rw_debug() to write to more memory regionsDavid Hildenbrand4-13/+17
2025-02-12hmp: use cpu_get_phys_page_debug() in hmp_gva2gpa()David Hildenbrand1-2/+1
2025-02-12memory: pass MemTxAttrs to memory_access_is_direct()David Hildenbrand6-20/+22
2025-02-12physmem: disallow direct access to RAM DEVICE in address_space_write_rom()David Hildenbrand1-2/+1
2025-02-12physmem: factor out direct access check into memory_region_supports_direct_ac...David Hildenbrand1-3/+11
2025-02-12physmem: factor out RAM/ROMD check in memory_access_is_direct()David Hildenbrand1-4/+6
2025-02-12physmem: factor out memory_region_is_ram_device() check in memory_access_is_d...David Hildenbrand1-3/+10
2025-02-11system/physmem: take into account fd_offset for file fallocateWilliam Roche1-5/+7
2025-02-10qapi: expose all schema features to codeDaniel P. Berrangé13-7/+110
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-10tests/tcg: Add late gdbstub attach testIlya Leoshkevich4-3/+90
2025-02-10docs/user: Document the %d placeholder and suspend=n QEMU_GDB featuresIlya Leoshkevich1-3/+13
2025-02-10gdbstub: Allow late attachmentIlya Leoshkevich3-14/+103
2025-02-10osdep: Introduce qemu_kill_thread()Ilya Leoshkevich2-0/+24
2025-02-10user: Introduce host_interrupt_signalIlya Leoshkevich3-5/+34
2025-02-10user: Introduce user/signal.hIlya Leoshkevich6-2/+26
2025-02-10gdbstub: Try unlinking the unix socket before bindingIlya Leoshkevich4-26/+16
2025-02-10gdbstub: Allow the %d placeholder in the socket pathIlya Leoshkevich1-0/+10
2025-02-10tests/qtest/migration: Pick smoke testsFabiano Rosas8-31/+67
2025-02-10tests/qtest/migration: Add --full optionFabiano Rosas10-1/+65
2025-02-10Revert "util/timer: avoid deadlock when shutting down"Alex Bennée1-13/+3
2025-02-10tests/qtest: tighten up the checks on clock_stepAlex Bennée1-2/+11
2025-02-10tests/qtest: rename qtest_send_prefix and roll-up into qtest_sendAlex Bennée4-26/+3
2025-02-10tests/qtest: simplify qtest_process_inbufAlex Bennée1-12/+8
2025-02-10tests/qtest: don't step clock at start of npcm7xx periodic IRQ testAlex Bennée1-1/+0
2025-02-10tests/qtest: don't attempt to clock_step while waiting for virtio ISRAlex Bennée2-8/+4
2025-02-10tests/docker: replicate the check-rust-tools-nightly CI jobAlex Bennée3-0/+25
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