aboutgitcodebugslistschat
path: root/vu_common.c
Commit message (Expand)AuthorAgeFilesLines
* packet: Don't pass start and offset separately to packet_check_range()David Gibson2025-02-181-7/+4
* migrate: Skeleton of live migration logicStefano Brivio2025-02-121-47/+2
* vhost_user: Turn some vhost-user message reports to trace()Stefano Brivio2025-02-041-3/+3
* util: Rename and make global vu_remove_watch()David Gibson2025-02-031-4/+2
* vhost_user: Drop packet with unsupported iovec array2025_01_21.4f2c8e7Laurent Vivier2025-01-211-6/+8
* vhost_user: remove ASSERT() on iovec numberLaurent Vivier2025-01-201-2/+6
* vhost-user: add VHOST_USER_SET_DEVICE_STATE_FD commandLaurent Vivier2025-01-201-0/+49
* vhost-user: Pass vu_dev to more virtio functionsLaurent Vivier2025-01-201-4/+4
* vhost_user: fix multibuffer from linuxLaurent Vivier2025-01-151-6/+22
* virtio: Use const pointer for vu_devLaurent Vivier2025-01-051-1/+1
* Fix build on 32bit targetLaurent Vivier2024-11-271-1/+1
* vhost-user: add vhost-userLaurent Vivier2024-11-271-0/+283