[Qemu-devel] [PATCH 0/2] usb-host: cleanups

Gerd Hoffmann posted 2 patches 6 years, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170908111217.21985-1-kraxel@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
configure            | 7 -------
hw/usb/Makefile.objs | 6 +++++-
2 files changed, 5 insertions(+), 8 deletions(-)
[Qemu-devel] [PATCH 0/2] usb-host: cleanups
Posted by Gerd Hoffmann 6 years, 7 months ago

Gerd Hoffmann (2):
  usb: drop HOST_USB
  usb: only build usb-host with CONFIG_USB=y

 configure            | 7 -------
 hw/usb/Makefile.objs | 6 +++++-
 2 files changed, 5 insertions(+), 8 deletions(-)

-- 
2.9.3


Re: [Qemu-devel] [PATCH 0/2] usb-host: cleanups
Posted by Fam Zheng 6 years, 7 months ago
On Fri, 09/08 13:12, Gerd Hoffmann wrote:
> 
> 
> Gerd Hoffmann (2):
>   usb: drop HOST_USB
>   usb: only build usb-host with CONFIG_USB=y

Reviewed-by: Fam Zheng <famz@redhat.com>