qemu-cr16/hw/vfio-user
John Levon aaca725884 vfio: rename field to "num_initial_regions"
We set VFIODevice::num_regions at initialization time, and do not
otherwise refresh it. As it is valid in theory for a VFIO device to
later increase the number of supported regions, rename the field to
"num_initial_regions" to better reflect its semantics.

Signed-off-by: John Levon <john.levon@nutanix.com>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Reviewed-by: Alex Williamson <alex@shazbot.org>
Link: https://lore.kernel.org/qemu-devel/20251014151227.2298892-2-john.levon@nutanix.com
Signed-off-by: Cédric Le Goater <clg@redhat.com>
2025-10-22 08:12:52 +02:00
..
container.c hw/vfio: Use uint64_t for IOVA mapping size in vfio_container_dma_*map 2025-10-02 10:41:23 +02:00
container.h include/hw/vfio/vfio-container-base.h: rename file to vfio-container.h 2025-09-25 17:55:19 +02:00
device.c vfio: rename field to "num_initial_regions" 2025-10-22 08:12:52 +02:00
device.h vfio-user: implement VFIO_USER_DEVICE_RESET 2025-06-26 08:55:38 +02:00
Kconfig
meson.build vfio-user: implement VFIO_USER_DEVICE_GET_INFO 2025-06-26 08:55:38 +02:00
pci.c vfio-user/pci.c: rename vfio_user_pci_dev_info to vfio_user_pci_info 2025-09-25 17:55:20 +02:00
protocol.h vfio-user: add coalesced posted writes 2025-06-26 08:55:38 +02:00
proxy.c treewide: handle result of qio_channel_set_blocking() 2025-09-19 12:46:07 +01:00
proxy.h vfio-user: add coalesced posted writes 2025-06-26 08:55:38 +02:00
trace-events vfio-user: add coalesced posted writes 2025-06-26 08:55:38 +02:00
trace.h vfio-user: implement message receive infrastructure 2025-06-26 08:55:38 +02:00