summary refs log tree commit diff stats
path: root/rust/qemu-api-macros/src/utils.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2025-06-30qga-vss: Exit with non-zero code when register failKostiantyn Kostiuk1-1/+4
2025-06-30MAINTAINERS: Update Kostiantyn Kostiuk transliterationKostiantyn Kostiuk1-2/+2
2025-06-26vfio-user: introduce vfio-user protocol specificationThanos Makatos3-1/+1523
2025-06-26docs: add vfio-user documentationJohn Levon2-0/+27
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-26target/i386/emulate: replace FSF postal address with licenses URLSean Wei3-6/+6
2025-06-26target/xtensa: replace FSF postal address with licenses URLSean Wei3-9/+6
2025-06-26contrib: replace FSF postal address with licenses URLSean Wei1-2/+2
2025-06-26scripts: replace FSF postal address with licenses URLSean Wei1-2/+1
2025-06-26hw: replace FSF postal address with licenses URLSean Wei2-4/+4
2025-06-26util/rcu.c: replace FSF postal address with licenses URLSean Wei1-2/+2
2025-06-26include/qemu: replace FSF postal address with licenses URLSean Wei2-4/+4
2025-06-26include/hw: replace FSF postal address with licenses URLSean Wei3-6/+4
2025-06-26include/libdecnumber: replace FSF postal address with licenses URLSean Wei9-27/+18
2025-06-26libdecnumber: replace FSF postal address with licenses URLSean Wei5-15/+10
2025-06-26COPYING: replace FSF postal address with licenses URLSean Wei2-6/+4
2025-06-26tests/vm: update openbsd image to 7.7Haseung Bong1-2/+2
2025-06-26hw/s390x/ccw-device: Fix memory leak in loadparm setterKevin Wolf1-1/+1
2025-06-25MAINTAINERS: add reviewers for some s390 areasMatthew Rosato1-0/+12
2025-06-25hw/s390x: support migration of CPI dataShalini Chellathurai Saroja1-0/+15
2025-06-25hw/s390x: add Control-Program Identification to QOMShalini Chellathurai Saroja2-0/+79
2025-06-25hw/s390x: add SCLP event type CPIShalini Chellathurai Saroja6-0/+161
2025-06-25MAINTAINERS: Yoshinori Sato email address has been updatedYoshinori Sato1-6/+6
2025-06-25tests/functional/test_pc_cpu_hotplug_props: Set 'pc' machine type explicitlyThomas Huth1-0/+1
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