On 5/27/23 01:15, Alex Williamson wrote:
> -static struct vfio_device_info *get_device_info(S390PCIBusDevice *pbdev,
> - uint32_t argsz)
> +static struct vfio_device_info *get_device_info(S390PCIBusDevice *pbdev);
> {There is an extraneous semicolon here behind the function declaration that should be removed. Kind regards, Robin Voetter, Stream HPC
