]> git.proxmox.com Git - mirror_qemu.git/commit
ccid-card-emulated: use EventNotifier
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 23 Jun 2014 10:30:36 +0000 (12:30 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 1 Jul 2014 13:49:51 +0000 (15:49 +0200)
commitc1129f6bffb6fc756f53c06bc554a7997b1f4be4
tree6cf33ef7b81df4cbbe70f4652acffdfbaf420e4a
parent3ce21445387c64032a21ae73c995195307a28a36
ccid-card-emulated: use EventNotifier

Shut up Coverity's complaint about unchecked fcntl return values,
and especially make the code simpler and more efficient.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb/ccid-card-emulated.c