index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
python
/
qemu
/
utils
/
qemu_ga_client.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-06-26
vfio-user: add coalesced posted writes
John Levon
5
-0
/
+158
2025-06-26
vfio-user: support posted writes
John Levon
4
-6
/
+63
2025-06-26
vfio-user: add 'x-msg-timeout' option
John Levon
3
-3
/
+10
2025-06-26
vfio-user: implement VFIO_USER_DMA_READ/WRITE
John Levon
4
-1
/
+223
2025-06-26
vfio-user: implement VFIO_USER_DMA_MAP/UNMAP
John Levon
5
-4
/
+257
2025-06-26
vfio-user: implement VFIO_USER_DEVICE_RESET
John Levon
3
-0
/
+35
2025-06-26
vfio-user: set up container access to the proxy
John Levon
2
-9
/
+36
2025-06-26
vfio-user: forward MSI-X PBA BAR accesses to server
John Levon
2
-0
/
+65
2025-06-26
vfio-user: implement VFIO_USER_DEVICE_GET/SET_IRQ*
John Levon
3
-0
/
+165
2025-06-26
vfio-user: set up PCI in vfio_user_pci_realize()
John Levon
1
-0
/
+29
2025-06-26
vfio-user: implement VFIO_USER_REGION_READ/WRITE
John Levon
3
-0
/
+92
2025-06-26
vfio-user: implement VFIO_USER_DEVICE_GET_REGION_INFO
John Levon
6
-0
/
+103
2025-06-26
vfio-user: implement VFIO_USER_DEVICE_GET_INFO
John Levon
8
-7
/
+107
2025-06-26
vfio-user: implement message send infrastructure
John Levon
5
-2
/
+606
2025-06-26
vfio-user: implement message receive infrastructure
John Levon
7
-0
/
+499
2025-06-26
vfio-user: connect vfio proxy to remote server
John Levon
5
-0
/
+266
2025-06-26
vfio-user: add vfio-user class and container
John Levon
9
-0
/
+441
2025-06-26
vfio/container: fails mdev hotplug if add migration blocker failed
Zhenzhong Duan
1
-2
/
+6
2025-06-26
vfio/container: Fix SIGSEGV when open container file fails
Zhenzhong Duan
1
-1
/
+3
2025-06-26
vfio: add license tag to some files
John Levon
4
-0
/
+9
2025-06-26
vfio: add documentation for posted write argument
John Levon
1
-0
/
+1
2025-06-26
vfio: add vfio_device_get_region_fd()
John Levon
3
-4
/
+20
2025-06-26
hw/vfio/ap: attribute constructor for cfg_chg_events_lock
Rorie Reyes
1
-7
/
+5
2025-06-24
docs: define policy forbidding use of AI code generators
Daniel P. Berrangé
1
-1
/
+54
2025-06-24
docs: define policy limiting the inclusion of generated files
Daniel P. Berrangé
1
-0
/
+55
2025-06-24
docs: introduce dedicated page about code provenance / sign-off
Daniel P. Berrangé
3
-22
/
+234
2025-06-23
physmem: Support coordinated discarding of RAM with guest_memfd
Chenyi Qiang
3
-2
/
+31
2025-06-23
ram-block-attributes: Introduce RamBlockAttributes to manage RAMBlock with gu...
Chenyi Qiang
5
-0
/
+470
2025-06-23
memory: Unify the definiton of ReplayRamPopulate() and ReplayRamDiscard()
Chenyi Qiang
4
-36
/
+76
2025-06-23
memory: Change memory_region_set_ram_discard_manager() to return the result
Chenyi Qiang
3
-19
/
+27
2025-06-23
memory: Export a helper to get intersection of a MemoryRegionSection with a g...
Chenyi Qiang
2
-27
/
+35
2025-06-23
migration: Don't sync volatile memory after migration completes
Chaney, Ben
1
-1
/
+3
2025-06-23
tests/migration: Setup pre-listened cpr.sock to remove race-condition.
Jaehoon Kim
1
-2
/
+12
2025-06-23
migration: Support fd-based socket address in cpr_transfer_input
Jaehoon Kim
1
-2
/
+5
2025-06-23
ui/vnc: Update display update interval when VM state changes to RUNNING
Juraj Marcin
2
-0
/
+14
2025-06-23
tests/qtest: Remove migration-helpers.c
Fabiano Rosas
1
-530
/
+0
2025-06-23
migration/ram: avoid to do log clear in the last round
Yanfei Xu
1
-7
/
+15
2025-06-23
linux-user: fix resource leaks in gen-vdso
Daniel P. Berrangé
1
-11
/
+16
2025-06-23
linux-user/aarch64: Update hwcap bits from 6.14
Richard Henderson
1
-3
/
+72
2025-06-23
tcg: Split out tcg_gen_gvec_dup_imm_var
Richard Henderson
2
-2
/
+11
2025-06-23
tcg: Split out tcg_gen_gvec_{add,sub}_var
Richard Henderson
2
-6
/
+35
2025-06-23
tcg: Split out tcg_gen_gvec_mov_var
Richard Henderson
2
-6
/
+19
2025-06-23
tcg: Split out tcg_gen_gvec_3_var
Richard Henderson
2
-40
/
+95
2025-06-23
tcg: Split out tcg_gen_gvec_2_var
Richard Henderson
2
-35
/
+64
2025-06-23
tcg: Add base arguments to check_overlap_[234]
Richard Henderson
1
-25
/
+36
2025-06-23
tcg: Add dbase argument to expand_clr
Richard Henderson
1
-18
/
+18
2025-06-23
tcg: Add dbase argument to do_dup
Richard Henderson
1
-16
/
+17
2025-06-23
tcg: Add dbase argument to do_dup_store
Richard Henderson
1
-8
/
+8
2025-06-20
i386/tdx: handle TDG.VP.VMCALL<GetQuote>
Isaku Yamahata
8
-3
/
+582
2025-06-20
i386/tdx: handle TDG.VP.VMCALL<GetTdVmCallInfo>
Binbin Wu
4
-0
/
+37
[next]