aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-08-05sdl: Dynamically grab input in absolute mouse modeJan Kiszka1-6/+37
2011-08-05sdl: Fix cursor handling when switching consoles in absolute mouse modeJan Kiszka1-3/+10
2011-08-05sdl: Never release input while in full screen modeJan Kiszka1-3/+4
2011-08-05sdl: Consistently avoid grabbing input for text consolesJan Kiszka1-3/+6
2011-08-05sdl: Initialize gui_fullscreen earlier during setupJan Kiszka1-4/+5
2011-08-05sdl: Drop bogus gui_fullscreen_initial_grabJan Kiszka1-3/+1
2011-08-05sdl: Restore scaling mode on return from full screenJan Kiszka1-15/+33
2011-08-05sdl: Fix full screen toggling from scaled modeJan Kiszka1-1/+2
2011-08-05sdl: Properly mark modifier+u as hotkeyJan Kiszka1-0/+1
2011-08-05sdl: Avoid redundant scaling deactivationJan Kiszka1-4/+6
2011-08-05sdl: Do not make full screen mode resizableJan Kiszka1-2/+5
2011-08-05sdl: Fix termination in -no-shutdown modeJan Kiszka1-1/+3
2011-08-05Check fread() results to avoid gcc 4.6 warningsDavid Gibson1-0/+13
2011-08-05MAINTAINERS: add entry for XenStefano Stabellini1-0/+10
2011-08-05Remove #ifdef KVM_CAP_TSC_CONTROLMarcelo Tosatti1-2/+0
2011-08-05qemu-x86: Set tsc_khz in kvm when supportedJoerg Roedel1-1/+17
2011-08-05qemu-x86: Add tsc_freq option to -cpuJoerg Roedel2-0/+14
2011-08-05qemu: Add strtosz_suffix_unit functionJoerg Roedel2-5/+13
2011-08-05kvm: Drop obsolete KVM_IOEVENTFD #ifdefsJan Kiszka1-8/+0
2011-08-05kvmclock: Fix feature detectionJan Kiszka1-5/+2
2011-08-05qcow2: Fix L1 table size after bdrv_snapshot_gotoKevin Wolf1-5/+11
2011-08-05slirp: Only start packet expiration for delayed onesJan Kiszka2-3/+3
2011-08-05slirp: Read current time only once per if_start callJan Kiszka1-4/+1
2011-08-05slirp: Fix types of IP address parametersJan Kiszka2-10/+10
2011-08-05Merge branch 'master' of git://git.qemu.org/qemumalc326-4173/+10298
2011-08-04Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori10-31/+79
2011-08-04Merge remote-tracking branch 'alon/pull-libcacard.data' into stagingAnthony Liguori1-3/+2
2011-08-04Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori3-4/+3
2011-08-04Merge remote-tracking branch 'spice/spice.v40' into stagingAnthony Liguori5-69/+528
2011-08-04Merge remote-tracking branch 'kiszka/queues/slirp' into stagingAnthony Liguori10-98/+241
2011-08-04Merge remote-tracking branch 'kraxel/usb.22' into stagingAnthony Liguori27-859/+1088
2011-08-04Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori35-667/+1721
2011-08-04guest agent: add --enable-guest-agent config optionMichael Roth1-13/+27
2011-08-04Add support for finding libpng via pkg-config.Brad1-0/+6
2011-08-04alpha-softmmu: Disable for the 0.15 release branch.Richard Henderson1-1/+0
2011-08-04configure: Fix bad shell expression for non-Linux hostsStefan Weil1-4/+4
2011-08-04virtio-balloon: Unregister savevm section on device unplugAmit Shah1-0/+4
2011-08-04virtio-balloon: Add exit handler, fix memleaksAmit Shah3-1/+16
2011-08-04balloon: Reject negative balloon valuesAmit Shah1-1/+7
2011-08-04virtio-balloon: Check if balloon registration failedAmit Shah2-1/+11
2011-08-04balloon: Don't allow multiple balloon handler registrationsAmit Shah2-4/+12
2011-08-04virtio-balloon: Fix header comment; add CopyrightAmit Shah1-1/+3
2011-08-04balloon: Fix header comment; add CopyrightAmit Shah1-2/+3
2011-08-04balloon: Separate out stat and balloon handlingAmit Shah3-15/+17
2011-08-04virtio-balloon: Separate status handling into separate functionAmit Shah1-20/+31
2011-08-04balloon: Simplify code flowAmit Shah1-9/+7
2011-08-04balloon: Add braces around if statementsAmit Shah1-3/+4
2011-08-04balloon: Make functions, local vars staticAmit Shah2-15/+11
2011-08-04bluetooth: kill dummy usb device, use hid code directly.Gerd Hoffmann1-40/+22
2011-08-04hid: move idle+protocol from usb-hid to hid too.Gerd Hoffmann3-23/+25