summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pixman/vnc: use pixman images in vnc.Gerd Hoffmann2012-11-017-228/+259
* pixman: switch screendump function.Gerd Hoffmann2012-11-011-28/+11
* vga: stop direct access to DisplaySurface fields.Gerd Hoffmann2012-11-011-2/+7
* qxl: stop direct access to DisplaySurface fields.Gerd Hoffmann2012-11-011-1/+1
* console: don't set PixelFormat alpha fields for 32bppGerd Hoffmann2012-11-011-3/+0
* console: make qemu_alloc_display staticGerd Hoffmann2012-11-012-26/+24
* pixman: add pixman image to DisplaySurfaceGerd Hoffmann2012-11-012-13/+27
* pixman: helper functionsGerd Hoffmann2012-11-013-0/+93
* pixman: windup in configure & makefilesGerd Hoffmann2012-11-012-0/+47
* pixman: add submoduleGerd Hoffmann2012-11-012-0/+3
* console: remove DisplayAllocatorGerd Hoffmann2012-11-014-173/+31
* console: remove dpy_gfx_fillGerd Hoffmann2012-11-012-20/+0
* vga: fix text mode updatingGerd Hoffmann2012-11-012-0/+21
* console: init displaychangelisteners on registerGerd Hoffmann2012-11-012-1/+3
* console: untangle gfx & txt updatesGerd Hoffmann2012-11-0127-138/+171
* console: s/TextConsole/QemuConsole/Gerd Hoffmann2012-11-012-38/+37
* console: move set_mouse + cursor_define callbacksGerd Hoffmann2012-11-019-27/+59
* console: add unregister_displaychangelistenerGerd Hoffmann2012-11-012-8/+33
* console: QLIST-ify display change listeners.Gerd Hoffmann2012-11-013-41/+42
* target-mips: don't flush extra TLB on permissions upgradeAurelien Jarno2012-10-311-5/+23
* target-mips: fix TLBR wrt SEGMaskAurelien Jarno2012-10-311-0/+6
* target-mips: use deposit instead of hardcoded versionAurelien Jarno2012-10-311-28/+4
* target-mips: optimize ddiv/ddivu/div/divu with movcondAurelien Jarno2012-10-311-48/+37
* target-mips: implement movn/movz using movcondAurelien Jarno2012-10-311-15/+12
* target-mips: don't use local temps for store conditionalAurelien Jarno2012-10-311-5/+6
* target-mips: implement unaligned loads using TCGAurelien Jarno2012-10-313-159/+62
* target-mips: simplify load/store microMIPS helpersAurelien Jarno2012-10-311-64/+9
* target-mips: optimize load operationsAurelien Jarno2012-10-311-4/+12
* target-mips: cleanup load/store operationsAurelien Jarno2012-10-311-64/+35
* target-mips: restore CPU state after an FPU exceptionAurelien Jarno2012-10-311-90/+95
* target-mips: use softfloat constants when possibleAurelien Jarno2012-10-311-48/+44
* target-mips: cleanup float to int conversion helpersAurelien Jarno2012-10-311-39/+79
* target-mips: fix FPU exceptionsAurelien Jarno2012-10-311-13/+19
* target-mips: keep softfloat exception set to 0 between instructionsAurelien Jarno2012-10-311-63/+10
* target-mips: use the softfloat floatXX_muladd functionsAurelien Jarno2012-10-313-105/+64
* softfloat: implement fused multiply-add NaN propagation for MIPSAurelien Jarno2012-10-311-0/+27
* target-mips: do not save CPU state when using retranslationAurelien Jarno2012-10-311-20/+0
* target-mips: correctly restore btarget upon exceptionAurelien Jarno2012-10-311-0/+11
* tcg: don't remove op if output needs to be synced to memoryAurelien Jarno2012-10-311-4/+4
* target-alpha: Use TCG_CALL_NO_WGRichard Henderson2012-10-311-10/+10
* chardev: Use timer instead of bottom-half to postpone open eventJan Kiszka2012-10-313-12/+13
* target-mips: remove #if defined(TARGET_MIPS64) in opcode enumsAurelien Jarno2012-10-311-36/+0
* target-mips: Change TODO fileJia Liu2012-10-311-2/+1
* target-mips: Add ASE DSP testcasesJia Liu2012-10-31487-0/+19151
* target-mips: Add ASE DSP processorsJia Liu2012-10-311-0/+52
* target-mips: Add ASE DSP accumulator instructionsJia Liu2012-10-313-0/+995
* target-mips: Add ASE DSP compare-pick instructionsJia Liu2012-10-313-0/+635
* target-mips: Add ASE DSP bit/manipulation instructionsJia Liu2012-10-313-0/+311
* target-mips: Add ASE DSP multiply instructionsJia Liu2012-10-313-0/+1499
* target-mips: Add ASE DSP GPR-based shift instructionsJia Liu2012-10-313-0/+618
OpenPOWER on IntegriCloud