aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-23net/socket: Fix compiler warning (regression for MinGW)Stefan Weil
2012-09-23linux-user: Remove redundant null check and replace free by g_freeStefan Weil
2012-09-23qemu-timer: simplify qemu_run_timersPaolo Bonzini
2012-09-23TextConsole: saturate escape parameter in TTY_STATE_CSILaszlo Ersek
2012-09-23curses: don't initialize curses when qemu is daemonizedHitoshi Mitake
2012-09-23dtrace backend: add function to reserved wordsAlon Levy
2012-09-23pflash_cfi01: Fix warning caused by unreachable codeStefan Weil
2012-09-23ioh3420: Remove unreachable codeStefan Weil
2012-09-23lm4549: Fix buffer overflowStefan Weil
2012-09-23cadence_uart: Fix buffer overflowStefan Weil
2012-09-23qemu-sockets: Fix potential memory leakStefan Weil
2012-09-23qemu-ga: Remove unreachable code after g_errorStefan Weil
2012-09-23target-i386: Allow tsc-frequency to be larger then 2.147GDon Slutz
2012-09-23audio: Fix warning from static code analysisStefan Weil
2012-09-22Merge branch 'tcg-sparc' of git://repo.or.cz/qemu/rthBlue Swirl
2012-09-22target-xtensa: implement coprocessor context optionMax Filippov
2012-09-22target-xtensa: implement FP1 groupMax Filippov
2012-09-22target-xtensa: implement FP0 conversionsMax Filippov
2012-09-22target-xtensa: implement FP0 arithmeticMax Filippov
2012-09-22target-xtensa: implement LSCX and LSCI groupsMax Filippov
2012-09-22target-xtensa: add FP registersMax Filippov
2012-09-22target-xtensa: specialize softfloat NaN rulesMax Filippov
2012-09-22target-xtensa: handle boolean option in overlaysMax Filippov
2012-09-22softfloat: add NO_SIGNALING_NANSMax Filippov
2012-09-22softfloat: make float_muladd_negate_* flags independentMax Filippov
2012-09-22Revert "tcg/mips"Aurelien Jarno
2012-09-22tcg/ppc32: Implement movcond32malc
2012-09-22tcg/mipsAurelien Jarno
2012-09-22tcg: Remove tcg_target_get_call_iarg_regs_countStefan Weil
2012-09-22tcg/i386: Remove unused registers from tcg_target_call_iarg_regsStefan Weil
2012-09-22tcg/i386: Add shortcuts for registers used in L constraintStefan Weil
2012-09-22w64: Fix TCG helper functions with 5 argumentsStefan Weil
2012-09-22tcg/README: document tcg_gen_goto_tb restrictionsMax Filippov
2012-09-22tcg-hppa: Implement movcondRichard Henderson
2012-09-22tcg/optimize: add constant folding for depositAurelien Jarno
2012-09-22tcg: remove #ifdef #endif around TCGOpcode testsAurelien Jarno
2012-09-22tcg/optimize: prefer the "op a, a, b" form for commutative opsAurelien Jarno
2012-09-22tcg/optimize: further optimize brcond/movcond/setcondAurelien Jarno
2012-09-22tcg/optimize: optimize "op r, a, a => movi r, 0"Aurelien Jarno
2012-09-22tcg/optimize: optimize "op r, a, a => mov r, a"Aurelien Jarno
2012-09-22tcg/optimize: do copy propagation for all operationsAurelien Jarno
2012-09-22tcg/optimize: rework copy progagationAurelien Jarno
2012-09-22tcg/optimize: check types in copy propagationAurelien Jarno
2012-09-22tcg/optimize: remove TCG_TEMP_ANYAurelien Jarno
2012-09-22tcg/mips: implement movcond op on MIPS32R2Aurelien Jarno
2012-09-22tcg/mips: implement deposit op on MIPS32R2Aurelien Jarno
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