Re: [PATCH v2] hw/usb: Introduce Kconfig switches for the CCID card devices

2020-01-14 Thread Thomas Huth
On 13/01/2020 10.44, Gerd Hoffmann wrote: > On Tue, Jan 07, 2020 at 08:36:07AM +0100, Gerd Hoffmann wrote: >> On Wed, Dec 11, 2019 at 11:20:29AM +0100, Thomas Huth wrote: >>> In our downstream distribution of QEMU, we need more fine-grained >>> control on the set of CCID card devices that we want t

Re: [PATCH v2] hw/usb: Introduce Kconfig switches for the CCID card devices

2020-01-13 Thread Gerd Hoffmann
On Tue, Jan 07, 2020 at 08:36:07AM +0100, Gerd Hoffmann wrote: > On Wed, Dec 11, 2019 at 11:20:29AM +0100, Thomas Huth wrote: > > In our downstream distribution of QEMU, we need more fine-grained > > control on the set of CCID card devices that we want to include. > > So let's introduce some proper

Re: [PATCH v2] hw/usb: Introduce Kconfig switches for the CCID card devices

2020-01-07 Thread Gerd Hoffmann
On Wed, Dec 11, 2019 at 11:20:29AM +0100, Thomas Huth wrote: > In our downstream distribution of QEMU, we need more fine-grained > control on the set of CCID card devices that we want to include. > So let's introduce some proper Kconfig switches that it is easier > to disable them without modifying

Re: [PATCH v2] hw/usb: Introduce Kconfig switches for the CCID card devices

2019-12-11 Thread Philippe Mathieu-Daudé
On 12/11/19 11:20 AM, Thomas Huth wrote: In our downstream distribution of QEMU, we need more fine-grained control on the set of CCID card devices that we want to include. So let's introduce some proper Kconfig switches that it is easier to disable them without modifying the corresponding Makefil

[PATCH v2] hw/usb: Introduce Kconfig switches for the CCID card devices

2019-12-11 Thread Thomas Huth
In our downstream distribution of QEMU, we need more fine-grained control on the set of CCID card devices that we want to include. So let's introduce some proper Kconfig switches that it is easier to disable them without modifying the corresponding Makefile.objs. Signed-off-by: Thomas Huth --- v