Re: [PATCH 25/31] qemu: Add qemuDomainDefaultUSBControllerModelAutoAdded()

2025-09-18 Thread Peter Krempa via Devel
On Tue, Aug 19, 2025 at 18:22:29 +0200, Andrea Bolognani via Devel wrote: > In addition to the code in qemuDomainControllerDefPostParse(), > which we have just factored into its own function, we also have > some code in qemuDomainDefAddDefaultDevices() that deals with > choosing the USB controller

[PATCH 25/31] qemu: Add qemuDomainDefaultUSBControllerModelAutoAdded()

2025-08-19 Thread Andrea Bolognani via Devel
In addition to the code in qemuDomainControllerDefPostParse(), which we have just factored into its own function, we also have some code in qemuDomainDefAddDefaultDevices() that deals with choosing the USB controller model for a couple of specific machine types. Once again, extract the logic to a