On Fri, Jan 23, 2026 at 02:35:23PM +0100, Mauro Carvalho Chehab wrote: > diff --git a/scripts/pci_bus_error.py b/scripts/pci_bus_error.py > new file mode 100644 > index 000000000000..5abfdf11c868 > --- /dev/null > +++ b/scripts/pci_bus_error.py > @@ -0,0 +1,146 @@ > +#!/usr/bin/env python3 > +# > +# pylint: disable=C0114,R0903 > +# SPDX-License-Identifier: GPL-2.0
GPL-2.0-or-later for qemu, please. Or if there's a reason it's 2.0 only, pls document it. -- MST
