qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v1 10/24] vfio-user: get device info


From: John Johnson
Subject: Re: [PATCH v1 10/24] vfio-user: get device info
Date: Mon, 12 Dec 2022 20:28:23 +0000


> On Dec 9, 2022, at 7:57 AM, John Levon <levon@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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]