summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hw/char: QOM'ify sclpconsole.cxiaoqiang zhao2016-05-171-4/+8
* hw/char: QOM'ify sclpconsole-lm.cxiaoqiang zhao2016-05-171-5/+9
* s390x/ipl: Remove redundant usage of gr7Alexander Yarygin2016-05-171-27/+6Star
* s390-ccw.img: rebuild imageCornelia Huck2016-05-171-0/+0
* pc-bios/s390-ccw: Get device address via diag 308/6Alexander Yarygin2016-05-174-13/+95
* s390x/ipl: Add ssid field to IplParameterBlockAlexander Yarygin2016-05-173-1/+4
* s390x/ipl: Provide ipl parameter blockAlexander Yarygin2016-05-172-0/+8
* s390x/ipl: Add type and length checks for IplParameterBlock valuesAlexander Yarygin2016-05-172-2/+36
* s390x/ipl: Extend the IplParameterBlock structAlexander Yarygin2016-05-174-10/+90
* s390x: enable runtime instrumentationFan Zhang2016-05-175-0/+75
* s390x: add compat machine for 2.7Cornelia Huck2016-05-172-1/+23
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2016-05-171-1/+1
|\
| * rfifolock: no need to get thread identifier when nestingChanglong Xie2016-05-171-1/+1
* | Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into sta...Peter Maydell2016-05-176-173/+0Star
|\ \ | |/ |/|
| * slirp: Clean up osdep.h related header inclusionsThomas Huth2016-05-163-3/+0Star
| * slirp: Remove some unused code from slirp.hThomas Huth2016-05-161-22/+0Star
| * slirp: Remove obsolete backward-compatibility cruftThomas Huth2016-05-163-61/+0Star
| * slirp: Clean up slirp_config.hThomas Huth2016-05-161-87/+0Star
|/
* Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160513-1' into st...Peter Maydell2016-05-137-55/+178
|\
| * gtk: don't leak the GtkBorder with VTE 0.36Alberto Garcia2016-05-131-10/+13
| * gtk: update grab code for gtk 3.20Gerd Hoffmann2016-05-121-6/+43
| * spice: fix coverity complainsGonglei2016-05-121-3/+1Star
| * egl-helpers: fix possible resource leakGonglei2016-05-121-6/+3Star
| * Changed malloc to g_malloc, free to g_free in ui/shader.cMd Haris Iqbal2016-05-121-4/+4
| * spice/gl: add & use qemu_spice_gl_monitor_configGerd Hoffmann2016-05-122-0/+31
| * ui/gtk: copy to clipboard supportMichael S. Tsirkin2016-05-121-0/+18
| * ui: gtk: Fix some deprecation warningsCole Robinson2016-05-111-7/+13
| * ui: gtk: Fix a runtime warning on vte >= 0.37Cole Robinson2016-05-111-1/+12
| * configure: support vte-2.91Cole Robinson2016-05-111-6/+11
| * configure: report SDL versionCole Robinson2016-05-111-4/+4
| * configure: report GTK versionCole Robinson2016-05-111-1/+2
| * configure: add echo_version helperCole Robinson2016-05-111-10/+8Star
| * configure: error on unknown --with-sdlabi valueCole Robinson2016-05-111-1/+3
| * configure: build SDL if only SDL2 availableCole Robinson2016-05-111-1/+11
| * ui: sdl2: Release grab before opening console windowCole Robinson2016-05-111-0/+4
| * ui: gtk: fix crash when terminal inner-border is NULLCole Robinson2016-05-111-4/+6
* | Merge remote-tracking branch 'remotes/lalrae/tags/mips-20160513' into stagingPeter Maydell2016-05-132-8/+12
|\ \
| * | hw/display: QOM'ify jazz_led.cxiaoqiang.zhao2016-05-131-7/+11
| * | target-mips: fix call to memset in soft reset codeAurelien Jarno2016-05-121-1/+1
* | | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20160512' into stagingPeter Maydell2016-05-1359-656/+917
|\ \ \
| * | | cpu-exec: Clean up 'interrupt_request' reloading in cpu_handle_interrupt()Sergey Fedorov2016-05-131-3/+4
| * | | cpu-exec: Remove unused 'x86_cpu' and 'env' from cpu_exec()Sergey Fedorov2016-05-131-12/+0Star
| * | | cpu-exec: Move TB execution stuff out of cpu_exec()Sergey Fedorov2016-05-131-55/+64
| * | | cpu-exec: Move interrupt handling out of cpu_exec()Sergey Fedorov2016-05-131-62/+70
| * | | cpu-exec: Move exception handling out of cpu_exec()Sergey Fedorov2016-05-131-41/+52
| * | | cpu-exec: Move halt handling out of cpu_exec()Sergey Fedorov2016-05-131-14/+24
| * | | cpu-exec: Remove relic orphaned commentSergey Fedorov2016-05-131-2/+0Star
| * | | tcg: Remove needless CPUState::current_tbSergey Fedorov2016-05-137-41/+2Star
| * | | cpu-exec: Move TB chaining into tb_find_fast()Sergey Fedorov2016-05-131-16/+19
| * | | tcg: Rework tb_invalidated_flagSergey Fedorov2016-05-134-16/+14Star