summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove unused function parameters from gen_pc_load and rename the functionStefan Weil2011-04-2015-33/+20
* s390x: virtio machine storage keysAlexander Graf2011-04-181-12/+9
* s390x: Dispatch interrupts to KVM or the real CPUAlexander Graf2011-04-181-2/+8
* s390x: Enable s390x-softmmu targetAlexander Graf2011-04-183-1/+22
* s390x: Prepare cpu.h for emulationAlexander Graf2011-04-184-55/+740
* move helpers.h to helper.hLluĂ­s2011-04-176-7/+7
* libcacard: fix opposite usage of isspaceAlon Levy2011-04-171-2/+2
* target-mips: clear softfpu exception state for comparison instructionsAurelien Jarno2011-04-171-16/+25
* target-mips: fix c.ps.* instructionsAurelien Jarno2011-04-171-4/+4
* target-mips: don't hardcode softfloat exception bitsAurelien Jarno2011-04-171-15/+20
* target-mips: simplify FP comparisonsAurelien Jarno2011-04-171-36/+36
* target-ppc: fix SPE comparison functionsAurelien Jarno2011-04-171-13/+13
* softfloat: improve description of comparison functionsAurelien Jarno2011-04-171-37/+48
* softfloat: move float*_eq and float*_eq_quietAurelien Jarno2011-04-172-59/+58
* softfloat: rename float*_eq_signaling() into float*_eq()Aurelien Jarno2011-04-173-11/+11
* softfloat: rename float*_eq() into float*_eq_quiet()Aurelien Jarno2011-04-179-38/+38
* target-i386: fix CMPUNORDPS/D and CMPORDPS/D instructionsAurelien Jarno2011-04-171-2/+2
* target-mips: use new float*_unordered*() functionsAurelien Jarno2011-04-171-98/+70
* target-alpha: use new float64_unordered_quiet() functionAurelien Jarno2011-04-171-2/+3
* softfloat-native: add float*_unordered_quiet() functionsAurelien Jarno2011-04-171-3/+12
* softfloat: add float*_unordered_{,quiet}() functionsAurelien Jarno2011-04-172-0/+175
* target-i386: add floatx_{add,mul,sub} and use themAurelien Jarno2011-04-172-10/+14
* target-i386: use float unions from cpu-all.hAurelien Jarno2011-04-171-25/+2
* target-i386: use CPU_LDoubleU instead of a private unionAurelien Jarno2011-04-171-9/+3
* cpu-all.h: define CPU_LDoubleUAurelien Jarno2011-04-171-0/+10
* softfloat: use GCC builtins to count the leading zerosAurelien Jarno2011-04-171-2/+27
* usb: fix spelling errors in usb-linux.cBrad Hards2011-04-161-2/+2
* usb: initialise data element in Linux USB_DISCONNECT ioctlBrad Hards2011-04-161-0/+1
* usb: trivial spelling fixesBrad Hards2011-04-161-2/+2
* Makefile: Clean up after "make pdf"Brad Hards2011-04-162-1/+7
* Fix some typos in comments and documentationStefan Weil2011-04-163-4/+4
* migration: move some declarations to migration.hBlue Swirl2011-04-153-7/+9
* Move CPU related functions to cpus.hBlue Swirl2011-04-153-4/+5
* Move clock related functions to qemu-timer.hBlue Swirl2011-04-152-4/+4
* Move generic or OS function declarations to qemu-common.hBlue Swirl2011-04-153-21/+22
* Use qemu-common.h or qemu-timer.h in place of sysemu.hBlue Swirl2011-04-153-4/+3
* Remove unused sysemu.h include directivesBlue Swirl2011-04-1556-56/+0
* json-lexer: fix conflict with mingw32 ERROR definitionBlue Swirl2011-04-151-3/+3
* sparc: Fix assertion caused by empty memory slot with 0 byteStefan Weil2011-04-151-9/+12
* qemu_next_deadline should not consider host-time timersPaolo Bonzini2011-04-153-12/+7
* Revert wrong fixes for -icount in the iothread casePaolo Bonzini2011-04-151-30/+36
* enable vm_clock to "warp" in the iothread+icount casePaolo Bonzini2011-04-154-2/+102
* really fix -icount in the iothread casePaolo Bonzini2011-04-151-0/+3
* tests/test-mmap.c: Check mmap() return value before using itPeter Maydell2011-04-141-1/+1
* target-arm: Don't overflow when calculating value for signed VABALPeter Maydell2011-04-131-17/+21
* Revert SeaBIOS change due to overzealous commit -aAnthony Liguori2011-04-131-0/+0
* lm32: fix build breakage due to uninitialized variable 'r'Anthony Liguori2011-04-132-1/+1
* vpc.c: Use get_option_parameter() does the searchMitnick Lyu2011-04-131-6/+2
* atapi: GESN: implement 'media' subcommandAmit Shah2011-04-132-4/+115
* atapi: GESN: Standardise event response handling for future additionsAmit Shah2011-04-131-6/+19
OpenPOWER on IntegriCloud