aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-22tcg/mips: implement rotl/rotr ops on MIPS32R2Aurelien Jarno
2012-09-22tcg/mips: optimize bswap{16,16s,32} on MIPS32R2Aurelien Jarno
2012-09-22tcg/mips: optimize brcond arg, 0Aurelien Jarno
2012-09-22tcg/mips: use stack for TCG tempsAurelien Jarno
2012-09-22tcg/mips: don't use global pointerAurelien Jarno
2012-09-22tcg/mips: use TCGArg or TCGReg instead of intAurelien Jarno
2012-09-22tcg/mips: kill warnings in user modeAurelien Jarno
2012-09-22tcg-mips: fix wrong usage of 'Z' constraintAurelien Jarno
2012-09-21tcg-sparc: Preserve branch destinations during retranslationRichard Henderson
2012-09-21tcg-sparc: Fix and enable direct TB chaining.Richard Henderson
2012-09-21tcg-sparc: Add %g/%o registers to alloc_orderRichard Henderson
2012-09-21tcg-sparc: Use defines for temporaries.Richard Henderson
2012-09-21tcg-sparc: Mask shift immediates to avoid illegal insns.Richard Henderson
2012-09-21tcg-sparc: Clean up cruft stemming from attempts to use global registers.Richard Henderson
2012-09-21tcg-sparc: Change AREG0 in generated code to %i0.Richard Henderson
2012-09-21tcg-sparc: Support GUEST_BASE.Richard Henderson
2012-09-21tcg-sparc: Fix qemu_ld/st to handle 32-bit host.Richard Henderson
2012-09-21tcg-sparc: Assume v9 cpu always, i.e. force v8plus in 32-bit mode.Richard Henderson
2012-09-21tcg-sparc: Don't MAP_FIXED on top of the programRichard Henderson
2012-09-21tcg-sparc: Fix ADDX opcode.Richard Henderson
2012-09-21tcg-sparc: Hack in qemu_ld/st64 for 32-bit.Richard Henderson
2012-09-21linux-user: Use memcpy in get_user/put_user.Richard Henderson
2012-09-21Merge branch 'usb.65' of git://git.kraxel.org/qemuAurelien Jarno
2012-09-21tcg-hppa: Fix broken load/store helpersRichard Henderson
2012-09-21tcg-hppa: Fix brcond2 and setcond2Richard Henderson
2012-09-21tcg: Fix !USE_DIRECT_JUMPRichard Henderson
2012-09-21gdbstub/sh4: fix build with USE_SOFTFLOAT_STRUCT_TYPESAurelien Jarno
2012-09-21tcg: Optimize two-address commutative operationsRichard Henderson
2012-09-21tcg: Optimize movcond for constant comparisonsRichard Henderson
2012-09-21tcg-i386: Implement movcondRichard Henderson
2012-09-21target-alpha: Use movcondRichard Henderson
2012-09-21tcg: Introduce movcondRichard Henderson
2012-09-21target-sh4: remove useless codeAurelien Jarno
2012-09-21target-sh4: cleanup DisasContextAurelien Jarno
2012-09-21target-sh4: rework exceptions handlingAurelien Jarno
2012-09-21target-sh4: remove gen_clr_t() and gen_set_t()Aurelien Jarno
2012-09-21target-sh4: optimize swap.wAurelien Jarno
2012-09-21target-sh4: optimize xtrctAurelien Jarno
2012-09-21target-sh4: implement addv and subv using TCGAurelien Jarno
2012-09-21target-sh4: implement addc and subc using TCGAurelien Jarno
2012-09-21target-sh4: use float32_muladd() to implement fmacAurelien Jarno
2012-09-21target-sh4: mark a few helpers const and pureAurelien Jarno
2012-09-21SCSI: Standard INQUIRY data should report HiSup flag as set.Ronnie Sahlberg
2012-09-21scsi-disk: use scsi_data_cdb_lengthPaolo Bonzini
2012-09-21scsi: introduce scsi_cdb_length and scsi_data_cdb_lengthPaolo Bonzini
2012-09-21scsi-disk: fix check for out-of-range LBAPaolo Bonzini
2012-09-21scsi-disk: introduce check_lba_rangePaolo Bonzini
2012-09-21iSCSI: We dont need to explicitely call qemu_notify_event() any moreRonnie Sahlberg
2012-09-21iSCSI: We need to support SG_IO also from iscsi_ioctl()Ronnie Sahlberg
2012-09-21target-alpha: Initialize env->cpu_model_strRichard Henderson