summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-29Merge branch 'queue/qmp' of git://repo.or.cz/qemu/qmp-unstableAurelien Jarno6-26/+32
2012-10-28target-i386: cpu: recover items 28-31 of ext2_feature_nameEduardo Habkost1-0/+1
2012-10-28qemu-timer: Check for usable fields for SIGEV_THREAD_IDRichard Henderson2-2/+24
2012-10-28tcg-i386: Use %gs prefixes for x86_64 GUEST_BASERichard Henderson1-56/+97
2012-10-28target-mips: Use TCG registers for the FPU.Richard Henderson1-42/+54
2012-10-28tcg: remove compatiblity call flagsAurelien Jarno1-4/+0
2012-10-28target-xtensa: rename helper flagsAurelien Jarno1-8/+8
2012-10-28target-sparc: rename helper flagsAurelien Jarno1-25/+25
2012-10-28target-sh4: rename helper flagsAurelien Jarno1-3/+3
2012-10-28target-s390x: rename helper flagsAurelien Jarno1-38/+38
2012-10-28target-ppc: rename helper flagsAurelien Jarno1-19/+19
2012-10-28target-mips: rename helper flagsAurelien Jarno1-53/+53
2012-10-28target-microblaze: rename helper flagsAurelien Jarno1-3/+3
2012-10-28target-i386: rename helper flagsAurelien Jarno1-2/+2
2012-10-28target-cris: rename helper flagsAurelien Jarno1-9/+9
2012-10-28target-arm: rename helper flagsAurelien Jarno1-8/+8
2012-10-28target-alpha: rename helper flagsAurelien Jarno1-88/+88
2012-10-28tcg: rework TCG helper flagsAurelien Jarno5-30/+60
2012-10-28tcg: synchronize globals for ops with side effectsAurelien Jarno2-11/+26
2012-10-28tcg: forbid ld/st function to modify globalsAurelien Jarno2-7/+10
2012-10-28tcg: fix some op flagsAurelien Jarno1-8/+7
2012-10-28tcg: don't explicitly save globals and tempsAurelien Jarno1-0/+12
2012-10-28tcg: start with local temps in TEMP_VAL_MEM stateAurelien Jarno1-1/+5
2012-10-28tcg: always mark dead input arguments as deadAurelien Jarno1-7/+7
2012-10-28tcg: rewrite tcg_reg_alloc_mov()Aurelien Jarno1-45/+61
2012-10-28tcg: improve tcg_reg_alloc_movi()Aurelien Jarno1-0/+3
2012-10-28tcg: rework liveness analysisAurelien Jarno1-27/+37
2012-10-28tcg: sync output arguments on liveness requestAurelien Jarno2-36/+64
2012-10-28tcg: add temp_sync()Aurelien Jarno1-15/+19
2012-10-28tcg: add tcg_reg_sync()Aurelien Jarno1-9/+20
2012-10-28tcg: add temp_dead()Aurelien Jarno1-36/+31
2012-10-28tcg/i386: remove ld/st third argument register constraintAurelien Jarno1-6/+2
2012-10-28tcg/i386: remove suboptimal register shiftingAurelien Jarno1-42/+31
2012-10-27hw/xtensa_sim: get rid of intermediate xtensa_sim_initMax Filippov1-19/+8
2012-10-27hw/xtensa_lx60: don't prematurely explode QEMUMachineInitArgsMax Filippov1-23/+7
2012-10-27Makefile: Forbid out-of-tree build from a source tree that has been built inPeter Maydell1-0/+11
2012-10-27tests/tcg: fix a few warningsCatalin Patulea2-2/+3
2012-10-27target-sparc64: disable VGA cirrusAurelien Jarno1-1/+0
2012-10-27Merge branch 'target-arm.for-upstream' of git://git.linaro.org/people/pmaydel...Blue Swirl6-79/+118
2012-10-27configure: avoid compiler warning in pipe2 detectionBruce Rogers1-2/+1
2012-10-27configure: Disable (clang) initializer-overrides warningsPeter Maydell1-0/+1
2012-10-24win32: fix broken build due to missing QEMU_MADV_HUGEPAGELuiz Capitulino1-0/+2
2012-10-24Merge remote-tracking branch 'bonzini/nbd-next' into stagingAnthony Liguori28-420/+763
2012-10-24migration: go to paused state after finishing incoming migration with -SPaolo Bonzini2-2/+2
2012-10-24qmp: handle stop/cont in INMIGRATE statePaolo Bonzini3-18/+25
2012-10-24hmp: fix info cpus for sparc targetsAurelien Jarno1-6/+5
2012-10-24target-arm: Remove out of date FIXME regarding saturating arithmeticPeter Maydell1-2/+0
2012-10-24target-arm: Implement abs_i32 inline rather than as a helperPeter Maydell3-8/+9
2012-10-24target-arm: Use TCG operation for Neon 64 bit negationPeter Maydell3-8/+3
2012-10-24arm-semi.c: Handle get/put_user() failure accessing argumentsPeter Maydell1-61/+106