Statistics
| Branch: | Revision:

root / hw / usb / ccid-card-emulated.c @ a8aec295

History | View | Annotate | Download (18.7 kB)

# Date Author Comment
ae12e3a6 04/27/2013 02:38 am Cole Robinson

ccid: Fix crash when backend isn't specified

Reproducer:

./x86_64-softmmu/qemu-system-x86_64 -device usb-ccid,id=ccid0 -usb -device ccid-card-emulated -monitor stdio

Signed-off-by: Cole Robinson <>
Reviewed-by: Alon Levy <>

d18c7117 04/24/2013 11:47 am Jim Meyering

ccid: make backend_enum_table "static const" and adjust users

Signed-off-by: Jim Meyering <>
Reviewed-by: Alon Levy <>
Reviewed-by: Marc-André Lureau <>

d0ebd788 04/24/2013 11:47 am Marc-André Lureau

ccid-card-emul: do not crash if backend is not provided

Program received signal SIGSEGV, Segmentation fault.
__strcmp_sse42 () at ../sysdeps/x86_64/multiarch/strcmp-sse42.S:164
164 movdqu (%rsi), %xmm2
(gdb) bt
at /home/elmarco/320g/src/qemu/hw/ccid-card-emulated.c:477...

dccfcd0e 04/15/2013 07:19 pm Paolo Bonzini

sysemu: avoid proliferation of include/ subdirectories

Signed-off-by: Paolo Bonzini <>

47b43a1f 04/08/2013 07:13 pm Paolo Bonzini

hw: move private headers to hw/ subdirectories.

Many headers are used only in a single directory. These can be
kept in hw/.

Signed-off-by: Paolo Bonzini <>

49ab747f 04/08/2013 07:13 pm Paolo Bonzini

hw: move target-independent files to subdirectories

This patch tackles all files that are compiled once, moving
them to subdirectories of hw/.

Signed-off-by: Paolo Bonzini <>