[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RFC PATCH v2 2/4] vfio: Implement a common device info helper
|
From: |
Robin Voetter |
|
Subject: |
Re: [RFC PATCH v2 2/4] vfio: Implement a common device info helper |
|
Date: |
Wed, 31 May 2023 12:18:08 +0200 |
|
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.1 |
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
- [RFC PATCH v2 0/4] vfio/pci: Atomic Ops completer support, Alex Williamson, 2023/05/26
- [RFC PATCH v2 1/4] linux-headers: Update for vfio capability reporting AtomicOps, Alex Williamson, 2023/05/26
- [RFC PATCH v2 4/4] vfio/pci: Enable AtomicOps completers on root ports, Alex Williamson, 2023/05/26
- [RFC PATCH v2 2/4] vfio: Implement a common device info helper, Alex Williamson, 2023/05/26
- Re: [RFC PATCH v2 2/4] vfio: Implement a common device info helper,
Robin Voetter <=
- [RFC PATCH v2 3/4] pcie: Add a PCIe capability version helper, Alex Williamson, 2023/05/26
- Re: [RFC PATCH v2 0/4] vfio/pci: Atomic Ops completer support, Robin Voetter, 2023/05/31
- Re: [RFC PATCH v2 0/4] vfio/pci: Atomic Ops completer support, Philippe Mathieu-Daudé, 2023/05/31