summary refs log tree commit diff stats
path: root/rust/qemu-api-macros/src/bits.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2025-07-15ui/spice: Create a new texture with linear layout when gl=on is specifiedVivek Kasireddy3-0/+89
2025-07-15ui/console-gl: Add a helper to create a texture with linear memory layoutVivek Kasireddy2-0/+51
2025-07-15ui/spice: Add an option to submit gl_draw requests at fixed rateVivek Kasireddy4-10/+70
2025-07-15ui/spice: Add an option for users to provide a preferred video codecVivek Kasireddy2-0/+24
2025-07-14ui/spice: Enable gl=on option for non-local or remote clientsVivek Kasireddy3-0/+6
2025-07-14ui/egl-helpers: Error check the fds in egl_dmabuf_export_texture()Vivek Kasireddy1-0/+6
2025-07-14ui/vnc: Introduce the VncWorker typeAkihiko Odaki7-388/+405
2025-07-14ui/vnc: Do not copy z_streamAkihiko Odaki3-19/+26
2025-07-11linux-user: Use qemu_set_cloexec() to mark pidfd as FD_CLOEXECPeter Maydell1-3/+2
2025-07-11tcg: Use uintptr_t in tcg_malloc implementationRichard Henderson2-7/+8
2025-07-11migration: Rename save_live_complete_precopy_thread to save_complete_precopy_...Juraj Marcin9-24/+24
2025-07-11migration/postcopy: Add latency distribution report for blocktimePeter Xu4-1/+90
2025-07-11migration/postcopy: blocktime allows track / report non-vCPU faultsPeter Xu5-17/+67
2025-07-11migration/postcopy: Optimize blocktime fault tracking with hashtablePeter Xu2-48/+216
2025-07-11migration/postcopy: Cleanup the total blocktime accountingPeter Xu1-9/+7
2025-07-11migration/postcopy: Cache the tid->vcpu mapping for blocktimePeter Xu2-12/+59
2025-07-11migration/postcopy: Initialize blocktime context only until listenPeter Xu1-5/+10
2025-07-11migration/postcopy: Report fault latencies in blocktimePeter Xu4-37/+102
2025-07-11migration/postcopy: Add blocktime fault counts per-vcpuPeter Xu1-0/+5
2025-07-11migration/postcopy: Bring blocktime layer to ns levelPeter Xu1-12/+16
2025-07-11migration/postcopy: Drop PostcopyBlocktimeContext.start_timePeter Xu1-6/+4
2025-07-11migration/postcopy: Make all blocktime vars 64bitsPeter Xu2-27/+27
2025-07-11migration/postcopy: Drop all atomic ops in blocktime featurePeter Xu1-13/+10
2025-07-11migration/postcopy: Push blocktime start/end into page req mutexPeter Xu5-39/+48
2025-07-11migration: Add option to set postcopy-blocktimePeter Xu1-0/+2
2025-07-11migration/postcopy: Avoid clearing dirty bitmap for postcopy tooPeter Xu1-1/+3
2025-07-11migration: Rewrite the migration complete detect logicPeter Xu1-15/+42
2025-07-11migration/ram: Add tracepoints for ram_save_complete()Peter Xu2-0/+6
2025-07-11migration/ram: One less indent for ram_find_and_save_block()Peter Xu1-9/+11
2025-07-11migration: qemu_savevm_complete*() helpersPeter Xu1-34/+44
2025-07-11migration: Rename save_live_complete_precopy to save_completePeter Xu9-20/+20
2025-07-11migration: Drop save_live_complete_postcopy hookPeter Xu4-23/+12
2025-07-11migration/bg-snapshot: Do not check for SKIP in iteratorPeter Xu1-3/+2
2025-07-11migration/docs: Move docs for postcopy blocktime featurePeter Xu1-19/+17
2025-07-11migration/hmp: Fix postcopy-blocktime per-vCPU resultsPeter Xu1-9/+13
2025-07-11migration/hmp: Reorg "info migrate" once morePeter Xu1-28/+31
2025-07-11tests/functional: Add a test for the MAX78000 arm machineJackson Donaldson2-0/+49
2025-07-11docs/system: arm: Add max78000 board descriptionJackson Donaldson2-0/+38
2025-07-11target/arm: Remove helper_sme2_luti4_4bRichard Henderson2-2/+0
2025-07-11target/s390x: Have s390_cpu_halt() not return anythingPhilippe Mathieu-Daudé3-5/+5
2025-07-11target/s390x: Expose s390_count_running_cpus() methodPhilippe Mathieu-Daudé2-1/+2
2025-07-11target/s390x: Remove unused s390_cpu_[un]halt() user stubsPhilippe Mathieu-Daudé1-10/+0
2025-07-11tests/functional/test_ppc_bamboo: Replace broken link with working assetsThomas Huth1-15/+19
2025-07-11tests/functional: Add dependency to the keymap_targetsThomas Huth1-1/+1
2025-07-11pc-bios: Update the s390 bios images with the pxelinux.cfg loadparm changesThomas Huth1-0/+0
2025-07-11pc-bios/s390-ccw: link staticallySertonix1-1/+1
2025-07-11tests/functional: Add a test for s390x pxelinux.cfg network bootingThomas Huth3-0/+121
2025-07-11pc-bios/s390-ccw: Add a boot menu for booting via pxelinux.cfgThomas Huth1-0/+26
2025-07-11pc-bios/s390-ccw: Make get_boot_index() from menu.c globalThomas Huth2-3/+4
2025-07-11pc-bios/s390-ccw: Allow up to 31 entries for pxelinux.cfgThomas Huth1-6/+4