[Qemu-devel] [PATCH v3 0/3] usb-ccid: convert to realize/unrealize

Philippe Mathieu-Daudé posted 3 patches 6 years, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180125171432.13554-1-f4bug@amsat.org
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test docker-quick@centos6 passed
Test ppc passed
Test s390x passed
hw/usb/ccid.h                 |  6 +++--
hw/usb/ccid-card-emulated.c   | 48 ++++++++++++++++-----------------
hw/usb/ccid-card-passthru.c   | 13 ++++-----
hw/usb/dev-smartcard-reader.c | 63 +++++++++++++++++++------------------------
4 files changed, 62 insertions(+), 68 deletions(-)
[Qemu-devel] [PATCH v3 0/3] usb-ccid: convert to realize/unrealize
Posted by Philippe Mathieu-Daudé 6 years, 2 months ago
Hi Gerd, this is the previous patch rebased.

since v2:
- fixed an incorrectly placed assignment in ccid_card_realize()
- rebased

Regards,

Phil.

Mao Zhongyi (1):
  hw/usb/ccid: Make ccid_card_init() take an error parameter

Philippe Mathieu-Daudé (2):
  usb-ccid: inline ccid_card_initfn() in ccid_card_realize()
  usb-ccid: convert CCIDCardClass::exitfn() -> unrealize()

 hw/usb/ccid.h                 |  6 +++--
 hw/usb/ccid-card-emulated.c   | 48 ++++++++++++++++-----------------
 hw/usb/ccid-card-passthru.c   | 13 ++++-----
 hw/usb/dev-smartcard-reader.c | 63 +++++++++++++++++++------------------------
 4 files changed, 62 insertions(+), 68 deletions(-)

-- 
2.15.1