aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-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
2018-02-19hw/rdma: Implementation of generic rdma device layersYuval Shaia8-5/+1541
2018-02-19hw/rdma: Definitions for rdma device and rdma resource managerYuval Shaia2-0/+166
2018-02-19hw/rdma: Add wrappers and macrosYuval Shaia4-0/+98
2018-02-19include/standard-headers: add pvrdma related headersMarcel Apfelbaum4-0/+1457
2018-02-19scripts/update-linux-headers: import pvrdma headersMarcel Apfelbaum1-0/+30
2018-02-19docs: add pvrdma device documentation.Marcel Apfelbaum1-0/+255
2018-02-19mem: add share parameter to memory-backend-ramMarcel Apfelbaum14-50/+94
2018-02-19Merge remote-tracking branch 'remotes/cohuck/tags/stable-doc-20180219' into s...Peter Maydell1-0/+69
2018-02-19docs: document our stable processCornelia Huck1-0/+69
2018-02-16Merge remote-tracking branch 'remotes/dgilbert/tags/pull-hmp-20180216' into s...Peter Maydell3-18/+4
2018-02-16cuda.h: Fix multiple typedefDr. David Alan Gilbert1-2/+2
2018-02-16monitor.c: Fix infinite loop in monitor's auto-completeDr. David Alan Gilbert1-2/+4
2018-02-16monitor: Remove legacy "-mon default=on" parameterThomas Huth3-16/+0
2018-02-16Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180216-pull-request' i...Peter Maydell6-33/+53
2018-02-16Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.12-20180216' int...Peter Maydell22-978/+1960
2018-02-16Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20180214a'...Peter Maydell13-122/+388
2018-02-16ui: extend VNC trottling tracing to SASL codepathsDaniel P. Berrangé1-0/+11
2018-02-16ui: check VNC audio frequency limit at time of reading from clientDaniel P. Berrangé1-9/+13
2018-02-16ui: avoid 'local_err' variable shadowing in VNC SASL authDaniel P. Berrangé1-2/+0
2018-02-16ui: avoid risk of 32-bit int overflow in VNC buffer checkDaniel P. Berrangé1-2/+2
2018-02-16sdl2: fix mouse grabGerd Hoffmann1-0/+1
2018-02-16sdl: restore optimized redrawAnatoly Trosinenko1-16/+7
2018-02-16vnc: fix segfault in closed connection handlingKlim Kireev2-3/+18
2018-02-16vnc: add qapi/error.h include to stubsGerd Hoffmann1-0/+1
2018-02-16vnc: remove bogus object_unref on client socketDaniel P. Berrangé1-1/+0
2018-02-16Merge remote-tracking branch 'remotes/berrange/tags/qio-next-pull-request' in...Peter Maydell7-17/+48
2018-02-16tests/boot-serial-test: Fix problem with timeout due to dropped charactersThomas Huth1-2/+2
2018-02-16ppc4xx: Add device models found in PPC440 core SoCsBALATON Zoltan3-1/+1186
2018-02-16ppc/spapr-caps: Disallow setting workaround for spapr-cap-ibsSuraj Jitindar Singh1-2/+4
2018-02-16target/ppc: convert to TranslatorOpsEmilio G. Cota1-162/+167
2018-02-16target/ppc: convert to DisasContextBaseEmilio G. Cota3-86/+91
2018-02-16spapr: consolidate the VCPU id numbering logic in a single placeGreg Kurz1-7/+23
2018-02-16spapr: rename spapr_vcpu_id() to spapr_get_vcpu_id()Greg Kurz2-9/+9
2018-02-16spapr: move VCPU calculation to core machine codeGreg Kurz3-7/+22