summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-04-20Implement basic part of SA-1110/SA-1100Dmitry Eremin-Solenikov5-0/+1675
2011-04-20Remove unused function parameter from cpu_restore_stateStefan Weil16-23/+20
2011-04-20Remove unused function parameters from gen_pc_load and rename the functionStefan Weil15-33/+20
2011-04-18s390x: virtio machine storage keysAlexander Graf1-12/+9
2011-04-18s390x: Dispatch interrupts to KVM or the real CPUAlexander Graf1-2/+8
2011-04-18s390x: Enable s390x-softmmu targetAlexander Graf3-1/+22
2011-04-18s390x: Prepare cpu.h for emulationAlexander Graf4-55/+740
2011-04-17move helpers.h to helper.hLluĂ­s6-7/+7
2011-04-17libcacard: fix opposite usage of isspaceAlon Levy1-2/+2
2011-04-17target-mips: clear softfpu exception state for comparison instructionsAurelien Jarno1-16/+25
2011-04-17target-mips: fix c.ps.* instructionsAurelien Jarno1-4/+4
2011-04-17target-mips: don't hardcode softfloat exception bitsAurelien Jarno1-15/+20
2011-04-17target-mips: simplify FP comparisonsAurelien Jarno1-36/+36
2011-04-17target-ppc: fix SPE comparison functionsAurelien Jarno1-13/+13
2011-04-17softfloat: improve description of comparison functionsAurelien Jarno1-37/+48
2011-04-17softfloat: move float*_eq and float*_eq_quietAurelien Jarno2-59/+58
2011-04-17softfloat: rename float*_eq_signaling() into float*_eq()Aurelien Jarno3-11/+11
2011-04-17softfloat: rename float*_eq() into float*_eq_quiet()Aurelien Jarno9-38/+38
2011-04-17target-i386: fix CMPUNORDPS/D and CMPORDPS/D instructionsAurelien Jarno1-2/+2
2011-04-17target-mips: use new float*_unordered*() functionsAurelien Jarno1-98/+70
2011-04-17target-alpha: use new float64_unordered_quiet() functionAurelien Jarno1-2/+3
2011-04-17softfloat-native: add float*_unordered_quiet() functionsAurelien Jarno1-3/+12
2011-04-17softfloat: add float*_unordered_{,quiet}() functionsAurelien Jarno2-0/+175
2011-04-17target-i386: add floatx_{add,mul,sub} and use themAurelien Jarno2-10/+14
2011-04-17target-i386: use float unions from cpu-all.hAurelien Jarno1-25/+2
2011-04-17target-i386: use CPU_LDoubleU instead of a private unionAurelien Jarno1-9/+3
2011-04-17cpu-all.h: define CPU_LDoubleUAurelien Jarno1-0/+10
2011-04-17softfloat: use GCC builtins to count the leading zerosAurelien Jarno1-2/+27
2011-04-16usb: fix spelling errors in usb-linux.cBrad Hards1-2/+2
2011-04-16usb: initialise data element in Linux USB_DISCONNECT ioctlBrad Hards1-0/+1
2011-04-16usb: trivial spelling fixesBrad Hards1-2/+2
2011-04-16Makefile: Clean up after "make pdf"Brad Hards2-1/+7
2011-04-16Fix some typos in comments and documentationStefan Weil3-4/+4
2011-04-15migration: move some declarations to migration.hBlue Swirl3-7/+9
2011-04-15Move CPU related functions to cpus.hBlue Swirl3-4/+5
2011-04-15Move clock related functions to qemu-timer.hBlue Swirl2-4/+4
2011-04-15Move generic or OS function declarations to qemu-common.hBlue Swirl3-21/+22
2011-04-15Use qemu-common.h or qemu-timer.h in place of sysemu.hBlue Swirl3-4/+3
2011-04-15Remove unused sysemu.h include directivesBlue Swirl56-56/+0
2011-04-15json-lexer: fix conflict with mingw32 ERROR definitionBlue Swirl1-3/+3
2011-04-15sparc: Fix assertion caused by empty memory slot with 0 byteStefan Weil1-9/+12
2011-04-15qemu_next_deadline should not consider host-time timersPaolo Bonzini3-12/+7
2011-04-15Revert wrong fixes for -icount in the iothread casePaolo Bonzini1-30/+36
2011-04-15enable vm_clock to "warp" in the iothread+icount casePaolo Bonzini4-2/+102
2011-04-15really fix -icount in the iothread casePaolo Bonzini1-0/+3
2011-04-14tests/test-mmap.c: Check mmap() return value before using itPeter Maydell1-1/+1
2011-04-13target-arm: Don't overflow when calculating value for signed VABALPeter Maydell1-17/+21
2011-04-13Revert SeaBIOS change due to overzealous commit -aAnthony Liguori1-0/+0
2011-04-13lm32: fix build breakage due to uninitialized variable 'r'Anthony Liguori2-1/+1
2011-04-13vpc.c: Use get_option_parameter() does the searchMitnick Lyu1-6/+2