aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-29Drop unnecessary check of TARGET_PHYS_ADDR_SPACE_BITSPeter Maydell
2012-10-29xilinx_zynq: added QSPI controllerPeter Crosthwaite
2012-10-29xilinx_spips: Generalised to model QSPIPeter Crosthwaite
2012-10-29m25p80: Support for Quad SPIPeter Crosthwaite
2012-10-28target-i386: cpu: recover items 28-31 of ext2_feature_nameEduardo Habkost
2012-10-28qemu-timer: Check for usable fields for SIGEV_THREAD_IDRichard Henderson
2012-10-28tcg-i386: Use %gs prefixes for x86_64 GUEST_BASERichard Henderson
2012-10-28target-mips: Use TCG registers for the FPU.Richard Henderson
2012-10-28tcg: remove compatiblity call flagsAurelien Jarno
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-25xhci: fix usb name in capsGerd Hoffmann
2012-10-25xhci: make number of interrupters and slots configurableGerd Hoffmann
2012-10-25xhci: allow disabling interruptersGerd Hoffmann
2012-10-25xhci: flush endpoint context unconditinallyGerd Hoffmann
2012-10-25xhci: fix function name in error messageGerd Hoffmann
2012-10-25uhci: Use only one queue for ctrl endpointsHans de Goede