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
2014-04-29
iotests: Discarding compressed clusters on qcow2
Max Reitz
3
-0
/
+74
2014-04-29
qcow2: Fix discard
Max Reitz
1
-8
/
+18
2014-04-29
block: qemu-iotests: make test 019 and 086 work with spaced pathnames
Jeff Cody
2
-5
/
+5
2014-04-29
block: qemu-iotests - fix image cleanup when using spaced pathnames
Jeff Cody
1
-2
/
+2
2014-04-29
Merge remote-tracking branch 'remotes/rth/tags/tcg-sparc-pull-20140428' into ...
Peter Maydell
15
-529
/
+498
2014-04-29
mirror: Check for bdrv_get_info result
Fam Zheng
1
-1
/
+4
2014-04-29
mirror: Fix resource leak when bdrv_getlength fails
Fam Zheng
1
-2
/
+2
2014-04-29
block: Ignore duplicate or NULL format_name in bdrv_iterate_format
Jeff Cody
1
-1
/
+16
2014-04-29
sdl2: Support mouse wheel
Cole Robinson
1
-18
/
+26
2014-04-29
sdl2: add ui info setting.
Dave Airlie
1
-0
/
+7
2014-04-29
gtk: Fix accelerators being triggered twice with gtk3
Cole Robinson
1
-22
/
+0
2014-04-29
gtk: Fix -serial vc
Cole Robinson
1
-32
/
+9
2014-04-29
gtk: Use ctrl+alt+q for quit accelerator
Cole Robinson
1
-1
/
+2
2014-04-29
gtk: Remove use of deprecated stock items
Cole Robinson
1
-9
/
+7
2014-04-29
gtk: Don't use deprecated vte_terminal_get_adjustment
Cole Robinson
1
-0
/
+4
2014-04-29
gtk: Don't use deprecated gtk_image_menu_item_new_with_mnemonic
Cole Robinson
1
-2
/
+2
2014-04-29
configure: Re-run make if gtkabi/sdlabi is changed
Cole Robinson
1
-0
/
+2
2014-04-29
configure: Document --with-gtkabi
Cole Robinson
1
-0
/
+1
2014-04-29
hda-audio: fix non-mixer codecs
Gerd Hoffmann
1
-0
/
+3
2014-04-29
block: Add '--version' option to qemu-img
Jeff Cody
1
-4
/
+11
2014-04-28
tcg-sparc: Accept stores of zero
Richard Henderson
1
-2
/
+2
2014-04-28
tcg-sparc: Fix small 32-bit movi
Richard Henderson
1
-0
/
+5
2014-04-28
tcg-sparc: Fixup function argument types
Richard Henderson
1
-66
/
+51
2014-04-28
tcg-sparc: Hoist common argument loads in tcg_out_op
Richard Henderson
1
-63
/
+60
2014-04-28
tcg-sparc: Don't handle mov/movi in tcg_out_op
Richard Henderson
1
-7
/
+6
2014-04-28
tcg-sparc: Tidy check_fit_* tests
Richard Henderson
1
-15
/
+20
2014-04-28
tcg-sparc: Implement muls2_i32
Richard Henderson
2
-4
/
+16
2014-04-28
tcg-sparc: Use the RETURN instruction
Richard Henderson
1
-4
/
+10
2014-04-28
tcg-sparc: Use 64-bit registers with sparcv8plus
Richard Henderson
3
-361
/
+258
2014-04-28
tcg-sparc: Support trunc_shr_i32
Richard Henderson
2
-1
/
+9
2014-04-28
tcg-sparc: Remove most uses of TCG_TARGET_REG_BITS
Richard Henderson
1
-33
/
+37
2014-04-28
tcg: Add INDEX_op_trunc_shr_i32
Richard Henderson
12
-16
/
+67
2014-04-28
tcg: Fix missed pointer size != TCG_TARGET_REG_BITS changes
Richard Henderson
2
-3
/
+3
2014-04-28
mirror: Use DIV_ROUND_UP
Fam Zheng
1
-1
/
+1
2014-04-28
block: fix qemu-img --help invocation
Jeff Cody
1
-2
/
+13
2014-04-28
Merge remote-tracking branch 'remotes/otubo/seccomp' into staging
Peter Maydell
1
-1
/
+6
2014-04-28
Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-04-28' in...
Peter Maydell
22
-92
/
+1155
2014-04-28
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
Peter Maydell
31
-209
/
+153
2014-04-28
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
16
-98
/
+66
2014-04-28
Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...
Peter Maydell
4
-14
/
+14
2014-04-28
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20140425' into staging
Peter Maydell
6
-78
/
+151
2014-04-28
add secondary-vga to display-vga test
Gerd Hoffmann
1
-0
/
+14
2014-04-28
add display-vga test
Gerd Hoffmann
2
-0
/
+43
2014-04-28
vga: add secondary stdvga variant
Gerd Hoffmann
3
-3
/
+75
2014-04-28
vga: allow non-global vmstate
Gerd Hoffmann
8
-10
/
+10
2014-04-28
slirp/smb: Move ncalrpc directory to tmp
Michael Buesch
1
-0
/
+2
2014-04-28
po: add proper Language: tags to .po files
Michael Tokarev
5
-5
/
+5
2014-04-28
po/Makefile: fix $SRC_PATH reference
Michael Tokarev
1
-2
/
+2
2014-04-28
init_paths: fix minor memory leak
Kirill Batuzov
1
-1
/
+3
2014-04-28
virtfs-proxy-helper: fix call to accept
Tim Comer
1
-0
/
+1
[prev]
[next]