aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-28target-xtensa: rename helper flagsAurelien Jarno
2012-10-28target-sparc: rename helper flagsAurelien Jarno
2012-10-28target-sh4: rename helper flagsAurelien Jarno
2012-10-28target-s390x: rename helper flagsAurelien Jarno
2012-10-28target-ppc: rename helper flagsAurelien Jarno
2012-10-28target-mips: rename helper flagsAurelien Jarno
2012-10-28target-microblaze: rename helper flagsAurelien Jarno
2012-10-28target-i386: rename helper flagsAurelien Jarno
2012-10-28target-cris: rename helper flagsAurelien Jarno
2012-10-28target-arm: rename helper flagsAurelien Jarno
2012-10-28target-alpha: rename helper flagsAurelien Jarno
2012-10-28tcg: rework TCG helper flagsAurelien Jarno
2012-10-28tcg: synchronize globals for ops with side effectsAurelien Jarno
2012-10-28tcg: forbid ld/st function to modify globalsAurelien Jarno
2012-10-28tcg: fix some op flagsAurelien Jarno
2012-10-28tcg: don't explicitly save globals and tempsAurelien Jarno
2012-10-28tcg: start with local temps in TEMP_VAL_MEM stateAurelien Jarno
2012-10-28tcg: always mark dead input arguments as deadAurelien Jarno
2012-10-28tcg: rewrite tcg_reg_alloc_mov()Aurelien Jarno
2012-10-28tcg: improve tcg_reg_alloc_movi()Aurelien Jarno
2012-10-28tcg: rework liveness analysisAurelien Jarno
2012-10-28tcg: sync output arguments on liveness requestAurelien Jarno
2012-10-28tcg: add temp_sync()Aurelien Jarno
2012-10-28tcg: add tcg_reg_sync()Aurelien Jarno
2012-10-28tcg: add temp_dead()Aurelien Jarno
2012-10-28tcg/i386: remove ld/st third argument register constraintAurelien Jarno
2012-10-28tcg/i386: remove suboptimal register shiftingAurelien Jarno
2012-10-27hw/xtensa_sim: get rid of intermediate xtensa_sim_initMax Filippov
2012-10-27hw/xtensa_lx60: don't prematurely explode QEMUMachineInitArgsMax Filippov
2012-10-27Makefile: Forbid out-of-tree build from a source tree that has been built inPeter Maydell
2012-10-27tests/tcg: fix a few warningsCatalin Patulea
2012-10-27target-sparc64: disable VGA cirrusAurelien Jarno
2012-10-27Merge branch 'target-arm.for-upstream' of git://git.linaro.org/people/pmaydel...Blue Swirl
2012-10-27configure: avoid compiler warning in pipe2 detectionBruce Rogers
2012-10-27configure: Disable (clang) initializer-overrides warningsPeter Maydell
2012-10-24win32: fix broken build due to missing QEMU_MADV_HUGEPAGELuiz Capitulino
2012-10-24Merge remote-tracking branch 'bonzini/nbd-next' into stagingAnthony Liguori
2012-10-24target-arm: Remove out of date FIXME regarding saturating arithmeticPeter Maydell
2012-10-24target-arm: Implement abs_i32 inline rather than as a helperPeter Maydell
2012-10-24target-arm: Use TCG operation for Neon 64 bit negationPeter Maydell
2012-10-24arm-semi.c: Handle get/put_user() failure accessing argumentsPeter Maydell
2012-10-23qmp: add NBD server commandsPaolo Bonzini
2012-10-23block: add close notifiersPaolo Bonzini
2012-10-23block: prepare code for adding block notifiersPaolo Bonzini
2012-10-23qemu-sockets: add socket_listen, socket_connect, socket_parsePaolo Bonzini
2012-10-23tests: do not include tools-obj-yPaolo Bonzini
2012-10-23qemu-sockets: return InetSocketAddress from inet_parsePaolo Bonzini
2012-10-23qapi: add socket address typesPaolo Bonzini
2012-10-23build: add QAPI files to the toolsPaolo Bonzini
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity