summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cirrus: delete GCC 4.6 warningsAurelien Jarno2011-01-061-3/+3
* target-arm: wire up the softfloat flush_input_to_zero flagPeter Maydell2011-01-061-1/+7
* target-arm: Set softfloat cumulative exc flags from correct FPSCR bitsPeter Maydell2011-01-061-1/+1
* softfloat: Implement flushing input denormals to zeroPeter Maydell2011-01-062-3/+123
* target-arm: fix SMMLA/SMMLS instructionsAurelien Jarno2011-01-061-45/+51
* block: delete a write-only variableBlue Swirl2011-01-061-5/+0Star
* cirrus_vga: Declare as little endianBlue Swirl2011-01-061-100/+12Star
* pc: move port 92 stuff back to pc.c from pckbd.cBlue Swirl2011-01-062-20/+88
* target-ppc: Implement correct NaN propagation rulesAurelien Jarno2011-01-061-2/+17
* target-mips: Implement correct NaN propagation rulesAurelien Jarno2011-01-061-0/+27
* softfloat: use float{32,64,x80,128}_maybe_silence_nan()Aurelien Jarno2011-01-061-43/+16Star
* softfloat: add float{x80,128}_maybe_silence_nan()Aurelien Jarno2011-01-062-0/+48
* softfloat: fix float{32,64}_maybe_silence_nan() for MIPSAurelien Jarno2011-01-061-6/+14
* softfloat: rename *IsNaN variables to *IsQuietNaNAurelien Jarno2011-01-061-16/+20
* softfloat: remove HPPA specific codeAurelien Jarno2011-01-061-5/+1Star
* target-ppc: use float32_is_any_nan()Aurelien Jarno2011-01-061-3/+2Star
* target-ppc: fix default qNaNAurelien Jarno2011-01-061-2/+2
* target-ppc: remove PRECISE_EMULATION defineAurelien Jarno2011-01-062-50/+11Star
* microblaze: Use more TB chainingEdgar E. Iglesias2011-01-051-5/+23
* cirrus_vga: fix division by 0 for color expansion ropAurelien Jarno2011-01-041-32/+33
* Fix curses on big endian hostsAurelien Jarno2011-01-042-4/+4
* noaudio: correctly account acquired samplesMichael Walle2011-01-041-0/+3
* target-arm: Implement correct NaN propagation rulesPeter Maydell2011-01-021-0/+23
* softfloat: abstract out target-specific NaN propagation rulesPeter Maydell2011-01-021-60/+100
* softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan()Peter Maydell2011-01-0210-67/+67
* TCG: Improve tb_phys_hash_func()Aurelien Jarno2010-12-311-1/+1
* target-arm: fix UMAAL instructionAurelien Jarno2010-12-311-10/+22
* Fix translation of unary PPC/SPE instructions (efdneg etc.).Mike Pall2010-12-311-18/+21
* target-sparc: fix udiv(cc) and sdiv(cc)Aurelien Jarno2010-12-283-18/+50
* Merge branch 'spice.v23.pull' of git://anongit.freedesktop.org/spice/qemuAurelien Jarno2010-12-2724-22/+2887
|\
| * vnc/spice: add set_passwd monitor command.Gerd Hoffmann2010-12-095-0/+251
| * vnc: support password expireGerd Hoffmann2010-12-094-0/+19
| * vnc: auth reject cleanupGerd Hoffmann2010-12-091-17/+13Star
| * spice: add qmp 'query-spice' and hmp 'info spice' commands.Gerd Hoffmann2010-12-094-0/+229
| * spice: connection events.Gerd Hoffmann2010-12-094-0/+152
| * spice: add qxl deviceGerd Hoffmann2010-12-0912-4/+2222
| * spice: add qxl vgabios binary.Gerd Hoffmann2010-12-092-1/+1
* | x86: Filter out garbage from segment flags dumpJan Kiszka2010-12-271-2/+2
* | Fix migrate set speed doc argLuiz Capitulino2010-12-271-1/+1
* | target-arm: correct cp15 c1_sys reset value for arm1136 and cortex-a9Juha Riihimäki2010-12-271-0/+2
* | target-arm: correct cp15 c1_sys reset value for cortex-a8Mattias Holm2010-12-271-0/+1
* | target-arm: fix vmsav6 access controlJuha Riihimäki2010-12-271-15/+19
* | target-arm: Correct result in saturating cases for VQSHL of s8/16/32Peter Maydell2010-12-271-3/+12
* | target-arm: remove pointless else clause in VQSHL of u64Juha Riihimäki2010-12-271-2/+0Star
* | target-arm: Fix VQSHL of signed 64 bit values by shift counts >= 64Peter Maydell2010-12-271-1/+1
* | target-arm: Fix VQSHL of signed 64 bit valuesJuha Riihimäki2010-12-271-1/+1
* | target-arm: Fix arguments passed to VQSHL helpersJuha Riihimäki2010-12-271-2/+2
* | target-arm: fix bug in translation of REVSHAurelien Jarno2010-12-271-7/+3Star
* | Fix a missing trailing newlineAurelien Jarno2010-12-271-1/+1
* | target-mips: fix host CPU consumption when guest is idleAurelien Jarno2010-12-273-8/+24