aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-01pixman: switch screendump function.Gerd Hoffmann
2012-11-01vga: stop direct access to DisplaySurface fields.Gerd Hoffmann
2012-11-01qxl: stop direct access to DisplaySurface fields.Gerd Hoffmann
2012-11-01console: don't set PixelFormat alpha fields for 32bppGerd Hoffmann
2012-11-01console: make qemu_alloc_display staticGerd Hoffmann
2012-11-01pixman: add pixman image to DisplaySurfaceGerd Hoffmann
2012-11-01pixman: helper functionsGerd Hoffmann
2012-11-01pixman: windup in configure & makefilesGerd Hoffmann
2012-11-01pixman: add submoduleGerd Hoffmann
2012-11-01console: remove DisplayAllocatorGerd Hoffmann
2012-11-01console: remove dpy_gfx_fillGerd Hoffmann
2012-11-01vga: fix text mode updatingGerd Hoffmann
2012-11-01console: init displaychangelisteners on registerGerd Hoffmann
2012-11-01console: untangle gfx & txt updatesGerd Hoffmann
2012-11-01console: s/TextConsole/QemuConsole/Gerd Hoffmann
2012-11-01console: move set_mouse + cursor_define callbacksGerd Hoffmann
2012-11-01console: add unregister_displaychangelistenerGerd Hoffmann
2012-11-01console: QLIST-ify display change listeners.Gerd Hoffmann
2012-10-31target-mips: don't flush extra TLB on permissions upgradeAurelien Jarno
2012-10-31target-mips: fix TLBR wrt SEGMaskAurelien Jarno
2012-10-31target-mips: use deposit instead of hardcoded versionAurelien Jarno
2012-10-31target-mips: optimize ddiv/ddivu/div/divu with movcondAurelien Jarno
2012-10-31target-mips: implement movn/movz using movcondAurelien Jarno
2012-10-31target-mips: don't use local temps for store conditionalAurelien Jarno
2012-10-31target-mips: implement unaligned loads using TCGAurelien Jarno
2012-10-31target-mips: simplify load/store microMIPS helpersAurelien Jarno
2012-10-31target-mips: optimize load operationsAurelien Jarno
2012-10-31target-mips: cleanup load/store operationsAurelien Jarno
2012-10-31target-mips: restore CPU state after an FPU exceptionAurelien Jarno
2012-10-31target-mips: use softfloat constants when possibleAurelien Jarno
2012-10-31target-mips: cleanup float to int conversion helpersAurelien Jarno
2012-10-31target-mips: fix FPU exceptionsAurelien Jarno
2012-10-31target-mips: keep softfloat exception set to 0 between instructionsAurelien Jarno
2012-10-31target-mips: use the softfloat floatXX_muladd functionsAurelien Jarno
2012-10-31softfloat: implement fused multiply-add NaN propagation for MIPSAurelien Jarno
2012-10-31target-mips: do not save CPU state when using retranslationAurelien Jarno
2012-10-31target-mips: correctly restore btarget upon exceptionAurelien Jarno
2012-10-31tcg: don't remove op if output needs to be synced to memoryAurelien Jarno
2012-10-31target-alpha: Use TCG_CALL_NO_WGRichard Henderson
2012-10-31chardev: Use timer instead of bottom-half to postpone open eventJan Kiszka
2012-10-31target-mips: remove #if defined(TARGET_MIPS64) in opcode enumsAurelien Jarno
2012-10-31target-mips: Change TODO fileJia Liu
2012-10-31target-mips: Add ASE DSP testcasesJia Liu
2012-10-31target-mips: Add ASE DSP processorsJia Liu
2012-10-31target-mips: Add ASE DSP accumulator instructionsJia Liu
2012-10-31target-mips: Add ASE DSP compare-pick instructionsJia Liu
2012-10-31target-mips: Add ASE DSP bit/manipulation instructionsJia Liu
2012-10-31target-mips: Add ASE DSP multiply instructionsJia Liu
2012-10-31target-mips: Add ASE DSP GPR-based shift instructionsJia Liu
2012-10-31target-mips: Add ASE DSP arithmetic instructionsJia Liu