Re: [PATCH v5 06/10] usb: build usb-redir as module

2020-07-20 Thread Christophe de Dinechin
On 2020-06-24 at 15:10 CEST, Gerd Hoffmann wrote... > Drops libusbredirparser.so dependency from core qemu. > > Signed-off-by: Gerd Hoffmann > --- > util/module.c| 1 + > hw/usb/Makefile.objs | 9 ++--- > 2 files changed, 7 insertions(+), 3 deletions(-) > > diff --git a/util/module.

[PATCH v5 06/10] usb: build usb-redir as module

2020-06-24 Thread Gerd Hoffmann
Drops libusbredirparser.so dependency from core qemu. Signed-off-by: Gerd Hoffmann --- util/module.c| 1 + hw/usb/Makefile.objs | 9 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/util/module.c b/util/module.c index 89da9a3cce05..e3226165e91c 100644 --- a/util/m