Statistics
| Branch: | Revision:

root / hw / usb / ccid-card-passthru.c @ f487b677

History | View | Annotate | Download (12.3 kB)

# Date Author Comment
b16352ac 04/24/2013 11:47 am Alon Levy

ccid-card-passthru, dev-smartcard-reader: add debug environment variables

Introduces a new utility function: parse_debug_env to avoid code
duplication.

This overrides whatever debug value is set on the corresponding devices
from the command line, and is meant to ease the usage with any...

0e61400c 04/24/2013 11:47 am Alon Levy

ccid-card-passthru: add atr check

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

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

ccid: declare DEFAULT_ATR table to be "static const"

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

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 <>