aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-02-22console/opengl: split up dpy_gl_cursor opsGerd Hoffmann3-14/+34
2018-02-22sdl2: fix hotkey keyupGerd Hoffmann1-11/+3
2018-02-22Update OpenBIOS images to 54d959d9 built from submodule.Mark Cave-Ayland4-0/+0
2018-02-21fpu/softfloat: re-factor sqrtAlex Bennée2-111/+97
2018-02-21fpu/softfloat: re-factor compareAlex Bennée2-54/+82
2018-02-21fpu/softfloat: re-factor minmaxAlex Bennée2-107/+126
2018-02-21fpu/softfloat: re-factor scalbnAlex Bennée2-73/+34
2018-02-21fpu/softfloat: re-factor int/uint to floatAlex Bennée2-180/+172
2018-02-21fpu/softfloat: re-factor float to int/uintAlex Bennée2-755/+193
2018-02-21fpu/softfloat: re-factor round_to_intAlex Bennée2-174/+146
2018-02-21fpu/softfloat: re-factor muladdAlex Bennée3-575/+272
2018-02-21fpu/softfloat: re-factor divAlex Bennée3-148/+137
2018-02-21fpu/softfloat: re-factor mulAlex Bennée2-128/+82
2018-02-21fpu/softfloat: re-factor add/subAlex Bennée2-427/+469
2018-02-21fpu/softfloat: define decompose structuresAlex Bennée1-1/+85
2018-02-21fpu/softfloat: move the extract functions to the top of the fileAlex Bennée1-66/+54
2018-02-21fpu/softfloat: improve comments on ARM NaN propagationAlex Bennée1-2/+3
2018-02-21include/fpu/softfloat: add some float16 constantsAlex Bennée1-3/+5
2018-02-21include/fpu/softfloat: implement float16_set_sign helperAlex Bennée1-0/+5
2018-02-21include/fpu/softfloat: implement float16_chs helperAlex Bennée1-0/+9
2018-02-21include/fpu/softfloat: implement float16_abs helperAlex Bennée1-0/+7
2018-02-21target/*/cpu.h: remove softfloat.hAlex Bennée45-79/+93
2018-02-21fpu/softfloat-types: new header to prevent excessive re-buildsAlex Bennée3-31/+117
2018-02-21include/fpu/softfloat: remove USE_SOFTFLOAT_STRUCT_TYPESAlex Bennée1-27/+0
2018-02-21fpu/softfloat: implement float16_squash_input_denormalAlex Bennée2-0/+16
2018-02-20Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180220-pull-request' i...Peter Maydell10-117/+196
2018-02-20Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell3-6/+6
2018-02-20ui: Reorder vte terminal packing to avoid gtk3 warningsJan Kiszka1-2/+2
2018-02-20vl: drop display_type variableGerd Hoffmann2-42/+17
2018-02-20vl: drop request_opengl variableGerd Hoffmann1-7/+1
2018-02-20vl: drop full_screen variableGerd Hoffmann1-2/+0
2018-02-20cocoa: use DisplayOptionsGerd Hoffmann4-7/+10
2018-02-20curses: use DisplayOptionsGerd Hoffmann4-6/+9
2018-02-20egl-headless: use DisplayOptionsGerd Hoffmann4-5/+7
2018-02-20vl: drop no_quit variableGerd Hoffmann1-5/+2
2018-02-20sdl: use DisplayOptionsGerd Hoffmann5-28/+50
2018-02-20gtk: add and use DisplayOptions + DisplayGTKGerd Hoffmann4-24/+98
2018-02-20vl: rename DisplayType to LegacyDisplayTypeGerd Hoffmann1-5/+5
2018-02-20vl: deprecate -no-frameGerd Hoffmann2-0/+11
2018-02-20Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-2.12-pull-r...Peter Maydell23-8/+42
2018-02-199p: fix leak in synth_name_to_path()Marc-André Lureau1-0/+1
2018-02-199p: v9fs_path_copy() readabilityMarc-André Lureau2-6/+5
2018-02-19Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell4-11/+13
2018-02-19trace: avoid SystemTap "char const" warningsStefan Hajnoczi2-8/+8
2018-02-19tracetool: For ust trace bool type as ctf_integerJon Emil Jahren1-1/+2
2018-02-19tracetool: Update argument format regex to non-greedy starJon Emil Jahren1-2/+3
2018-02-19Merge remote-tracking branch 'remotes/marcel/tags/rdma-pull-request' into sta...Peter Maydell43-54/+5570
2018-02-19MAINTAINERS: add entry for hw/rdmaMarcel Apfelbaum1-0/+8
2018-02-19hw/rdma: Implementation of PVRDMA deviceYuval Shaia5-1/+680
2018-02-19hw/rdma: PVRDMA commands and data-path opsYuval Shaia7-0/+1243