[PATCH 0/2] hw/usb: Do not build USB subsystem if not required

Philippe Mathieu-Daudé posted 2 patches 3 years ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210424224110.3442424-1-f4bug@amsat.org
hw/usb/host-stub.c   |  1 -
stubs/usb-dev-stub.c | 25 +++++++++++++++++++++++++
MAINTAINERS          |  1 +
hw/usb/meson.build   |  9 +++------
stubs/meson.build    |  1 +
5 files changed, 30 insertions(+), 7 deletions(-)
create mode 100644 stubs/usb-dev-stub.c
[PATCH 0/2] hw/usb: Do not build USB subsystem if not required
Posted by Philippe Mathieu-Daudé 3 years ago
Not all targets use USB: allow the build system to not
build it if not selected.

Philippe Mathieu-Daudé (2):
  hw/usb/host-stub: Remove unused header
  hw/usb: Do not build USB subsystem if not required

 hw/usb/host-stub.c   |  1 -
 stubs/usb-dev-stub.c | 25 +++++++++++++++++++++++++
 MAINTAINERS          |  1 +
 hw/usb/meson.build   |  9 +++------
 stubs/meson.build    |  1 +
 5 files changed, 30 insertions(+), 7 deletions(-)
 create mode 100644 stubs/usb-dev-stub.c

-- 
2.26.3

Re: [PATCH 0/2] hw/usb: Do not build USB subsystem if not required
Posted by Philippe Mathieu-Daudé 3 years ago
ping?

On 4/25/21 12:41 AM, Philippe Mathieu-Daudé wrote:
> Not all targets use USB: allow the build system to not
> build it if not selected.
> 
> Philippe Mathieu-Daudé (2):
>   hw/usb/host-stub: Remove unused header
>   hw/usb: Do not build USB subsystem if not required
> 
>  hw/usb/host-stub.c   |  1 -
>  stubs/usb-dev-stub.c | 25 +++++++++++++++++++++++++
>  MAINTAINERS          |  1 +
>  hw/usb/meson.build   |  9 +++------
>  stubs/meson.build    |  1 +
>  5 files changed, 30 insertions(+), 7 deletions(-)
>  create mode 100644 stubs/usb-dev-stub.c
> 

Re: [PATCH 0/2] hw/usb: Do not build USB subsystem if not required
Posted by Gerd Hoffmann 3 years ago
On Sun, May 02, 2021 at 10:13:10PM +0200, Philippe Mathieu-Daudé wrote:
> ping?

Added to usb queue now.

(now that the 6.0 freeze is over I'm starting to collect non-bugfix
 patches again ...)

take care,
  Gerd


Re: [PATCH 0/2] hw/usb: Do not build USB subsystem if not required
Posted by Philippe Mathieu-Daudé 3 years ago
On 5/3/21 2:25 PM, Gerd Hoffmann wrote:
> On Sun, May 02, 2021 at 10:13:10PM +0200, Philippe Mathieu-Daudé wrote:
>> ping?
> 
> Added to usb queue now.
> 
> (now that the 6.0 freeze is over I'm starting to collect non-bugfix
>  patches again ...)

I was worried this series got lost.

Thank you!

Phil.