summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2011-03-13do not use timedwait on qemu_halt_condPaolo Bonzini1-2/+2
2011-03-13add win32 qemu-thread implementationPaolo Bonzini6-17/+313
2011-03-13always signal pause_cond after stopping a VCPUPaolo Bonzini1-0/+2
2011-03-13Refactor thread retrieval and checkJan Kiszka7-24/+18
2011-03-13exit round-robin vcpu loop if cpu->stopped is truePaolo Bonzini1-1/+1
2011-03-13always qemu_cpu_kick after unhalting a cpuPaolo Bonzini4-4/+13
2011-03-13inline cpu_halted into sole callerPaolo Bonzini12-124/+7
2011-03-13remove CONFIG_THREADPaolo Bonzini1-2/+0
2011-03-13add assertions on the owner of a QemuMutexPaolo Bonzini1-1/+5
2011-03-13include qemu-thread.h earlyPaolo Bonzini1-2/+1
2011-03-13use win32 timer queuesPaolo Bonzini1-51/+35
2011-03-13implement win32 dynticks timerPaolo Bonzini1-1/+6