All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] hw/usb: add configuration flags for emulated and passthru usb smartcard
@ 2022-12-12 22:09 Jon Maloy
  2022-12-12 22:09 ` [PATCH v3 1/2] " Jon Maloy
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Jon Maloy @ 2022-12-12 22:09 UTC (permalink / raw)
  To: qemu-devel; +Cc: marcandre.lureau, pbonzini, jmaloy, jasowang, philmd, stefanha

We add three new configuration flags, LIBCACARD, USB_SMARTCARD_PASSTHRU
and USB_SMARTCARD_EMULATED in order to improve configurability of these
functionalities.

Signed-off-by: Jon Maloy <jmaloy@redhat.com>

---
v2: Added a LIBACARD flag, plus reversed 'select' clauses, as suggested
    by Paolo Bonzini and Marc-André Lureau.

v3: Split in two commits, so that LIBCACARD is added separately, as suggested
    by Philippe Mathieu-Daudé.


Jon Maloy (2):
  hw/usb: add configuration flags for emulated and passthru usb
    smartcard
  hw/usb: add configuration flag for Common Access Card library code

 Kconfig.host       |  3 +++
 hw/usb/Kconfig     | 14 ++++++++++++++
 hw/usb/meson.build | 11 ++++-------
 meson.build        |  1 +
 4 files changed, 22 insertions(+), 7 deletions(-)

-- 
2.35.3



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-01-19 23:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-12 22:09 [PATCH v3 0/2] hw/usb: add configuration flags for emulated and passthru usb smartcard Jon Maloy
2022-12-12 22:09 ` [PATCH v3 1/2] " Jon Maloy
2022-12-12 22:09 ` [PATCH v3 2/2] hw/usb: add configuration flag for Common Access Card library code Jon Maloy
2022-12-12 22:13 ` [PATCH v3 0/2] hw/usb: add configuration flags for emulated and passthru usb smartcard Philippe Mathieu-Daudé
2022-12-13 21:02 ` Stefan Hajnoczi
2023-01-19 23:47   ` Jon Maloy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.