Re: [PATCH v7 4/8] vpci: Hide extended capability when it fails to initialize

2025-07-21 Thread Roger Pau Monné
On Fri, Jul 04, 2025 at 03:07:59PM +0800, Jiqian Chen wrote: > When vpci fails to initialize a extended capability of device, it > just returns an error and vPCI gets disabled for the whole device. > > So, add function to hide extended capability when initialization > fails. And remove the failed

[PATCH v7 4/8] vpci: Hide extended capability when it fails to initialize

2025-07-04 Thread Jiqian Chen
When vpci fails to initialize a extended capability of device, it just returns an error and vPCI gets disabled for the whole device. So, add function to hide extended capability when initialization fails. And remove the failed extended capability handler from vpci extended capability list. Signed