summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-01-09tcg: fix typo in readmeMike Frysinger1-1/+1
2011-01-09tcg/README: Spelling fixesStefan Weil1-4/+4
2011-01-09qemu-tech: Spelling fixesStefan Weil1-2/+2
2011-01-09qemu-doc: Spelling fixesStefan Weil1-10/+10
2011-01-09qemu-doc: Add missing blanksStefan Weil1-2/+2
2011-01-09qemu-doc: Add missing menu entryStefan Weil1-0/+2
2011-01-09qemu-doc: Clean whitespaceStefan Weil1-2/+2
2011-01-09usb-bsd: fix a file descriptor leakBlue Swirl1-32/+39
2011-01-09alsaaudio: add endianness support for VoiceInMichael Walle1-7/+27
2011-01-09ossaudio: add endianness support for VoiceInMichael Walle1-5/+15
2011-01-08tcg/mips: fix branch target change during code retranslationAurelien Jarno1-1/+1
2011-01-08tcg/arm: fix qemu_st64 for big endian targetsAurelien Jarno1-1/+1
2011-01-08tcg/arm: fix branch target change during code retranslationAurelien Jarno1-8/+20
2011-01-08Merge branch 'linux-user-for-upstream' of git://gitorious.org/qemu-maemo/qemuAurelien Jarno13-46/+238
2011-01-07Remove dead code for ARM semihosting commandline handlingWolfgang Schildbach4-6/+0
2011-01-07Fix commandline handling for ARM semihosted executablesWolfgang Schildbach1-30/+49
2011-01-07linux-user: Fix incorrect NaN detection in ARM nwfpe emulationPeter Maydell1-7/+7
2011-01-07softfloat: Implement floatx80_is_any_nan() and float128_is_any_nan()Peter Maydell1-0/+11
2011-01-07linux-user: Implement FS_IOC_FIEMAP ioctlPeter Maydell4-0/+109
2011-01-07linux-user: Support ioctls whose parameter size is not constantPeter Maydell1-3/+15
2011-01-07cris: Allow more TB chaningEdgar E. Iglesias1-19/+22
2011-01-07linux-user: Implement sync_file_range{,2} syscallsPeter Maydell3-0/+47
2011-01-07cris: Avoid useless tmp in t_gen_cc_jmp()Edgar E. Iglesias1-6/+1
2011-01-06cirrus: delete GCC 4.6 warningsAurelien Jarno1-3/+3
2011-01-06target-arm: wire up the softfloat flush_input_to_zero flagPeter Maydell1-1/+7
2011-01-06target-arm: Set softfloat cumulative exc flags from correct FPSCR bitsPeter Maydell1-1/+1
2011-01-06softfloat: Implement flushing input denormals to zeroPeter Maydell2-3/+123
2011-01-06target-arm: fix SMMLA/SMMLS instructionsAurelien Jarno1-45/+51
2011-01-06block: delete a write-only variableBlue Swirl1-5/+0
2011-01-06cirrus_vga: Declare as little endianBlue Swirl1-100/+12
2011-01-06pc: move port 92 stuff back to pc.c from pckbd.cBlue Swirl2-20/+88
2011-01-06target-ppc: Implement correct NaN propagation rulesAurelien Jarno1-2/+17
2011-01-06target-mips: Implement correct NaN propagation rulesAurelien Jarno1-0/+27
2011-01-06softfloat: use float{32,64,x80,128}_maybe_silence_nan()Aurelien Jarno1-43/+16
2011-01-06softfloat: add float{x80,128}_maybe_silence_nan()Aurelien Jarno2-0/+48
2011-01-06softfloat: fix float{32,64}_maybe_silence_nan() for MIPSAurelien Jarno1-6/+14
2011-01-06softfloat: rename *IsNaN variables to *IsQuietNaNAurelien Jarno1-16/+20
2011-01-06softfloat: remove HPPA specific codeAurelien Jarno1-5/+1
2011-01-06target-ppc: use float32_is_any_nan()Aurelien Jarno1-3/+2
2011-01-06target-ppc: fix default qNaNAurelien Jarno1-2/+2
2011-01-06target-ppc: remove PRECISE_EMULATION defineAurelien Jarno2-50/+11
2011-01-05microblaze: Use more TB chainingEdgar E. Iglesias1-5/+23
2011-01-04cirrus_vga: fix division by 0 for color expansion ropAurelien Jarno1-32/+33
2011-01-04Fix curses on big endian hostsAurelien Jarno2-4/+4
2011-01-04noaudio: correctly account acquired samplesMichael Walle1-0/+3
2011-01-02target-arm: Implement correct NaN propagation rulesPeter Maydell1-0/+23
2011-01-02softfloat: abstract out target-specific NaN propagation rulesPeter Maydell1-60/+100
2011-01-02softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan()Peter Maydell10-67/+67
2010-12-31TCG: Improve tb_phys_hash_func()Aurelien Jarno1-1/+1
2010-12-31target-arm: fix UMAAL instructionAurelien Jarno1-10/+22