summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge remote-tracking branch 'remotes/kraxel/tags/ui-20210115-pull-request' i...Peter Maydell2021-01-156-28/+169
|\ \
| * | vnc: add support for extended desktop resizeGerd Hoffmann2021-01-152-1/+65
| * | vnc: move initialization to framebuffer_update_requestGerd Hoffmann2021-01-151-7/+4Star
| * | vnc: move check into vnc_cursor_defineGerd Hoffmann2021-01-151-6/+6
| * | vnc: Fix a memleak in vnc_display_connect()Alex Chen2021-01-151-0/+1
| * | ui: add support for remote power control to VNC serverDaniel P. Berrangé2021-01-153-0/+76
| * | vnc: fix unfinalized tlscreds for VncDisplayZihao Chang2021-01-151-1/+1
| * | ui/gtk: update monitor interval on egl displaysNikola Pavlica2021-01-151-0/+3
| * | ui/gtk: expose gd_monitor_update_intervalNikola Pavlica2021-01-152-1/+2
| * | ui/gtk: limit virtual console max update intervalVolker Rümelin2021-01-151-11/+11
| * | ui/gtk: rename variable window to widgetVolker Rümelin2021-01-151-3/+3
| * | ui/gtk: don't try to redefine SI prefixesVolker Rümelin2021-01-152-3/+2Star
| |/
* | Merge remote-tracking branch 'remotes/gkurz-gitlab/tags/9p-next-2021-01-15' i...Peter Maydell2021-01-151-3/+3
|\ \
| * | 9pfs: Fully restart unreclaim loop (CVE-2021-20181)Greg Kurz2021-01-151-3/+3
* | | Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-20210114' into ...Peter Maydell2021-01-1533-4433/+4757
|\ \ \ | |/ / |/| |
| * | docs/system: Remove deprecated 'fulong2e' machine aliasPhilippe Mathieu-Daudé2021-01-143-6/+5Star
| * | target/mips: Remove vendor specific CPU definitionsPhilippe Mathieu-Daudé2021-01-142-10/+7Star
| * | target/mips: Remove CPU_NANOMIPS32 definitionPhilippe Mathieu-Daudé2021-01-142-5/+2Star
| * | target/mips: Remove CPU_R5900 definitionPhilippe Mathieu-Daudé2021-01-141-1/+0Star
| * | target/mips: Convert Rel6 LL/SC opcodes to decodetreePhilippe Mathieu-Daudé2021-01-142-2/+2
| * | target/mips: Convert Rel6 LLD/SCD opcodes to decodetreePhilippe Mathieu-Daudé2021-01-142-2/+3
| * | target/mips: Convert Rel6 LDL/LDR/SDL/SDR opcodes to decodetreePhilippe Mathieu-Daudé2021-01-142-4/+8
| * | target/mips: Convert Rel6 LWLE/LWRE/SWLE/SWRE opcodes to decodetreePhilippe Mathieu-Daudé2021-01-142-4/+5
| * | target/mips: Convert Rel6 LWL/LWR/SWL/SWR opcodes to decodetreePhilippe Mathieu-Daudé2021-01-142-4/+6
| * | target/mips: Convert Rel6 CACHE/PREF opcodes to decodetreePhilippe Mathieu-Daudé2021-01-142-2/+3
| * | target/mips: Convert Rel6 COP1X opcode to decodetreePhilippe Mathieu-Daudé2021-01-142-1/+2
| * | target/mips: Convert Rel6 Special2 opcode to decodetreePhilippe Mathieu-Daudé2021-01-143-2/+9
| * | target/mips: Remove now unreachable LSA/DLSA opcodes codePhilippe Mathieu-Daudé2021-01-141-23/+5Star
| * | target/mips: Introduce decodetree helpers for Release6 LSA/DLSA opcodesPhilippe Mathieu-Daudé2021-01-146-0/+80
| * | target/mips: Introduce decodetree helpers for MSA LSA/DLSA opcodesPhilippe Mathieu-Daudé2021-01-144-0/+37
| * | target/mips: Extract LSA/DLSA translation generatorsPhilippe Mathieu-Daudé2021-01-144-32/+71
| * | target/mips: Use decode_ase_msa() generated from decodetreePhilippe Mathieu-Daudé2021-01-143-62/+11Star
| * | target/mips: Introduce decode tree bindings for MSA ASEPhilippe Mathieu-Daudé2021-01-144-0/+68
| * | target/mips: Pass TCGCond argument to MSA gen_check_zero_element()Philippe Mathieu-Daudé2021-01-141-6/+4Star
| * | target/mips: Extract MSA translation routinesPhilippe Mathieu-Daudé2021-01-143-2249/+2266
| * | target/mips: Declare gen_msa/_branch() in 'translate.h'Philippe Mathieu-Daudé2021-01-142-2/+4
| * | target/mips: Extract MSA helper definitionsPhilippe Mathieu-Daudé2021-01-142-434/+445
| * | target/mips: Extract MSA helpers from op_helper.cPhilippe Mathieu-Daudé2021-01-142-394/+393Star
| * | target/mips: Move msa_reset() to msa_helper.cPhilippe Mathieu-Daudé2021-01-144-36/+39
| * | target/mips: Explode gen_msa_branch() as gen_msa_BxZ_V/BxZ()Philippe Mathieu-Daudé2021-01-141-21/+48
| * | target/mips: Remove CPUMIPSState* argument from gen_msa*() methodsPhilippe Mathieu-Daudé2021-01-141-29/+28Star
| * | target/mips: Extract msa_translate_init() from mips_tcg_init()Philippe Mathieu-Daudé2021-01-142-13/+21
| * | target/mips: Alias MSA vector registers on FPU scalar registersPhilippe Mathieu-Daudé2021-01-141-5/+9
| * | target/mips: Remove now unused ASE_MSA definitionPhilippe Mathieu-Daudé2021-01-142-5/+4Star
| * | target/mips: Simplify MSA TCG logicPhilippe Mathieu-Daudé2021-01-141-12/+11Star
| * | target/mips: Use CP0_Config3 to set MIPS_HFLAG_MSAPhilippe Mathieu-Daudé2021-01-141-1/+1
| * | target/mips: Simplify msa_reset()Philippe Mathieu-Daudé2021-01-142-4/+5
| * | target/mips: Introduce ase_msa_available() helperPhilippe Mathieu-Daudé2021-01-144-11/+15
| * | target/mips/translate: Expose check_mips_64() to 32-bit modePhilippe Mathieu-Daudé2021-01-142-7/+3Star
| * | target/mips/translate: Extract decode_opc_legacy() from decode_opc()Philippe Mathieu-Daudé2021-01-141-20/+29