aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-08-05sdl: Never release input while in full screen modeJan Kiszka
2011-08-05sdl: Consistently avoid grabbing input for text consolesJan Kiszka
2011-08-05sdl: Initialize gui_fullscreen earlier during setupJan Kiszka
2011-08-05sdl: Drop bogus gui_fullscreen_initial_grabJan Kiszka
2011-08-05sdl: Restore scaling mode on return from full screenJan Kiszka
2011-08-05sdl: Fix full screen toggling from scaled modeJan Kiszka
2011-08-05sdl: Properly mark modifier+u as hotkeyJan Kiszka
2011-08-05sdl: Avoid redundant scaling deactivationJan Kiszka
2011-08-05sdl: Do not make full screen mode resizableJan Kiszka
2011-08-05sdl: Fix termination in -no-shutdown modeJan Kiszka
2011-08-05Check fread() results to avoid gcc 4.6 warningsDavid Gibson
2011-08-05MAINTAINERS: add entry for XenStefano Stabellini
2011-08-05qcow2: Fix L1 table size after bdrv_snapshot_gotoKevin Wolf
2011-08-04Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori
2011-08-04Merge remote-tracking branch 'alon/pull-libcacard.data' into stagingAnthony Liguori
2011-08-04Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2011-08-04Merge remote-tracking branch 'spice/spice.v40' into stagingAnthony Liguori
2011-08-04Merge remote-tracking branch 'kiszka/queues/slirp' into stagingAnthony Liguori
2011-08-04Merge remote-tracking branch 'kraxel/usb.22' into stagingAnthony Liguori
2011-08-04Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2011-08-04guest agent: add --enable-guest-agent config optionMichael Roth
2011-08-04Add support for finding libpng via pkg-config.Brad
2011-08-04alpha-softmmu: Disable for the 0.15 release branch.Richard Henderson
2011-08-04configure: Fix bad shell expression for non-Linux hostsStefan Weil
2011-08-04virtio-balloon: Unregister savevm section on device unplugAmit Shah
2011-08-04virtio-balloon: Add exit handler, fix memleaksAmit Shah
2011-08-04balloon: Reject negative balloon valuesAmit Shah
2011-08-04virtio-balloon: Check if balloon registration failedAmit Shah
2011-08-04balloon: Don't allow multiple balloon handler registrationsAmit Shah
2011-08-04virtio-balloon: Fix header comment; add CopyrightAmit Shah
2011-08-04balloon: Fix header comment; add CopyrightAmit Shah
2011-08-04balloon: Separate out stat and balloon handlingAmit Shah
2011-08-04virtio-balloon: Separate status handling into separate functionAmit Shah
2011-08-04balloon: Simplify code flowAmit Shah
2011-08-04balloon: Add braces around if statementsAmit Shah
2011-08-04balloon: Make functions, local vars staticAmit Shah
2011-08-04bluetooth: kill dummy usb device, use hid code directly.Gerd Hoffmann
2011-08-04hid: move idle+protocol from usb-hid to hid too.Gerd Hoffmann
2011-08-04usb-hid: split hid code to hw/hid.[ch]Gerd Hoffmann
2011-08-04usb-hid: add hid_has_events()Gerd Hoffmann
2011-08-04usb-hid: add event callbackGerd Hoffmann
2011-08-04usb-hid: create & use HIDStateGerd Hoffmann
2011-08-04ehci: iovec support, remove bufferGerd Hoffmann
2011-08-04uhci: remove bufferGerd Hoffmann
2011-08-04usb-storage: iovec supportGerd Hoffmann
2011-08-04usb-host: iovec supportGerd Hoffmann
2011-08-04usb-serial: iovec supportGerd Hoffmann
2011-08-04usb: use iovecs in USBPacketGerd Hoffmann
2011-08-04move QEMUSGList typedefGerd Hoffmann
2011-08-04Add iov_clear()Gerd Hoffmann