summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-04-25console: add device link to QemuConsolesGerd Hoffmann23-28/+43
2013-04-25console: qom-ify QemuConsoleGerd Hoffmann3-2/+30
2013-04-25virtio-ccw: Check indicators location.Cornelia Huck1-0/+6
2013-04-24pc: Kill the "use flash device for BIOS unless KVM" misfeatureMarkus Armbruster4-4/+39
2013-04-24pc: Split pc_init_pci_1_0() off pc_init_pci_1_2()Markus Armbruster1-4/+12
2013-04-24pc: Inline pc_init_pci_1_3() into pc_init_pci_1_2()Markus Armbruster1-1/+2
2013-04-24Merge remote-tracking branch 'alon/libcacard_ccid.1' into stagingAnthony Liguori19-342/+838
2013-04-24build: include config-{, all-}devices.mak after defining CONFIG_SOFTMMU and C...Paolo Bonzini2-7/+7
2013-04-24virtio: drop unused function prototypes.KONRAD Frederic1-10/+0
2013-04-24virtio: cleanup: init and exit function.KONRAD Frederic8-29/+10
2013-04-24virtio: remove virtiobindings.KONRAD Frederic11-122/+73
2013-04-24virtio: remove the function pointer.KONRAD Frederic13-107/+62
2013-04-24virtio-pci: cleanup.KONRAD Frederic2-54/+2
2013-04-24virtio-bus: make virtio_x_bus_new static.KONRAD Frederic6-8/+9
2013-04-24virtio-bus: add new functions.KONRAD Frederic2-0/+28
2013-04-24virtio-rng: cleanup: use QOM casts.KONRAD Frederic2-13/+16
2013-04-24virtio-rng: cleanup: remove qdev field.KONRAD Frederic2-4/+0
2013-04-24virtio-rng: cleanup: init and exit functions.KONRAD Frederic2-68/+21
2013-04-24virtio-rng-ccw: switch to the new API.KONRAD Frederic2-28/+32
2013-04-24virtio-rng-s390: switch to the new API.KONRAD Frederic2-17/+34
2013-04-24virtio-rng-pci: switch to the new API.KONRAD Frederic2-90/+74
2013-04-24virtio-rng: add virtio-rng device.KONRAD Frederic4-16/+117
2013-04-24virtio-rng: don't use pointer for configuration.KONRAD Frederic2-7/+7
2013-04-24input: introduce keyboard handler listGerd Hoffmann4-16/+32
2013-04-24input: make QEMUPutLEDEntry + QEMUPutMouseEntry privateGerd Hoffmann2-17/+20
2013-04-24ich9: kill cmos_s3Hu Tao5-19/+6
2013-04-24libcacard/cac: change big switch functions to single return pointAlon 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