index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-08-05
sdl: Dynamically grab input in absolute mouse mode
Jan Kiszka
1
-6
/
+37
2011-08-05
sdl: Fix cursor handling when switching consoles in absolute mouse mode
Jan Kiszka
1
-3
/
+10
2011-08-05
sdl: Never release input while in full screen mode
Jan Kiszka
1
-3
/
+4
2011-08-05
sdl: Consistently avoid grabbing input for text consoles
Jan Kiszka
1
-3
/
+6
2011-08-05
sdl: Initialize gui_fullscreen earlier during setup
Jan Kiszka
1
-4
/
+5
2011-08-05
sdl: Drop bogus gui_fullscreen_initial_grab
Jan Kiszka
1
-3
/
+1
2011-08-05
sdl: Restore scaling mode on return from full screen
Jan Kiszka
1
-15
/
+33
2011-08-05
sdl: Fix full screen toggling from scaled mode
Jan Kiszka
1
-1
/
+2
2011-08-05
sdl: Properly mark modifier+u as hotkey
Jan Kiszka
1
-0
/
+1
2011-08-05
sdl: Avoid redundant scaling deactivation
Jan Kiszka
1
-4
/
+6
2011-08-05
sdl: Do not make full screen mode resizable
Jan Kiszka
1
-2
/
+5
2011-08-05
sdl: Fix termination in -no-shutdown mode
Jan Kiszka
1
-1
/
+3
2011-08-05
Check fread() results to avoid gcc 4.6 warnings
David Gibson
1
-0
/
+13
2011-08-05
MAINTAINERS: add entry for Xen
Stefano Stabellini
1
-0
/
+10
2011-08-05
Remove #ifdef KVM_CAP_TSC_CONTROL
Marcelo Tosatti
1
-2
/
+0
2011-08-05
qemu-x86: Set tsc_khz in kvm when supported
Joerg Roedel
1
-1
/
+17
2011-08-05
qemu-x86: Add tsc_freq option to -cpu
Joerg Roedel
2
-0
/
+14
2011-08-05
qemu: Add strtosz_suffix_unit function
Joerg Roedel
2
-5
/
+13
2011-08-05
kvm: Drop obsolete KVM_IOEVENTFD #ifdefs
Jan Kiszka
1
-8
/
+0
2011-08-05
kvmclock: Fix feature detection
Jan Kiszka
1
-5
/
+2
2011-08-05
qcow2: Fix L1 table size after bdrv_snapshot_goto
Kevin Wolf
1
-5
/
+11
2011-08-05
slirp: Only start packet expiration for delayed ones
Jan Kiszka
2
-3
/
+3
2011-08-05
slirp: Read current time only once per if_start call
Jan Kiszka
1
-4
/
+1
2011-08-05
slirp: Fix types of IP address parameters
Jan Kiszka
2
-10
/
+10
2011-08-05
Merge branch 'master' of git://git.qemu.org/qemu
malc
326
-4173
/
+10298
2011-08-04
Merge remote-tracking branch 'mst/for_anthony' into staging
Anthony Liguori
10
-31
/
+79
2011-08-04
Merge remote-tracking branch 'alon/pull-libcacard.data' into staging
Anthony Liguori
1
-3
/
+2
2011-08-04
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
3
-4
/
+3
2011-08-04
Merge remote-tracking branch 'spice/spice.v40' into staging
Anthony Liguori
5
-69
/
+528
2011-08-04
Merge remote-tracking branch 'kiszka/queues/slirp' into staging
Anthony Liguori
10
-98
/
+241
2011-08-04
Merge remote-tracking branch 'kraxel/usb.22' into staging
Anthony Liguori
27
-859
/
+1088
2011-08-04
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
35
-667
/
+1721
2011-08-04
guest agent: add --enable-guest-agent config option
Michael Roth
1
-13
/
+27
2011-08-04
Add support for finding libpng via pkg-config.
Brad
1
-0
/
+6
2011-08-04
alpha-softmmu: Disable for the 0.15 release branch.
Richard Henderson
1
-1
/
+0
2011-08-04
configure: Fix bad shell expression for non-Linux hosts
Stefan Weil
1
-4
/
+4
2011-08-04
virtio-balloon: Unregister savevm section on device unplug
Amit Shah
1
-0
/
+4
2011-08-04
virtio-balloon: Add exit handler, fix memleaks
Amit Shah
3
-1
/
+16
2011-08-04
balloon: Reject negative balloon values
Amit Shah
1
-1
/
+7
2011-08-04
virtio-balloon: Check if balloon registration failed
Amit Shah
2
-1
/
+11
2011-08-04
balloon: Don't allow multiple balloon handler registrations
Amit Shah
2
-4
/
+12
2011-08-04
virtio-balloon: Fix header comment; add Copyright
Amit Shah
1
-1
/
+3
2011-08-04
balloon: Fix header comment; add Copyright
Amit Shah
1
-2
/
+3
2011-08-04
balloon: Separate out stat and balloon handling
Amit Shah
3
-15
/
+17
2011-08-04
virtio-balloon: Separate status handling into separate function
Amit Shah
1
-20
/
+31
2011-08-04
balloon: Simplify code flow
Amit Shah
1
-9
/
+7
2011-08-04
balloon: Add braces around if statements
Amit Shah
1
-3
/
+4
2011-08-04
balloon: Make functions, local vars static
Amit Shah
2
-15
/
+11
2011-08-04
bluetooth: kill dummy usb device, use hid code directly.
Gerd Hoffmann
1
-40
/
+22
2011-08-04
hid: move idle+protocol from usb-hid to hid too.
Gerd Hoffmann
3
-23
/
+25
[prev]
[next]