Re: [PATCH] vfio: Implement a common device info helper

2023-06-01 Thread Robin Voetter
On 6/1/23 16:45, Alex Williamson wrote: > A common helper implementing the realloc algorithm for handling > capabilities. > > Reviewed-by: Philippe Mathieu-Daudé > Reviewed-by: Cédric Le Goater > Signed-off-by: Alex Williamson Reviewed-by: Robin Voetter > --- > > RFCv2 -> v1: Remove spur

[PATCH] vfio: Implement a common device info helper

2023-06-01 Thread Alex Williamson
A common helper implementing the realloc algorithm for handling capabilities. Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Cédric Le Goater Signed-off-by: Alex Williamson --- RFCv2 -> v1: Remove spurious semicolon hw/s390x/s390-pci-vfio.c | 37 hw/vfio/c