qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Richard Henderson
Subject: Re: [PATCH v2 10/18] hw/usb: move stubs out of stubs/
Date: Mon, 8 Apr 2024 06:47:21 -1000
User-agent: Mozilla Thunderbird

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<pbonzini@redhat.com>
---
  stubs/usb-dev-stub.c => hw/usb/bus-stub.c | 0
  hw/usb/meson.build                        | 2 +-
  stubs/meson.build                         | 1 -
  3 files changed, 1 insertion(+), 2 deletions(-)
  rename stubs/usb-dev-stub.c => hw/usb/bus-stub.c (100%)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]