summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-04-24libcacard/cac: change big switch functions to single return pointlibcacard_ccid.1Alon Levy1-21/+52
2013-04-24dev-smartcard-reader: empty implementation for Mechanical (fail correctly)Alon Levy1-0/+4
2013-04-24libcacard: move atr setting from macro to functionAlon Levy5-16/+58
2013-04-24libcacard/vreader: add debugging messages for apduAlon Levy3-7/+85
2013-04-24dev-smartcard-reader: copy atr protocol to ccid parametersAlon Levy1-0/+45
2013-04-24dev-smartcard-reader: change default protocol to T=0Alon Levy1-3/+3
2013-04-24dev-smartcard-reader: define structs for CCID_Parameter internalsAlon Levy1-27/+47
2013-04-24ccid-card-passthru, dev-smartcard-reader: add debug environment variablesAlon Levy4-0/+31
2013-04-24ccid-card-passthru: add atr checkAlon Levy1-0/+59
2013-04-24libcacard: change default ATRAlon Levy1-2/+10
2013-04-24dev-smartcard-reader: reuse usb.h definitionsAlon Levy1-11/+5
2013-04-24dev-smartcard-reader: support windows guestAlon Levy1-2/+2
2013-04-24dev-smartcard-reader: remove aborts (never triggered, but just in case)Alon Levy1-8/+12
2013-04-24dev-smartcard-reader: nicer debug messagesAlon Levy1-6/+63
2013-04-24dev-smartcard-reader: white space fixesAlon Levy1-0/+4
2013-04-24libcacard: remove default libcoolkey loadingMarc-André Lureau1-16/+1
2013-04-24libcacard: remove sql: prefixMarc-André Lureau1-4/+2
2013-04-24libcacard: teach vscclient to use GMainLoop for portabilityMarc-André Lureau1-145/+246
2013-04-24libcacard: vscclient to use QemuThread for portabilityMarc-André Lureau1-7/+2
2013-04-24libcacard: split vscclient main() from socket readingMarc-André Lureau1-152/+162
2013-04-24libcacard: fix mingw64 cross-compilationMarc-André Lureau2-3/+8
2013-04-24build-sys: must link with -fstack-protectorMarc-André Lureau2-1/+8
2013-04-24util: move socket_init() to osdep.cMarc-André Lureau2-24/+23
2013-04-24libcacard: use system config directory for nss db on win32Marc-André Lureau1-1/+17
2013-04-24ccid: declare DEFAULT_ATR table to be "static const"Jim Meyering1-1/+1
2013-04-24ccid: make backend_enum_table "static const" and adjust usersJim Meyering1-3/+3
2013-04-24ccid-card-emul: do not crash if backend is not providedMarc-André Lureau1-0/+3
2013-04-24libcacard: correct T0 historical bytes sizeMarc-André Lureau1-1/+1
2013-04-23Move TPM passthrough specific command line options to backend structureStefan Berger5-15/+33
2013-04-23virtio-9p: cleanup: QOM casts.KONRAD Frederic3-10/+5
2013-04-23virtio-9p: cleanup: init function.KONRAD Frederic1-52/+23
2013-04-23virtio-9p-pci: switch to the new API.KONRAD Frederic3-30/+54
2013-04-23virtio-9p: add the virtio-9p device.KONRAD Frederic3-9/+76
2013-04-23ui/gtk: Add Turkish translationsOzan Çağlayan1-0/+62
2013-04-23ui/gtk: Use gtk_widget_get_window() to support both gtk2 and gtk3Ozan Çağlayan1-2/+2
2013-04-23Merge remote-tracking branch 'kraxel/usb.81' into stagingAnthony Liguori7-21/+46
2013-04-23usb-host: raise libusbx minimum version to 1.0.13Gerd Hoffmann2-6/+1
2013-04-23usb: better speed mismatch error reportingGerd Hoffmann3-7/+33
2013-04-23ehci_free_packet: Discard finished packets when the queue is haltedHans de Goede1-5/+11
2013-04-23xhci: remove XHCIRing->base (unused)Gerd Hoffmann1-3/+1
2013-04-22block: Fix build with tracing enabledKevin Wolf1-7/+7
2013-04-22tpm: Simplify creation of cancel pathStefan Berger1-57/+17
2013-04-22qtest: Handle addresses and values for {in, out}[bwl] as unsignedPeter Maydell1-3/+3
2013-04-22Add option to mlock qemu and guest memorySatoru Moriya5-0/+65
2013-04-22qemu-char: do not operate on sources from finalize callbacksPaolo Bonzini1-15/+40
2013-04-22qemu-char: correct return value from chr_read functionsPaolo Bonzini1-6/+16
2013-04-22qemu-char: simplify pty pollingPaolo Bonzini1-24/+17
2013-04-22qemu-char: use consistent idiom for removing sourcesPaolo Bonzini1-9/+23
2013-04-22translate-all: fix compiler warning and linked errorAlexey Kardashevskiy1-0/+1
2013-04-22Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori25-243/+862