aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2010-12-31Fix translation of unary PPC/SPE instructions (efdneg etc.).Mike Pall1-18/+21
2010-12-28target-sparc: fix udiv(cc) and sdiv(cc)Aurelien Jarno3-18/+50
2010-12-27Merge branch 'spice.v23.pull' of git://anongit.freedesktop.org/spice/qemuAurelien Jarno24-22/+2887
2010-12-27x86: Filter out garbage from segment flags dumpJan Kiszka1-2/+2
2010-12-27Fix migrate set speed doc argLuiz Capitulino1-1/+1
2010-12-27target-arm: correct cp15 c1_sys reset value for arm1136 and cortex-a9Juha Riihimäki1-0/+2
2010-12-27target-arm: correct cp15 c1_sys reset value for cortex-a8Mattias Holm1-0/+1
2010-12-27target-arm: fix vmsav6 access controlJuha Riihimäki1-15/+19
2010-12-27target-arm: Correct result in saturating cases for VQSHL of s8/16/32Peter Maydell1-3/+12
2010-12-27target-arm: remove pointless else clause in VQSHL of u64Juha Riihimäki1-2/+0
2010-12-27target-arm: Fix VQSHL of signed 64 bit values by shift counts >= 64Peter Maydell1-1/+1
2010-12-27target-arm: Fix VQSHL of signed 64 bit valuesJuha Riihimäki1-1/+1
2010-12-27target-arm: Fix arguments passed to VQSHL helpersJuha Riihimäki1-2/+2
2010-12-27target-arm: fix bug in translation of REVSHAurelien Jarno1-7/+3
2010-12-27Fix a missing trailing newlineAurelien Jarno1-1/+1
2010-12-27pci: fix migration path for devices behind bridgesMichael S. Tsirkin1-11/+37
2010-12-27target-mips: fix host CPU consumption when guest is idleAurelien Jarno3-8/+24
2010-12-26s390: compile fixesAlexander Graf4-2/+5
2010-12-24pcie/aer: glue aer error injection into qemu monitorIsaku Yamahata4-0/+266
2010-12-24pci: introduce a helper function to convert qdev id to PCIDeviceIsaku Yamahata2-0/+36
2010-12-24qdev: export qdev_find_recursive() for later useIsaku Yamahata2-1/+3
2010-12-22build, pci: remove QMP dependency on core PCI codeIsaku Yamahata3-3/+40
2010-12-22target-mips: fix translation of MT instructionsNathan Froyd3-28/+16
2010-12-22pcie: add flr supportIsaku Yamahata6-13/+12
2010-12-22pc/piix: fix mismerge of b1aeb92666d2fde413c34578b3b42bbfe5f2a506Isaku Yamahata1-8/+4
2010-12-21Use mmap() within code_gen_alloc() for OpenBSD.Brad1-1/+2