aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-05-15block: Drop last of the sector-based aio callbacksEric Blake2-54/+36
2018-05-15vxhs: Switch to byte-based callbacksEric Blake1-21/+22
2018-05-15rbd: Switch to byte-based callbacksEric Blake1-18/+22
2018-05-15null: Switch to byte-based read/writeEric Blake1-22/+23
2018-05-15file-win32: Switch to byte-based callbacksEric Blake3-22/+32
2018-05-15block: Support byte-based aio callbacksEric Blake2-9/+35
2018-05-15block-backend: simplify blk_get_aio_contextDaniel Henrique Barboza1-7/+1
2018-05-15Merge remote-tracking branch 'remotes/kraxel/tags/input-20180515-pull-request...Peter Maydell2-29/+111
2018-05-15Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180515-pull-request' i...Peter Maydell7-92/+168
2018-05-15Merge remote-tracking branch 'remotes/rth/tags/tgt-openrisc-pull-request' int...Peter Maydell5-1151/+1050
2018-05-15ps2: Fix mouse stream corruption due to lost dataGeoffrey McRae2-29/+100
2018-05-15ps2: Clear the PS/2 queue and obey disableGeoffrey McRae1-0/+11
2018-05-15Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-2.13-pull-r...Peter Maydell8-38/+343
2018-05-15gtk: disable the F10 menubar keyPeter Wu1-0/+6
2018-05-15console: use linked list for QemuConsolesGerd Hoffmann1-47/+58
2018-05-15ui: document non-qapi parser cases.Gerd Hoffmann1-0/+14
2018-05-15ui: switch gtk display to qapi parserGerd Hoffmann2-33/+5
2018-05-15ui: switch trivial displays to qapi parserGerd Hoffmann1-6/+0
2018-05-15ui: add qapi parser for -displayGerd Hoffmann1-2/+22
2018-05-15vnc: add magic cookie to VncStateGerd Hoffmann3-1/+16
2018-05-15ui/gtk: Only try to initialize EGL/X11 if GtkGlArea failedTomeu Vizoso1-1/+1
2018-05-15gtk: make it possible to hide the menu barPeter Wu1-1/+45
2018-05-15sdl2: move opts assignment into loopGerd Hoffmann1-1/+1
2018-05-14target/openrisc: Merge disas_openrisc_insnRichard Henderson1-9/+4
2018-05-14target/openrisc: Convert dec_floatRichard Henderson2-230/+149
2018-05-14target/openrisc: Convert dec_compiRichard Henderson2-58/+70
2018-05-14target/openrisc: Convert dec_compRichard Henderson2-62/+73
2018-05-14target/openrisc: Convert dec_MRichard Henderson2-28/+16
2018-05-14target/openrisc: Convert dec_logicRichard Henderson2-36/+32
2018-05-14target/openrisc: Convert dec_macRichard Henderson2-33/+27
2018-05-14target/openrisc: Convert dec_calcRichard Henderson2-169/+229
2018-05-14target/openrisc: Convert remainder of dec_misc insnsRichard Henderson2-153/+141
2018-05-14target/openrisc: Convert memory insnsRichard Henderson2-139/+160
2018-05-14target/openrisc: Convert branch insnsRichard Henderson2-78/+84
2018-05-14target/openrisc: Start conversion to decodetree.pyRichard Henderson3-43/+78
2018-05-14target-openrisc: Write back result before FPE exceptionRichard Henderson3-252/+126
2018-05-14Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.13-pull-request'...Peter Maydell1-0/+1
2018-05-14Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20180514' into stagingPeter Maydell14-96/+152
2018-05-14m68k: fix floatx80_mod() (Coverity CID1390568)Laurent Vivier1-0/+1
2018-05-14Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell5-48/+202
2018-05-14target/s390x: Fix brace Werror with clang 6.0.0Richard Henderson1-1/+1
2018-05-14s390x: refactor reset/reipl handlingDavid Hildenbrand8-80/+127
2018-05-14s390x/ccw: make sure all ccw devices are properly resetCornelia Huck3-3/+15
2018-05-14virtio-ccw: common reset handlerCornelia Huck1-12/+1
2018-05-14pc-bios/s390-ccw: struct tpi_info must be declared as aligned(4)Thomas Huth1-1/+1
2018-05-14s390x/css: disabled subchannels cannot be status pendingCornelia Huck1-0/+8
2018-05-14Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell11-161/+58
2018-05-14Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell1-0/+2
2018-05-14linux-user: correctly align types in thunking codeLaurent Vivier1-5/+17
2018-05-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell51-621/+1029