Re: [PATCH v8 1/8] vpci/header: Emulate extended capability list for dom0

2025-07-24 Thread Roger Pau Monné
On Thu, Jul 24, 2025 at 10:09:43AM +0200, Jan Beulich wrote: > On 24.07.2025 07:49, Jiqian Chen wrote: > > Add a new function to emulate extended capability list for dom0, > > and call it in init_header(). So that it will be easy to hide an > > extended capability whose initialization fails. > > >

Re: [PATCH v8 1/8] vpci/header: Emulate extended capability list for dom0

2025-07-24 Thread Jan Beulich
On 24.07.2025 07:49, Jiqian Chen wrote: > Add a new function to emulate extended capability list for dom0, > and call it in init_header(). So that it will be easy to hide an > extended capability whose initialization fails. > > As for the extended capability list of domU, just move the logic > int

[PATCH v8 1/8] vpci/header: Emulate extended capability list for dom0

2025-07-23 Thread Jiqian Chen
Add a new function to emulate extended capability list for dom0, and call it in init_header(). So that it will be easy to hide an extended capability whose initialization fails. As for the extended capability list of domU, just move the logic into above function and keep hiding it for domU. Signe