summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-04-10ccid-card-passthru: qemu-kvm has handler struct, qemu doesn'tspice.v32.kvm.ccid.v23Alon Levy1-4/+7
2011-03-27ccid: add docsAlon Levy1-0/+135
2011-03-27ccid: add ccid-card-emulated deviceAlon Levy2-0/+596
2011-03-27libcacard: add docsRobert Relyea1-0/+483
2011-03-27libcacard: add passthruRobert Relyea5-4/+688
2011-03-27libcacard: add vscclientRobert Relyea2-1/+736
2011-03-27libcacard: initial commitRobert Relyea24-2/+4084
2011-03-27ccid: add passthru card deviceAlon Levy2-1/+342
2011-03-27introduce libcacard/vscard_common.hAlon Levy1-0/+178
2011-03-27usb-ccid: add CCID busAlon Levy4-0/+1490
2011-03-27qemu-thread.h: include inttypes.hAlon Levy1-0/+2
2011-03-27trace: move trace objects from Makefile to Makefile.objsAlon Levy2-32/+32
2011-03-27(tmp) gcc 4.6.0 build fixesspice.v32.kvmAlon Levy3-0/+4
2011-03-27spice-chardev: listen to frontend guest open / closeHans de Goede1-0/+14
2011-03-27virtio-console: notify backend of guest open / closeHans de Goede1-0/+18
2011-03-27chardev: Allow frontends to notify backends of guest open / closeHans de Goede2-0/+21
2011-03-27spice-qemu-char: Fix flow control in client -> guest directionHans de Goede1-6/+5
2011-03-27spice-qemu-char.c: remove intermediate bufferAlon Levy1-12/+6
2011-03-27spice-qemu-char.c: add throttlingAlon Levy1-4/+36
2011-03-27qemu-char: fix Werror=return-typeAlon Levy1-4/+4
2011-03-27virtio-console: Enable port throttling when chardev is slow to consume dataAmit Shah1-0/+11
2011-03-27char: Throttle when host connection is downAmit Shah1-0/+14
2011-03-27char: Equip the unix/tcp backend to handle nonblocking writesAmit Shah1-0/+34
2011-03-27char: Update send_all() to handle nonblocking chardev write requestsAmit Shah3-9/+76
2011-03-27char: Add framework for a 'write unblocked' callbackAmit Shah2-0/+7
2011-03-27iohandlers: Add enable/disable_write_fd_handler() functionsAmit Shah2-0/+38
2011-03-27char: Add a QemuChrHandlers struct to initialise chardev handlersAmit Shah19-61/+181
2011-03-27virtio-serial: Use a struct to pass config information from proxyAmit Shah4-15/+21
2011-03-27char: Split out tcp socket close code in a separate functionAmit Shah1-9/+16
2011-03-27hw/qxl-render: drop cursor locks, replace with pipeAlon Levy4-10/+122
2011-03-27qxl/spice: remove qemu_mutex_{un,}lock_iothread around dispatcherAlon Levy2-24/+3
2011-03-27qxl: implement get_command in vga mode without locksUri Lublin3-26/+146
2011-03-27qxl/spice-display: move pipe to ssdAlon Levy4-21/+34
2011-03-22vmstate: fix varrays with uint8_t indexes some moreAvi Kivity1-0/+2
2011-03-16fix pcspk.c compilation error without CONFIG_KVMMarcelo Tosatti1-2/+2
2011-03-14Merge branch 'upstream-merge'Marcelo Tosatti261-2842/+13868
2011-03-14Merge commit 'cc015e9a5dde2f03f123357fa060acbdfcd570a4' into upstream-mergeMarcelo Tosatti3-13/+26
2011-03-14Merge commit '714bd040906637441fc10a33d1f6553cfef4938a' into upstream-mergeMarcelo Tosatti19-261/+146
2011-03-14Merge commit '9257d46d55f1fe4e8209be9a6870e339ac3266fe' into upstream-mergeMarcelo Tosatti201-1598/+12212
2011-03-14Merge commit 'c9f7383c6e5423c1b5111d73346a8314b563f019' into upstream-mergeMarcelo Tosatti29-400/+762
2011-03-14Merge commit '02615337ef295443daa03233e492194e289a807e' into upstream-mergeMarcelo Tosatti10-286/+327
2011-03-14Merge commit '64d7e9a421fea0ac50b44541f5521de455e7cd5d' into upstream-mergeMarcelo Tosatti26-291/+402
2011-03-13add Win32 IPI servicePaolo Bonzini3-13/+22
2011-03-13provide dummy signal init functions for win32Paolo Bonzini1-70/+73
2011-03-13protect qemu_cpu_kick_self for Win32Paolo Bonzini1-0/+4
2011-03-13merge all signal initialization with qemu_signalfd_init, renamePaolo Bonzini1-51/+36
2011-03-13iothread stops the vcpu thread via IPIPaolo Bonzini1-0/+2
2011-03-13do not use timedwait on qemu_cpu_condPaolo Bonzini1-2/+2
2011-03-13do not use timedwait on qemu_pause_condPaolo Bonzini1-1/+1
2011-03-13do not use timedwait on qemu_system_condPaolo Bonzini1-2/+2