Re: [PATCH v4 09/22] hw/usb/hcd-xhci-pci: Make PCI device more configurable

2025-05-12 Thread Peter Maydell
On Fri, 2 May 2025 at 04:33, Nicholas Piggin wrote: > > To prepare to support another USB PCI Host Controller, make some PCI > configuration dynamic. > > Signed-off-by: Nicholas Piggin I think this patch is trying to do too many things at once. It's OK to bundle the small "turn a constant into a

[PATCH v4 09/22] hw/usb/hcd-xhci-pci: Make PCI device more configurable

2025-05-01 Thread Nicholas Piggin
To prepare to support another USB PCI Host Controller, make some PCI configuration dynamic. Signed-off-by: Nicholas Piggin --- hw/usb/hcd-xhci-pci.h | 9 hw/usb/hcd-xhci-pci.c | 118 +- 2 files changed, 103 insertions(+), 24 deletions(-) diff --git