Re: [PATCH v2 10/18] hw/usb: move stubs out of stubs/

2024-04-08 Thread Richard Henderson
On 4/8/24 05:53, Paolo Bonzini wrote: Since the USB stubs are needed exactly when the Kconfig symbols are not enabled, they can be placed in hw/usb/ and conditionalized on CONFIG_USB. Signed-off-by: Paolo Bonzini --- stubs/usb-dev-stub.c => hw/usb/bus-stub.c | 0 hw/usb/meson.build

Re: [PATCH v2 10/18] hw/usb: move stubs out of stubs/

2024-04-08 Thread Philippe Mathieu-Daudé
On 8/4/24 17:53, Paolo Bonzini wrote: Since the USB stubs are needed exactly when the Kconfig symbols are not enabled, they can be placed in hw/usb/ and conditionalized on CONFIG_USB. Signed-off-by: Paolo Bonzini --- stubs/usb-dev-stub.c => hw/usb/bus-stub.c | 0 hw/usb/meson.build

[PATCH v2 10/18] hw/usb: move stubs out of stubs/

2024-04-08 Thread Paolo Bonzini
Since the USB stubs are needed exactly when the Kconfig symbols are not enabled, they can be placed in hw/usb/ and conditionalized on CONFIG_USB. Signed-off-by: Paolo Bonzini --- stubs/usb-dev-stub.c => hw/usb/bus-stub.c | 0 hw/usb/meson.build| 2 +- stubs/meson.build