[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v4 4/5] vPCI: move capability-list init
- To: Jan Beulich <jbeulich@xxxxxxxx>
- From: Roger Pau Monné <roger.pau@xxxxxxxxxx>
- Date: Fri, 20 Feb 2026 09:59:22 +0100
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=citrix.com; dmarc=pass action=none header.from=citrix.com; dkim=pass header.d=citrix.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=MdPuoqzz/bFc+YXLeH0czSXjYzWxJYJZwUXyGmPyDpA=; b=JrC9q8qyHiceydGqy+A9YLvo5YnGVZSXF6KAp5nDNX2uXNrHkAA/1lCaJzoVYsMGABiGwL4m/VIBj15JfcENf1/XWkV97FbjYxbpVF6ldX7MSMCLfvZ5vYVSg6ZGGz/sh3v8vmyIkfhQ+qJSH8WdJqEUuC8s2tflBgh6YFdKX7xfEPvx3SMKyDiz4MHyDUfXM2IUBka3PaNzk00FkwVzPAZxX138X7GrmKNF43+30zjtqA6/cajaHtQ5wrGXcFFadTj22d1H47kTr2U6LWRMji0fTvy00RLEAjEzkcTKnVF1GkVHm0rv26z0bgqs9suI+BhN0iT7qWLgeu6cbtHO1Q==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=ci05wbTo/y5lNBcX3Zf2+nQK3WMUmXzCj2gXzLvKi2RudZCkh0mnjfhjk1iYIkFIWaaVUn4G5bQqTQDrWFEYcxYrejqg71SwA4AKBlCQvva50N6YJ1T51+H/v77oBtKq1SrwLfPmUbPkKotc7UvfpxEsRMHqe7z6wRkuH49OMR7WhkWy1ESbbIxRs0Qay7rqaRNu28XSQ7fXERDEsAmAVuqmEhYwvpYoI4LR9ym8szJJI12hvElUE+H/MeI6XUEx5Zk0XQt8qu8+x0V6P7Frqt7mpLkFL3SWPJWYQeO5d9lyoaPv7fiGbeQzkNi7Q2lNByJd9nlXn4MxIpWfE+KOOg==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=citrix.com;
- Cc: "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>, Stewart Hildebrand <stewart.hildebrand@xxxxxxx>
- Delivery-date: Fri, 20 Feb 2026 08:59:37 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On Tue, Feb 10, 2026 at 11:54:53AM +0100, Jan Beulich wrote:
> ... both for when the functions are invoked and where they live in source.
> Don't invoke them directly in vpci_init_header(), but instead first thing
> in vpci_init_capabilities().
>
> Suggested-by: Roger Pau Monné <roger.pau@xxxxxxxxxx>
> Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>
Thanks for doing the move.
Acked-by: Roger Pau Monné <roger.pau@xxxxxxxxxx>
Roger.
|