qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v1 09/24] vfio-user: define socket send functions


From: John Johnson
Subject: Re: [PATCH v1 09/24] vfio-user: define socket send functions
Date: Thu, 2 Feb 2023 05:21:16 +0000


> On Dec 13, 2022, at 5:48 AM, Cédric Le Goater <clg@redhat.com> wrote:
> 
> On 11/9/22 00:13, John Johnson wrote:
>> 
>> +
>> +static struct cap_entry ver_0_0[] = {
>> +    { VFIO_USER_CAP, check_cap },
>> +    { NULL }
>> +};
>> +
>> +static int caps_check(VFIOProxy *proxy, int minor, const char *caps,
> 
> what is the minor parameter for ?
> 

        So we can make forward compatible changes to the protocol.

                                                        JJ



reply via email to

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