> On Dec 9, 2022, at 7:57 AM, John Levon <le...@movementarian.org> wrote:
>
> On Tue, Nov 08, 2022 at 03:13:32PM -0800, John Johnson wrote:
>
>> +/*
>> + * VFIO_USER_DEVICE_GET_INFO
>> + * imported from struct_device_info
>> + */
>> +typedef struct {
>> + VFIOUserHdr hdr;
>> + uint32_t argsz;
>> + uint32_t flags;
>> + uint32_t num_regions;
>> + uint32_t num_irqs;
>> + uint32_t cap_offset;
>> +} VFIOUserDeviceInfo;
>
> The server doesn't have or populate cap_offset - and this isn't in the
> protocol
> either.
>
I can just delete it from VFIOUserDeviceInfo
JJ