summary refs log tree commit diff stats
path: root/python/qemu/utils/qemu_ga_client.py (unfollow)
Commit message (Expand)AuthorFilesLines
2025-06-26vfio-user: add coalesced posted writesJohn Levon5-0/+158
2025-06-26vfio-user: support posted writesJohn Levon4-6/+63
2025-06-26vfio-user: add 'x-msg-timeout' optionJohn Levon3-3/+10
2025-06-26vfio-user: implement VFIO_USER_DMA_READ/WRITEJohn Levon4-1/+223
2025-06-26vfio-user: implement VFIO_USER_DMA_MAP/UNMAPJohn Levon5-4/+257
2025-06-26vfio-user: implement VFIO_USER_DEVICE_RESETJohn Levon3-0/+35
2025-06-26vfio-user: set up container access to the proxyJohn Levon2-9/+36
2025-06-26vfio-user: forward MSI-X PBA BAR accesses to serverJohn Levon2-0/+65
2025-06-26vfio-user: implement VFIO_USER_DEVICE_GET/SET_IRQ*John Levon3-0/+165
2025-06-26vfio-user: set up PCI in vfio_user_pci_realize()John Levon1-0/+29
2025-06-26vfio-user: implement VFIO_USER_REGION_READ/WRITEJohn Levon3-0/+92
2025-06-26vfio-user: implement VFIO_USER_DEVICE_GET_REGION_INFOJohn Levon6-0/+103
2025-06-26vfio-user: implement VFIO_USER_DEVICE_GET_INFOJohn Levon8-7/+107
2025-06-26vfio-user: implement message send infrastructureJohn Levon5-2/+606
2025-06-26vfio-user: implement message receive infrastructureJohn Levon7-0/+499
2025-06-26vfio-user: connect vfio proxy to remote serverJohn Levon5-0/+266
2025-06-26vfio-user: add vfio-user class and containerJohn Levon9-0/+441
2025-06-26vfio/container: fails mdev hotplug if add migration blocker failedZhenzhong Duan1-2/+6
2025-06-26vfio/container: Fix SIGSEGV when open container file failsZhenzhong Duan1-1/+3
2025-06-26vfio: add license tag to some filesJohn Levon4-0/+9
2025-06-26vfio: add documentation for posted write argumentJohn Levon1-0/+1
2025-06-26vfio: add vfio_device_get_region_fd()John Levon3-4/+20
2025-06-26hw/vfio/ap: attribute constructor for cfg_chg_events_lockRorie Reyes1-7/+5
2025-06-24docs: define policy forbidding use of AI code generatorsDaniel P. Berrangé1-1/+54
2025-06-24docs: define policy limiting the inclusion of generated filesDaniel P. Berrangé1-0/+55
2025-06-24docs: introduce dedicated page about code provenance / sign-offDaniel P. Berrangé3-22/+234
2025-06-23physmem: Support coordinated discarding of RAM with guest_memfdChenyi Qiang3-2/+31
2025-06-23ram-block-attributes: Introduce RamBlockAttributes to manage RAMBlock with gu...Chenyi Qiang5-0/+470
2025-06-23memory: Unify the definiton of ReplayRamPopulate() and ReplayRamDiscard()Chenyi Qiang4-36/+76
2025-06-23memory: Change memory_region_set_ram_discard_manager() to return the resultChenyi Qiang3-19/+27
2025-06-23memory: Export a helper to get intersection of a MemoryRegionSection with a g...Chenyi Qiang2-27/+35
2025-06-23migration: Don't sync volatile memory after migration completesChaney, Ben1-1/+3
2025-06-23tests/migration: Setup pre-listened cpr.sock to remove race-condition.Jaehoon Kim1-2/+12
2025-06-23migration: Support fd-based socket address in cpr_transfer_inputJaehoon Kim1-2/+5
2025-06-23ui/vnc: Update display update interval when VM state changes to RUNNINGJuraj Marcin2-0/+14
2025-06-23tests/qtest: Remove migration-helpers.cFabiano Rosas1-530/+0
2025-06-23migration/ram: avoid to do log clear in the last roundYanfei Xu1-7/+15
2025-06-23linux-user: fix resource leaks in gen-vdsoDaniel P. Berrangé1-11/+16
2025-06-23linux-user/aarch64: Update hwcap bits from 6.14Richard Henderson1-3/+72
2025-06-23tcg: Split out tcg_gen_gvec_dup_imm_varRichard Henderson2-2/+11
2025-06-23tcg: Split out tcg_gen_gvec_{add,sub}_varRichard Henderson2-6/+35
2025-06-23tcg: Split out tcg_gen_gvec_mov_varRichard Henderson2-6/+19
2025-06-23tcg: Split out tcg_gen_gvec_3_varRichard Henderson2-40/+95
2025-06-23tcg: Split out tcg_gen_gvec_2_varRichard Henderson2-35/+64
2025-06-23tcg: Add base arguments to check_overlap_[234]Richard Henderson1-25/+36
2025-06-23tcg: Add dbase argument to expand_clrRichard Henderson1-18/+18
2025-06-23tcg: Add dbase argument to do_dupRichard Henderson1-16/+17
2025-06-23tcg: Add dbase argument to do_dup_storeRichard Henderson1-8/+8
2025-06-20i386/tdx: handle TDG.VP.VMCALL<GetQuote>Isaku Yamahata8-3/+582
2025-06-20i386/tdx: handle TDG.VP.VMCALL<GetTdVmCallInfo>Binbin Wu4-0/+37