Re: [PULL 37/48] usb: build usb-host as module

2021-07-22 Thread Gerd Hoffmann
> > +if config_host.has_key('CONFIG_USB_LIBUSB') > > The problem is in this condition as it's evaluated as false. When I > replace it with libusb.found(), everything works as it used to. Correct fix, paolo has a pending pull request containing it. > Unfortunately I don't know what the real goa b

Re: [PULL 37/48] usb: build usb-host as module

2021-07-22 Thread Peter Krempa
adding libvirt-list On Thu, Jul 08, 2021 at 17:17:37 +0200, Paolo Bonzini wrote: > From: Gerd Hoffmann > > Drop one more shared library dependency (libusb) from core qemu. > > Signed-off-by: Gerd Hoffmann > Reviewed-by: Jose R. Ziviani > Message-Id: <20210624103836.2382472-34-kra...@redhat.co

[PULL 37/48] usb: build usb-host as module

2021-07-08 Thread Paolo Bonzini
From: Gerd Hoffmann Drop one more shared library dependency (libusb) from core qemu. Signed-off-by: Gerd Hoffmann Reviewed-by: Jose R. Ziviani Message-Id: <20210624103836.2382472-34-kra...@redhat.com> Signed-off-by: Paolo Bonzini --- hw/usb/host-libusb.c | 1 + hw/usb/meson.build | 8 +