index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/char: QOM'ify sclpconsole.c
xiaoqiang zhao
2016-05-17
1
-4
/
+8
*
hw/char: QOM'ify sclpconsole-lm.c
xiaoqiang zhao
2016-05-17
1
-5
/
+9
*
s390x/ipl: Remove redundant usage of gr7
Alexander Yarygin
2016-05-17
1
-27
/
+6
*
s390-ccw.img: rebuild image
Cornelia Huck
2016-05-17
1
-0
/
+0
*
pc-bios/s390-ccw: Get device address via diag 308/6
Alexander Yarygin
2016-05-17
4
-13
/
+95
*
s390x/ipl: Add ssid field to IplParameterBlock
Alexander Yarygin
2016-05-17
3
-1
/
+4
*
s390x/ipl: Provide ipl parameter block
Alexander Yarygin
2016-05-17
2
-0
/
+8
*
s390x/ipl: Add type and length checks for IplParameterBlock values
Alexander Yarygin
2016-05-17
2
-2
/
+36
*
s390x/ipl: Extend the IplParameterBlock struct
Alexander Yarygin
2016-05-17
4
-10
/
+90
*
s390x: enable runtime instrumentation
Fan Zhang
2016-05-17
5
-0
/
+75
*
s390x: add compat machine for 2.7
Cornelia Huck
2016-05-17
2
-1
/
+23
*
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2016-05-17
1
-1
/
+1
|
\
|
*
rfifolock: no need to get thread identifier when nesting
Changlong Xie
2016-05-17
1
-1
/
+1
*
|
Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into sta...
Peter Maydell
2016-05-17
6
-173
/
+0
|
\
\
|
|
/
|
/
|
|
*
slirp: Clean up osdep.h related header inclusions
Thomas Huth
2016-05-16
3
-3
/
+0
|
*
slirp: Remove some unused code from slirp.h
Thomas Huth
2016-05-16
1
-22
/
+0
|
*
slirp: Remove obsolete backward-compatibility cruft
Thomas Huth
2016-05-16
3
-61
/
+0
|
*
slirp: Clean up slirp_config.h
Thomas Huth
2016-05-16
1
-87
/
+0
|
/
*
Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160513-1' into st...
Peter Maydell
2016-05-13
7
-55
/
+178
|
\
|
*
gtk: don't leak the GtkBorder with VTE 0.36
Alberto Garcia
2016-05-13
1
-10
/
+13
|
*
gtk: update grab code for gtk 3.20
Gerd Hoffmann
2016-05-12
1
-6
/
+43
|
*
spice: fix coverity complains
Gonglei
2016-05-12
1
-3
/
+1
|
*
egl-helpers: fix possible resource leak
Gonglei
2016-05-12
1
-6
/
+3
|
*
Changed malloc to g_malloc, free to g_free in ui/shader.c
Md Haris Iqbal
2016-05-12
1
-4
/
+4
|
*
spice/gl: add & use qemu_spice_gl_monitor_config
Gerd Hoffmann
2016-05-12
2
-0
/
+31
|
*
ui/gtk: copy to clipboard support
Michael S. Tsirkin
2016-05-12
1
-0
/
+18
|
*
ui: gtk: Fix some deprecation warnings
Cole Robinson
2016-05-11
1
-7
/
+13
|
*
ui: gtk: Fix a runtime warning on vte >= 0.37
Cole Robinson
2016-05-11
1
-1
/
+12
|
*
configure: support vte-2.91
Cole Robinson
2016-05-11
1
-6
/
+11
|
*
configure: report SDL version
Cole Robinson
2016-05-11
1
-4
/
+4
|
*
configure: report GTK version
Cole Robinson
2016-05-11
1
-1
/
+2
|
*
configure: add echo_version helper
Cole Robinson
2016-05-11
1
-10
/
+8
|
*
configure: error on unknown --with-sdlabi value
Cole Robinson
2016-05-11
1
-1
/
+3
|
*
configure: build SDL if only SDL2 available
Cole Robinson
2016-05-11
1
-1
/
+11
|
*
ui: sdl2: Release grab before opening console window
Cole Robinson
2016-05-11
1
-0
/
+4
|
*
ui: gtk: fix crash when terminal inner-border is NULL
Cole Robinson
2016-05-11
1
-4
/
+6
*
|
Merge remote-tracking branch 'remotes/lalrae/tags/mips-20160513' into staging
Peter Maydell
2016-05-13
2
-8
/
+12
|
\
\
|
*
|
hw/display: QOM'ify jazz_led.c
xiaoqiang.zhao
2016-05-13
1
-7
/
+11
|
*
|
target-mips: fix call to memset in soft reset code
Aurelien Jarno
2016-05-12
1
-1
/
+1
*
|
|
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20160512' into staging
Peter Maydell
2016-05-13
59
-656
/
+917
|
\
\
\
|
*
|
|
cpu-exec: Clean up 'interrupt_request' reloading in cpu_handle_interrupt()
Sergey Fedorov
2016-05-13
1
-3
/
+4
|
*
|
|
cpu-exec: Remove unused 'x86_cpu' and 'env' from cpu_exec()
Sergey Fedorov
2016-05-13
1
-12
/
+0
|
*
|
|
cpu-exec: Move TB execution stuff out of cpu_exec()
Sergey Fedorov
2016-05-13
1
-55
/
+64
|
*
|
|
cpu-exec: Move interrupt handling out of cpu_exec()
Sergey Fedorov
2016-05-13
1
-62
/
+70
|
*
|
|
cpu-exec: Move exception handling out of cpu_exec()
Sergey Fedorov
2016-05-13
1
-41
/
+52
|
*
|
|
cpu-exec: Move halt handling out of cpu_exec()
Sergey Fedorov
2016-05-13
1
-14
/
+24
|
*
|
|
cpu-exec: Remove relic orphaned comment
Sergey Fedorov
2016-05-13
1
-2
/
+0
|
*
|
|
tcg: Remove needless CPUState::current_tb
Sergey Fedorov
2016-05-13
7
-41
/
+2
|
*
|
|
cpu-exec: Move TB chaining into tb_find_fast()
Sergey Fedorov
2016-05-13
1
-16
/
+19
|
*
|
|
tcg: Rework tb_invalidated_flag
Sergey Fedorov
2016-05-13
4
-16
/
+14
[next]