]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/usb: move stubs out of stubs/
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 8 Apr 2024 15:53:22 +0000 (17:53 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 18 Apr 2024 09:17:27 +0000 (11:17 +0200)
commit89857312f3245e589b161eb535261bae7b7fcce2
tree25abcd2e268c4eb5c1c78f848b70b7aa26e274c8
parentd4d0ebb7da0489a2fff8c7150a38fa897ca3eea5
hw/usb: move stubs out of stubs/

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 <pbonzini@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20240408155330.522792-11-pbonzini@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/usb/bus-stub.c [moved from stubs/usb-dev-stub.c with 100% similarity]
hw/usb/meson.build
stubs/meson.build