summary refs log tree commit diff stats
path: root/docs/sphinx/qapidoc.py (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-30qga-win: Fix guest-get-fsinfo multi-disks collectionPeng Ji1-0/+2
2024-01-30tests/unit/test-qga: do not qualify executable pathsSamuel Tardieu1-3/+3
2024-01-30guest-agent: improve help for --allow-rpcs and --block-rpcsAngel M. Villegas2-6/+6
2024-01-29target/i386: Extract x86_cpu_exec_halt() from accel/tcg/Philippe Mathieu-Daudé4-12/+15
2024-01-29accel/tcg: Introduce TCGCPUOps::cpu_exec_halt() handlerPhilippe Mathieu-Daudé2-0/+7
2024-01-29accel/tcg: Inline need_replay_interruptRichard Henderson1-15/+2
2024-01-29target/i386: Extract x86_need_replay_interrupt() from accel/tcg/Philippe Mathieu-Daudé4-4/+12
2024-01-29accel/tcg: Introduce TCGCPUOps::need_replay_interrupt() handlerPhilippe Mathieu-Daudé2-3/+10
2024-01-29accel/tcg: Use CPUState.cc instead of CPU_GET_CLASS in cpu-exec.cRichard Henderson1-49/+52
2024-01-29target/loongarch: Constify loongarch_tcg_opsRichard Henderson1-1/+1
2024-01-29include/qemu: Add TCGCPUOps typedef to typedefs.hRichard Henderson26-31/+29
2024-01-29accel/tcg: Un-inline icount_exit_request() for clarityPhilippe Mathieu-Daudé1-4/+12
2024-01-29accel/tcg: Rename tcg_cpus_exec() -> tcg_cpu_exec()Philippe Mathieu-Daudé4-4/+4
2024-01-29accel/tcg: Rename tcg_cpus_destroy() -> tcg_cpu_destroy()Philippe Mathieu-Daudé4-4/+4
2024-01-29accel/tcg: Rename tcg_ss[] -> tcg_specific_ss[] in mesonPhilippe Mathieu-Daudé1-6/+6
2024-01-29accel/tcg: Move perf and debuginfo support to tcg/Ilya Leoshkevich13-21/+20
2024-01-29accel/tcg: Remove #ifdef TARGET_I386 from perf.cIlya Leoshkevich1-4/+0
2024-01-29tcg: Make tb_cflags() usable from target-agnostic codeIlya Leoshkevich2-6/+6
2024-01-29accel/tcg: Make use of qemu_target_page_mask() in perf.cIlya Leoshkevich1-1/+2
2024-01-29target: Make qemu_target_page_mask() available for *-userIlya Leoshkevich3-5/+12
2024-01-29accel/tcg/cpu-exec: Use RCU_READ_LOCK_GUARDPhilippe Mathieu-Daudé1-3/+1
2024-01-29tests/tcg: Add the PROT_NONE gdbstub testIlya Leoshkevich3-1/+84
2024-01-29tests/tcg: Factor out gdbstub test functionsIlya Leoshkevich13-397/+100
2024-01-29linux-user: Allow gdbstub to ignore page protectionIlya Leoshkevich1-15/+63
2024-01-29vfio/pci: Clear MSI-X IRQ index alwaysCédric Le Goater1-3/+5
2024-01-29vfio: use matching sizeof typePaolo Bonzini1-1/+1
2024-01-29Make 'uri' optional for migrate QAPIHet Gala1-1/+1
2024-01-29migration: Centralize BH creation and dispatchFabiano Rosas3-37/+40
2024-01-29migration: Add a wrapper to qemu_bh_scheduleFabiano Rosas1-17/+14
2024-01-29migration: Reference migration state around loadvm_postcopy_handle_run_bhFabiano Rosas1-0/+2
2024-01-29migration: Take reference to migration state around bg_migration_vm_start_bhFabiano Rosas1-0/+2
2024-01-29migration: Fix use-after-free of migration state objectFabiano Rosas1-0/+2
2024-01-29migration/yank: Use channel featuresFabiano Rosas1-5/+1
2024-01-29ci: Disable migration compatibility tests for aarch64Fabiano Rosas1-0/+4
2024-01-29ci: Add a migration compatibility test jobFabiano Rosas1-0/+60
2024-01-29analyze-migration.py: Remove trick on parsing ramblocksPeter Xu1-8/+3
2024-01-29migration: Drop unnecessary check in ram's pending_exact()Peter Xu1-5/+4
2024-01-29migration: Make threshold_size an uint64_tPeter Xu1-1/+1
2024-01-29migration: Plug memory leak on HMP migrate error pathMarkus Armbruster1-3/+1
2024-01-29userfaultfd: use 1ULL to build ioctl masksPaolo Bonzini3-12/+10
2024-01-29include/hw/core: Remove i386 conditional on fake_user_interruptAnton Johansson1-3/+2
2024-01-29include/hw/core: Move do_interrupt in TCGCPUOpsAnton Johansson1-5/+2
2024-01-29include/exec: Move cpu_*()/cpu_env() to common headerAnton Johansson2-25/+26
2024-01-29include/exec: Move PAGE_* macros to common headerAnton Johansson2-24/+30
2024-01-29include/exec: typedef abi_ptr to vaddrAnton Johansson1-2/+2
2024-01-29include/exec: Use vaddr in DisasContextBase for virtual addressesAnton Johansson5-12/+14
2024-01-29target: Use vaddr in gen_intermediate_codeAnton Johansson22-22/+22
2024-01-29hw/core: Include vaddr.h from cpu.hAnton Johansson1-1/+1
2024-01-29include/exec: Move vaddr defines to separate fileAnton Johansson2-12/+19
2024-01-29cpu-exec: simplify jump cache managementPaolo Bonzini2-46/+28