summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2013-04-22Merge remote-tracking branch 'bonzini/nbd-next' into stagingAnthony Liguori1-6/+19
2013-04-22Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori24-174/+2636
2013-04-22Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori2-6/+4
2013-04-22qemu-iotests: add 053 unaligned compressed image size testStefan Hajnoczi3-0/+91
2013-04-22block: Allow overriding backing.file.filenameKevin Wolf1-1/+3
2013-04-22block: Remove filename parameter from .bdrv_file_open()Kevin Wolf14-43/+22
2013-04-22vvfat: Use bdrv_open options instead of filenameKevin Wolf1-60/+168
2013-04-22sheepdog: Use bdrv_open options instead of filenameKevin Wolf1-1/+31
2013-04-22rbd: Use bdrv_open options instead of filenameKevin Wolf1-1/+30
2013-04-22iscsi: Use bdrv_open options instead of filenameKevin Wolf1-2/+37
2013-04-22gluster: Use bdrv_open options instead of filenameKevin Wolf1-1/+31
2013-04-22curl: Use bdrv_open options instead of filenameKevin Wolf1-51/+102
2013-04-22blkverify: Use bdrv_open options instead of filenameKevin Wolf1-29/+85