You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/hw/vfio-user
John Levon 1a0c32a9da vfio-user: add coalesced posted writes
Add new message to send multiple writes to server in a single message.
Prevents the outgoing queue from overflowing when a long latency
operation is followed by a series of posted writes.

Originally-by: John Johnson <john.g.johnson@oracle.com>
Signed-off-by: Elena Ufimtseva <elena.ufimtseva@oracle.com>
Signed-off-by: Jagannathan Raman <jag.raman@oracle.com>
Signed-off-by: John Levon <john.levon@nutanix.com>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Link: https://lore.kernel.org/qemu-devel/20250625193012.2316242-18-john.levon@nutanix.com
Signed-off-by: Cédric Le Goater <clg@redhat.com>
2 days ago
..
Kconfig
container.c vfio-user: implement VFIO_USER_DMA_MAP/UNMAP 2 days ago
container.h vfio-user: set up container access to the proxy 2 days ago
device.c vfio-user: add coalesced posted writes 2 days ago
device.h vfio-user: implement VFIO_USER_DEVICE_RESET 2 days ago
meson.build vfio-user: implement VFIO_USER_DEVICE_GET_INFO 2 days ago
pci.c vfio-user: support posted writes 2 days ago
protocol.h vfio-user: add coalesced posted writes 2 days ago
proxy.c vfio-user: add coalesced posted writes 2 days ago
proxy.h vfio-user: add coalesced posted writes 2 days ago
trace-events vfio-user: add coalesced posted writes 2 days ago
trace.h vfio-user: implement message receive infrastructure 2 days ago