summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-05-03Fix a number of unused-but-set-variable warnings (new with gcc-4.6)usbredirHans de Goede2-4/+4
2011-05-03usb: control buffer fixesHans de Goede2-1/+7
2011-05-03usb-linux: use usb_generic_handle_packet()Hans de Goede3-245/+66
2011-05-03usb: Pass the packet to the device's handle_control callbackHans de Goede14-35/+39
2011-05-03usb-linux: Add support for buffering iso out usb packetsHans de Goede1-51/+101
2011-05-03usb-linux: We only need to keep track of 15 endpointsHans de Goede1-3/+3
2011-05-03usb-linux: Refuse iso packets when max packet size is 0 (alt setting 0)Hans de Goede1-1/+5
2011-05-03usb-linux: Refuse packets for endpoints which are not in the usb descriptorHans de Goede1-0/+13
2011-05-03usb-linux: Add support for buffering iso usb packetsHans de Goede1-17/+226
2011-05-03usb-linux: Get the alt. setting from sysfs rather then asking the devHans de Goede1-0/+18
2011-05-03usb-linux: introduce a usb_linux_alt_setting functionHans de Goede1-15/+25
2011-05-03spice: add option for disabling copy paste supportHans de Goede3-0/+15
2011-05-03spice-qemu-char: Fix flow control in client -> guest directionHans de Goede1-6/+5
2011-05-03spice-chardev: listen to frontend guest open / closeHans de Goede1-0/+14
2011-05-03virtio-console: notify backend of guest open / closeHans de Goede1-0/+18
2011-05-03chardev: Allow frontends to notify backends of guest open / closeHans de Goede2-0/+21
2011-05-03spice-qemu-char.c: remove intermediate bufferAlon Levy1-12/+6
2011-05-03spice-qemu-char.c: add throttlingAlon Levy1-4/+35
2011-05-03virtio-console: Enable port throttling when chardev is slow to consume dataAmit Shah1-0/+11
2011-05-03char: Throttle when host connection is down#Amit Shah1-0/+14
2011-05-03char: Equip the unix/tcp backend to handle nonblocking writes#Amit Shah1-0/+34
2011-05-03char: Update send_all() to handle nonblocking chardev write requestsAmit Shah3-9/+77
2011-05-03char: Add framework for a 'write unblocked' callbackAmit Shah2-0/+7
2011-05-03iohandlers: Add enable/disable_write_fd_handler() functionsAmit Shah2-0/+38
2011-05-03char: Add a QemuChrHandlers struct to initialise chardev handlersAmit Shah21-70/+191
2011-05-03char: Split out tcp socket close code in a separate functionAmit Shah1-9/+16
2011-04-28spice: drop obsolete iothread lockingGerd Hoffmann2-14/+0
2011-04-28spice: don't call displaystate callbacks from spice server context.Gerd Hoffmann4-13/+29
2011-04-28spice: don't create updates in spice server context.Gerd Hoffmann3-28/+55
2011-04-27Make spice dummy functions inline to fix calls not checking return valuesJes Sorensen1-2/+10
2011-04-26configure: reenable opengl by defaultMichael Walle1-1/+1
2011-04-26configure: support target dependent linkingMichael Walle1-3/+10
2011-04-26Merge branch 'linux-user-for-upstream' of git://gitorious.org/qemu-maemo/qemuAurelien Jarno6-31/+315
2011-04-26configure: Make epoll_create1 test work around SPARC glibc bugPeter Maydell1-1/+9
2011-04-26Merge remote-tracking branch 'stefanha/tracing' into stagingAnthony Liguori6-38/+43
2011-04-26vl: trivial spelling fixBrad Hards1-1/+1
2011-04-26trace: [trace-events] fix print formats in some eventsLluís1-2/+2
2011-04-26trace: [ust] fix generation of 'trace.c' on events without argsLluís1-3/+4
2011-04-26docs/tracing.txt: minor documentation fixesLluís1-9/+9
2011-04-26docs: Trace events must not expect pointer dereferencingStefan Hajnoczi1-0/+5
2011-04-26trace: Remove %s in grlib trace eventsStefan Hajnoczi4-23/+22
2011-04-26tracetool: allow ) in trace output stringPaolo Bonzini1-1/+1
2011-04-26linux-user: untie syscalls from UID16Riku Voipio3-17/+43
2011-04-26linux-user: add s390x to llseek listAlexander Graf1-1/+2
2011-04-26linux-user: add ioctl(SIOCGIWNAME, ...) support.Laurent Vivier3-1/+5
2011-04-26linux-user: convert ioctl(SIOCGIFCONF, ...) result.Laurent Vivier2-2/+97
2011-04-26linux-user: improve tracesLaurent Vivier2-6/+167
2011-04-26[v2] linux-user: bigger default stackRiku Voipio1-5/+2
2011-04-25doc: fix slirp descriptionBrad Hards1-2/+2
2011-04-25rtl8139: add format attribute to DPRINTFBenjamin Poirier1-3/+6