On Wed, Apr 29, 2026 at 12:09:22 +0000, ehanoc wrote: > From: Bruno Martins <[email protected]> > > Signed-off-by: Bruno Martins <[email protected]> > --- > NEWS.rst | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/NEWS.rst b/NEWS.rst > index 56e344776b..65a8388607 100644 > --- a/NEWS.rst > +++ b/NEWS.rst > @@ -41,6 +41,13 @@ v12.3.0 (unreleased) > > * **Improvements** > > + * Allow for multiple PCI root buses, not just for a single one numbered '0' > + > + `virPCIDeviceReset()` and `virPCIDeviceIsBehindSwitchLackingACS()` no > longer > + use a hardcoded check (e.g bus == 0 ) to determine if a device is > attached > + to a "root bus". This allows for better support on more complex PCI > topologies. > + > + > * **Bug fixes** > > > -- > 2.47.3 > >
Reviewed-by: Jiri Denemark <[email protected]>
