summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-05libcacard: teach vscclient to use GMainLoop for portabilitywip-ccid-winMarc-André Lureau1-145/+246
2013-03-05libcacard: vscclient to use QemuThread for portabilityMarc-André Lureau1-7/+2
2013-03-05libcacard: split vscclient main() from socket readingMarc-André Lureau1-152/+162
2013-03-05libcacard: fix mingw64 cross-compilationMarc-André Lureau2-3/+8
2013-03-05build-sys: must link with -fstack-protectorMarc-André Lureau2-1/+8
2013-03-05util: move socket_init() to osdep.cMarc-André Lureau2-24/+23
2013-03-05libcacard: use system config directory for nss db on win32Marc-André Lureau1-1/+17
2013-03-05ccid: declare DEFAULT_ATR table to be "static const"Jim Meyering1-1/+1
2013-03-05ccid: make backend_enum_table "static const" and adjust usersJim Meyering1-3/+3
2013-03-05ccid-card-emul: do not crash if backend is not providedMarc-André Lureau1-0/+3
2013-03-05(drop?) hw/usb/dev-smartcard-reader.c: advertise single baud and frequencyAlon Levy1-3/+4
2013-03-05dev-smartcard-reader: empty implementation for Mechanical (fail correctly)Alon Levy1-0/+4
2013-03-05libcacard: move atr setting from macro to functionAlon Levy4-16/+51
2013-03-05libcacard: change default ATRAlon Levy1-2/+10
2013-03-05libcacard/vcard: add debugging messages for apduAlon Levy3-9/+98
2013-03-05dev-smartcard-reader: reuse usb.h definitionsAlon Levy1-11/+5
2013-03-05libcacard/cac.c: questionable change to single return of big switch functionsAlon Levy1-21/+52
2013-03-05hw/usb/dev-smartcard-reader: support windows guestAlon Levy1-2/+2
2013-03-05hw/usb/dev-smartcard-reader.c: dwFeadvertise support for T=0 onlyAlon Levy1-2/+2
2013-03-05hw/usb/dev-smartcard-reader.c: copy atr's protocol to ccid's parameters (adds...Alon Levy1-0/+46
2013-03-05hw/usb/dev-smartcard-reader.c: define structs for CCID_Parameter internalsAlon Levy1-28/+48
2013-03-05hw/usb/dev-smartcard-reader.c: remove aborts (never triggered, but just in case)Alon Levy1-8/+12
2013-03-05hw/usb/dev-smartcard-reader.c: nicer debug messagesAlon Levy1-6/+63
2013-03-05hw/usb/dev-smartcard-reader.c: white space fixesAlon Levy1-0/+4
2013-03-05ccid-card-passthru, dev-smartcard-reader: add debug environment variablesAlon Levy2-0/+32
2013-03-05libcacard: correct T0 historical bytes sizeMarc-André Lureau1-1/+1
2013-03-05hw/ccid-card-passthru.c: add atr checkAlon Levy1-0/+59
2013-03-05configure: require spice-protocol >= 0.12.3Alon Levy1-1/+1
2013-03-05spice-qemu-char: register interface on post loadAlon Levy1-0/+42
2013-03-05wip no assert on qxl_check_stateAlon Levy1-2/+6
2013-03-05arch_init/ram_load: add error message for block length mismatchAlon Levy1-0/+3
2013-03-05hw/qdev-monitor: report error for -device <not-a-device-type>Alon Levy1-0/+5
2013-03-05qxl: qxl_set_guest_bug: only interrupt once, but print alwaysAlon Levy1-2/+4
2013-03-05qxl/verify_surface_cmd: check format != 0 (buggy drivers can do that)Alon Levy1-0/+6
2013-03-05hw/qxl: extract verify_surface_cmd from qxl_track_commandAlon Levy1-19/+29
2013-03-05hw/qxl: vaildate surface->dataAlon Levy1-0/+10
2013-03-05hw/qxl: warn on sync io usageAlon Levy2-0/+31
2013-03-05Merge branch 'target-arm.next' of git://git.linaro.org/people/pmaydell/qemu-armAurelien Jarno21-108/+1064
2013-03-05mipsn32-linux-user: Configure the architecture properlyRichard Henderson7-1122/+628
2013-03-05mips64-linux-user: Enable 64-bit address mode and fpuRichard Henderson1-0/+12
2013-03-05mips-linux-user: Fix n32 and n64 syscallsRichard Henderson1-7/+18
2013-03-05mips-linux-user: Save and restore fpu and dsp from sigcontextRichard Henderson3-118/+58
2013-03-05mips-linux-user: Enable mips64 and mipsn32 linux-user targetsRichard Henderson1-0/+4
2013-03-05mips-linux-user: Share o32 code for n32 and n64 signalsRichard Henderson1-1/+29
2013-03-05mips-linux-user: Delete n32 and n64 signal stubsRichard Henderson1-58/+0
2013-03-05MAINTAINERS: add entry for ARM KVM guest coresPeter Maydell1-0/+5
2013-03-05configure: Enable KVM on ARMPeter Maydell1-1/+1
2013-03-05hw/kvm/arm_gic: Implement support for KVM in-kernel ARM GICPeter Maydell3-1/+175
2013-03-05target-arm: Use MemoryListener to identify GIC base address for KVMPeter Maydell2-0/+119
2013-03-05hw/arm_gic: Convert ARM GIC classes to use init/realizePeter Maydell4-29/+37