Age | Commit message (Expand) | Author |
2018-02-22 | scripts: Add decodetree.py | Richard Henderson |
2018-02-22 | Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-signed' int... | Peter Maydell |
2018-02-22 | Merge remote-tracking branch 'remotes/stsquad/tags/pull-softfloat-refactor-21... | Peter Maydell |
2018-02-22 | Update OpenBIOS images to 54d959d9 built from submodule. | Mark Cave-Ayland |
2018-02-21 | fpu/softfloat: re-factor sqrt | Alex Bennée |
2018-02-21 | fpu/softfloat: re-factor compare | Alex Bennée |
2018-02-21 | fpu/softfloat: re-factor minmax | Alex Bennée |
2018-02-21 | fpu/softfloat: re-factor scalbn | Alex Bennée |
2018-02-21 | fpu/softfloat: re-factor int/uint to float | Alex Bennée |
2018-02-21 | fpu/softfloat: re-factor float to int/uint | Alex Bennée |
2018-02-21 | fpu/softfloat: re-factor round_to_int | Alex Bennée |
2018-02-21 | fpu/softfloat: re-factor muladd | Alex Bennée |
2018-02-21 | fpu/softfloat: re-factor div | Alex Bennée |
2018-02-21 | fpu/softfloat: re-factor mul | Alex Bennée |
2018-02-21 | fpu/softfloat: re-factor add/sub | Alex Bennée |
2018-02-21 | fpu/softfloat: define decompose structures | Alex Bennée |
2018-02-21 | fpu/softfloat: move the extract functions to the top of the file | Alex Bennée |
2018-02-21 | fpu/softfloat: improve comments on ARM NaN propagation | Alex Bennée |
2018-02-21 | include/fpu/softfloat: add some float16 constants | Alex Bennée |
2018-02-21 | include/fpu/softfloat: implement float16_set_sign helper | Alex Bennée |
2018-02-21 | include/fpu/softfloat: implement float16_chs helper | Alex Bennée |
2018-02-21 | include/fpu/softfloat: implement float16_abs helper | Alex Bennée |
2018-02-21 | target/*/cpu.h: remove softfloat.h | Alex Bennée |
2018-02-21 | fpu/softfloat-types: new header to prevent excessive re-builds | Alex Bennée |
2018-02-21 | include/fpu/softfloat: remove USE_SOFTFLOAT_STRUCT_TYPES | Alex Bennée |
2018-02-21 | fpu/softfloat: implement float16_squash_input_denormal | Alex Bennée |
2018-02-20 | Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180220-pull-request' i... | Peter Maydell |
2018-02-20 | Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into staging | Peter Maydell |
2018-02-20 | ui: Reorder vte terminal packing to avoid gtk3 warnings | Jan Kiszka |
2018-02-20 | vl: drop display_type variable | Gerd Hoffmann |
2018-02-20 | vl: drop request_opengl variable | Gerd Hoffmann |
2018-02-20 | vl: drop full_screen variable | Gerd Hoffmann |
2018-02-20 | cocoa: use DisplayOptions | Gerd Hoffmann |
2018-02-20 | curses: use DisplayOptions | Gerd Hoffmann |
2018-02-20 | egl-headless: use DisplayOptions | Gerd Hoffmann |
2018-02-20 | vl: drop no_quit variable | Gerd Hoffmann |
2018-02-20 | sdl: use DisplayOptions | Gerd Hoffmann |
2018-02-20 | gtk: add and use DisplayOptions + DisplayGTK | Gerd Hoffmann |
2018-02-20 | vl: rename DisplayType to LegacyDisplayType | Gerd Hoffmann |
2018-02-20 | vl: deprecate -no-frame | Gerd Hoffmann |
2018-02-20 | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-2.12-pull-r... | Peter Maydell |
2018-02-19 | 9p: fix leak in synth_name_to_path() | Marc-André Lureau |
2018-02-19 | 9p: v9fs_path_copy() readability | Marc-André Lureau |
2018-02-19 | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int... | Peter Maydell |
2018-02-19 | trace: avoid SystemTap "char const" warnings | Stefan Hajnoczi |
2018-02-19 | tracetool: For ust trace bool type as ctf_integer | Jon Emil Jahren |
2018-02-19 | tracetool: Update argument format regex to non-greedy star | Jon Emil Jahren |
2018-02-19 | Merge remote-tracking branch 'remotes/marcel/tags/rdma-pull-request' into sta... | Peter Maydell |
2018-02-19 | MAINTAINERS: add entry for hw/rdma | Marcel Apfelbaum |
2018-02-19 | hw/rdma: Implementation of PVRDMA device | Yuval Shaia |