aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2011-04-13atapi: GESN: implement 'media' subcommandAmit Shah2-4/+115
2011-04-13atapi: GESN: Standardise event response handling for future additionsAmit Shah1-6/+19
2011-04-13atapi: GESN: Use structs for commonly-used field typesAmit Shah1-2/+14
2011-04-13atapi: Move GET_EVENT_STATUS_NOTIFICATION command handling to its own functionAmit Shah1-13/+24
2011-04-13atapi: Allow GET_EVENT_STATUS_NOTIFICATION after media changeAmit Shah1-6/+14
2011-04-13atapi: Report correct errors on guest eject requestAmit Shah1-2/+6
2011-04-13atapi: Drives can be locked without media presentAmit Shah1-7/+2
2011-04-13qed: Add support for zero clustersAnthony Liguori4-17/+66
2011-04-13docs: Describe zero data clusters in QED specificationStefan Hajnoczi1-0/+8
2011-04-12target-arm: Detect tininess before rounding for FP operationsPeter Maydell1-0/+4