summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* include/fpu/softfloat: implement float16_abs helperAlex Bennée2018-02-211-0/+7
* target/*/cpu.h: remove softfloat.hAlex Bennée2018-02-2145-79/+93
* fpu/softfloat-types: new header to prevent excessive re-buildsAlex Bennée2018-02-213-31/+117
* include/fpu/softfloat: remove USE_SOFTFLOAT_STRUCT_TYPESAlex Bennée2018-02-211-27/+0Star
* fpu/softfloat: implement float16_squash_input_denormalAlex Bennée2018-02-212-0/+16
* Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180220-pull-request' i...Peter Maydell2018-02-2010-117/+196
|\
| * ui: Reorder vte terminal packing to avoid gtk3 warningsJan Kiszka2018-02-201-2/+2
| * vl: drop display_type variableGerd Hoffmann2018-02-202-42/+17Star
| * vl: drop request_opengl variableGerd Hoffmann2018-02-201-7/+1Star
| * vl: drop full_screen variableGerd Hoffmann2018-02-201-2/+0Star
| * cocoa: use DisplayOptionsGerd Hoffmann2018-02-204-7/+10
| * curses: use DisplayOptionsGerd Hoffmann2018-02-204-6/+9
| * egl-headless: use DisplayOptionsGerd Hoffmann2018-02-204-5/+7
| * vl: drop no_quit variableGerd Hoffmann2018-02-201-5/+2Star
| * sdl: use DisplayOptionsGerd Hoffmann2018-02-205-28/+50
| * gtk: add and use DisplayOptions + DisplayGTKGerd Hoffmann2018-02-204-24/+98
| * vl: rename DisplayType to LegacyDisplayTypeGerd Hoffmann2018-02-201-5/+5
| * vl: deprecate -no-frameGerd Hoffmann2018-02-202-0/+11
* | Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell2018-02-203-6/+6
|\ \
| * | 9p: fix leak in synth_name_to_path()Marc-André Lureau2018-02-191-0/+1
| * | 9p: v9fs_path_copy() readabilityMarc-André Lureau2018-02-192-6/+5Star
* | | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-2.12-pull-r...Peter Maydell2018-02-2023-8/+42
|\ \ \ | |_|/ |/| |
| * | linux-user: Remove THREAD macroPeter Maydell2018-02-182-4/+2Star
| * | linux-user: Fix sched_getaffinity mask sizeSamuel Thibault2018-02-181-1/+3
| * | linux-user: Fix register used for 6th and 7th syscall argument on aarch64Guido Günther2018-02-181-3/+3
| * | linux-user: Implement ioctl cmd TIOCGPTPEERAndreas Schwab2018-02-1820-0/+34
* | | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell2018-02-194-11/+13
|\ \ \ | |_|/ |/| |
| * | trace: avoid SystemTap "char const" warningsStefan Hajnoczi2018-02-192-8/+8
| * | tracetool: For ust trace bool type as ctf_integerJon Emil Jahren2018-02-191-1/+2
| * | tracetool: Update argument format regex to non-greedy starJon Emil Jahren2018-02-191-2/+3
* | | Merge remote-tracking branch 'remotes/marcel/tags/rdma-pull-request' into sta...Peter Maydell2018-02-1943-54/+5570
|\ \ \
| * | | MAINTAINERS: add entry for hw/rdmaMarcel Apfelbaum2018-02-191-0/+8
| * | | hw/rdma: Implementation of PVRDMA deviceYuval Shaia2018-02-195-1/+680
| * | | hw/rdma: PVRDMA commands and data-path opsYuval Shaia2018-02-197-0/+1243
| * | | hw/rdma: Implementation of generic rdma device layersYuval Shaia2018-02-198-5/+1541
| * | | hw/rdma: Definitions for rdma device and rdma resource managerYuval Shaia2018-02-192-0/+166
| * | | hw/rdma: Add wrappers and macrosYuval Shaia2018-02-194-0/+98
| * | | include/standard-headers: add pvrdma related headersMarcel Apfelbaum2018-02-194-0/+1457
| * | | scripts/update-linux-headers: import pvrdma headersMarcel Apfelbaum2018-02-191-0/+30
| * | | docs: add pvrdma device documentation.Marcel Apfelbaum2018-02-191-0/+255
| * | | mem: add share parameter to memory-backend-ramMarcel Apfelbaum2018-02-1914-50/+94
| |/ /
* | | Merge remote-tracking branch 'remotes/cohuck/tags/stable-doc-20180219' into s...Peter Maydell2018-02-191-0/+69
|\ \ \ | |/ / |/| |
| * | docs: document our stable processCornelia Huck2018-02-191-0/+69
|/ /
* | Merge remote-tracking branch 'remotes/dgilbert/tags/pull-hmp-20180216' into s...Peter Maydell2018-02-163-18/+4Star
|\ \ | |/ |/|
| * monitor.c: Fix infinite loop in monitor's auto-completeDr. David Alan Gilbert2018-02-161-2/+4
| * monitor: Remove legacy "-mon default=on" parameterThomas Huth2018-02-163-16/+0Star
* | cuda.h: Fix multiple typedefDr. David Alan Gilbert2018-02-161-2/+2
|/
* Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180216-pull-request' i...Peter Maydell2018-02-166-33/+53
|\
| * ui: extend VNC trottling tracing to SASL codepathsDaniel P. Berrangé2018-02-161-0/+11
| * ui: check VNC audio frequency limit at time of reading from clientDaniel P. Berrangé2018-02-161-9/+13